Percorso piu breve sulla superficie del cono

In un cono circolare retto il raggio del cerchio di base misura cm e la generatrice cm. Una formica vuole arrampicarsi sulla superficie laterale del cono dal punto sul cerchio di base al punto medio della generatrice opposta (vedi figura). Quanto misura il percorso più breve che può fare la formica? (vedi figura)
Topic: Geometria solida Metodo: Metodo delle coordinate Abilita: Ragionamento geometrico Area: Geometria Risposta: 3*sqrt5 cm Fonte: apri PDF p.1
Shorter route on the cone surface

In a straight circular cone the radius of the base circle is cm and the generator cm. An ant wants to climb the lateral surface of the cone from the point on the base circle to the middle point of the opposite generator (see figure). What is the shortest route an ant can take? (see figure)
Answer: 3*sqrt5 cm src_kangourou_2007_student_maggio__QS1
Strategia vincente nel gioco delle 52 carte
Ho carte su ciascuna delle quali è indicato un numero intero positivo e la somma di tutti i numeri indicati è un numero dispari. Gioco con un amico in questo modo: dopo aver messo tutte le carte in fila sul tavolo, uno rimuove una carta a un’estremità della fila e poi passa la mano all’altro che fa la stessa cosa; si itera finché non restano più carte sul tavolo. Alla fine per ogni giocatore si sommano i numeri scritti sulle carte che ha scelto; vince chi ha le carte la somma dei cui numeri è maggiore. C’è una strategia vincente per chi inizia il gioco? In caso affermativo indicane una, in caso negativo fornisci una motivazione.
Topic: Logica, giochi, strategie Metodo: monovarianti Abilita: generalizzazione Area: Combinatoria, Logica e Probabilita Risposta: si Fonte: apri PDF p.1
Winning strategy in the 52 card game
I have cards on each of which a positive integer is indicated and the sum of all the numbers is an odd number. I play with a friend like this: after you put all the cards in a row on the table, you remove a card at one end of the row and then you move the hand to the other one who does the same thing; you iterate until there are no more cards on the table. In the end, each player adds the numbers written on the cards he has chosen; the winner is the one with the most cards. Is there a winning strategy for whoever starts the game? If yes, indicate one, if not, provide a reason.
Answer: si src_kangourou_2007_student_maggio__QS2
Area minima del triangolo (altezze vincolate)

\begin{document}
\begin{tikzpicture}
\coordinate (A) at (5,5);
\coordinate (B) at (8,0);
\coordinate (C) at (0,0);
\coordinate (FA) at (5,0);
\coordinate (FB) at (4,4);
\coordinate (FC) at (5.882,3.529);
\draw[thick] (A) -- (B) -- (C) -- cycle;
\draw[dotted] (A) -- (FA);
\draw[dotted] (B) -- (FB);
\draw[dotted] (C) -- (FC);
\node[above] at (A) {$A$};
\node[right] at (B) {$B$};
\node[left] at (C) {$C$};
\node[right] at (5,1.6) {$h_A$};
\node[above left] at (4.5,4.3) {$h_B$};
\node[below] at (3,2.0) {$h_C$};
\end{tikzpicture}
\end{document}Sia un qualunque triangolo le cui altezze relative ai vertici , , soddisfino rispettivamente le relazioni: cm, cm, cm. Quanti centimetri quadrati misura al minimo l’area di ?
Topic: Geometria piana, Disuguaglianze Metodo: Disuguaglianze classiche Abilita: Ragionamento geometrico Area: Algebra e Analisi, Geometria Risposta: 10 Fonte: apri PDF p.1
*Minimum area of triangle (heights restricted) *

\begin{document}
\begin{tikzpicture}
\coordinate (A) at (5,5);
\coordinate (B) at (8,0);
\coordinate (C) at (0,0);
\coordinate (FA) at (5,0);
\coordinate (FB) at (4,4);
\coordinate (FC) at (5.882,3.529);
\draw[thick] (A) -- (B) -- (C) -- cycle;
\draw[dotted] (A) -- (FA);
\draw[dotted] (B) -- (FB);
\draw[dotted] (C) -- (FC);
\node[above] at (A) {$A$};
\node[right] at (B) {$B$};
\node[left] at (C) {$C$};
\node[right] at (5,1.6) {$h_A$};
\node[above left] at (4.5,4.3) {$h_B$};
\node[below] at (3,2.0) {$h_C$};
\end{tikzpicture}
\end{document}Whether is any triangle whose heights relative to the vertices , , meet the following ratios: cm, cm, cm respectively. How many square centimetres is the minimum area of ?
Answer: 10 src_kangourou_2007_student_maggio__QS3
Somma prime 21 cifre decimali di 2^2007/7
Quanto vale la somma delle prime ventuno cifre dopo la virgola della divisione per di ?
Topic: Teoria dei Numeri Metodo: congruenze Abilita: Riconoscimento di pattern Area: Aritmetica e Teoria dei Numeri Risposta: 88 Fonte: apri PDF p.1
Sum of the first 21 decimal places of 2
What is the sum of the first twenty-one digits after the comma of division by of ?
Answer: 88 src_kangourou_2007_student_maggio__QS4
Numero di sottoinsiemi porosi di {1..10}
Un insieme di numeri naturali positivi è detto “poroso” se è vuoto oppure non contiene tre interi consecutivi. Quanti sono i sottoinsiemi porosi dell’insieme ?
Topic: Combinatoria Metodo: Ricorsione Abilita: Riconoscimento di pattern Area: Combinatoria, Logica e Probabilita Risposta: 504 Fonte: apri PDF p.1
Number of porous sub-sets of {1,10}
A set of positive natural numbers is called “porous” if it is empty or does not contain three consecutive integers. How many porous subsets of the set are there?
Answer: 504 src_kangourou_2007_student_maggio__QS5
Trovare il sacchetto falso con tre pesate
sacchetti numerati contengono ciascuno almeno monete. Le monete di ogni singolo sacchetto sono tutte uguali tra loro per peso e forma e sono contrassegnate con il numero del sacchetto. Escluso un sacchetto che contiene monete false, tutti gli altri contengono monete ufficiali. Le monete ufficiali hanno tutte lo stesso peso, diverso dal peso delle monete false: i due pesi non sono noti. Hai a disposizione una bilancia elettronica. Trova una strategia per stabilire con tre pesate qual è il sacchetto contenente monete false, mostrandone l’efficacia.
Topic: Algebra, Logica, giochi, strategie Metodo: Analisi per casi Abilita: generalizzazione Area: Algebra e Analisi, Combinatoria, Logica e Probabilita Risposta: strategia 3 pesate Fonte: apri PDF p.1
Finding the fake bag with three weights
numbered bags shall each contain at least coins. The coins in each single bag are all equal in weight and shape and are marked with the bag number. Except for one bag containing counterfeit coins, all the others contain official coins. Official coins all have the same weight, different from the weight of counterfeit coins: the two weights are unknown. You have an electronic balance sheet. Find a strategy to determine by three weights what the bag containing counterfeit coins is, showing its effectiveness.
Answer: strategia 3 pesate src_kangourou_2007_student_maggio__QS6