Problem 1:
There are 10 numbers written on a blackboard. At each turn, any two numbers are chosen from the board and they are replaced by their G.C.D and L.C.M. If it is possible to get all odd numbers after a finite number of steps, the answer is 50, else the answer is 10. (Let the answer to this problem be )
Problem 2:
Let a person be at initially. He wants to go to his home at . He wants to reach his home in 10 steps, no more no less. (The segment has length . The kind of steps he can take is a step of length to any of the following three directions:
To the right, that is along the positive x-axis
At an angle of degrees to the positive x-axis
At an angle of degrees to the positive x-axis
Let him take steps of the first kind, steps of the second kind, steps of the third kind, and let the set be the set containing , and only. (A set contains distinct elements only.)
Then the sum of the elements of is .
Problem 3:
Let where N is the set of non-negative integers be a function satisfying the following conditions:
for all in
for all in
for all in
Find . Let the answer be .
Now the answer is
refers to the remainder on dividing by
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
For the first problem, we use the property a . b = g c d ( a , b ) . l c m ( a , b ) .
The above property tells us that at any stage, the blackboard contains at least one even number, because the parity of the product of all the numbers on the board is invariant, namely it is even.
To show the invariance, we check that the product of all the numbers is even at first because of the presence of 2 in the set initially.
Now if in all the steps we do our operations with the odd numbers only then the 2 will always remain, making the product even, and if the 2 is taken anytime for the operation, the above property preserves the parity of the product of the two numbers which is even on L.H.S. due to presence of 2 so R.H.S. must also be even, so at least one of the factors on R.H.S. is even.
Hence the final product is also even. So there exists at least one even number in the blackboard at all times. Hence Y = 1 0 .
For the second problem,
we make the following observations:
Each time the man makes a step of first kind (as in question) we write a 1 , each time he makes a step of the second kind, we write ω where ω is the third root of unity, and each time he makes a step of the third kind, we write ω 2 which is the other third root of unity, so that the net displacement of the man in terms of complex numbers is a + b ω + c ω 2 = 1 since the net displacement is 1. Also a + b + c = 1 0 . Also note that the net displacement is only in the horizontal direction (that is along x-axis) so for each ω step we have to take an ω 2 step. So we get b = c .
Thus the two equations give a + 2 b = 1 0 and a − b = 1 . Solving the two equations we get S = { 4 , 3 }, so that X = 7 .
For the third problem, the second condition gives us the hint that f ( m , n ) is actually the G.C.D of m and n . We take the help of Euclid's algorithm for finding out the G.C.D. of the two integers m , n . We note that the second condition, can also be viewed as f ( p , q ) = f ( p , p − q ) (if p > q ) (this can be assumed without loss of generality due to the first condition that f ( m , n ) = f ( n , m ) ) by simply putting p = m + n , q = n . So f ( p , q ) = f ( p , p − q ) = f ( p , p − 2 q ) = . . . . = f ( p , p − a q ) where a is the largest integer such that p − a q > 0 . So a must be the quotient on dividing p by q so that p − a q is actually the remainder of the said division. So we have actually found that
f ( p , q ) = f ( p , p ( m o d ( q ) ) ) and by the Euclidean algorithm, we know that this process terminates of taking the dividend and the remainder terminates when the remainder is zero. In that step the divisor is actually the G.C.D of the two numbers p , q we started with.
f ( p , q ) = f ( g c d ( p , q ) , 0 ) = g c d ( p , q ) where the last equality follows from the third condition.
Hence f ( m , n ) = g c d ( m , n ) . So Z = 2 9 .
Which gives Ramanujan's Number 1 7 2 9 as the answer.