Solve in N(natural numbers) the equation:
Find the sum of all possible values of k,m,n and r.
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.
It is quite easy actually. Note first that r < m i n ( k , m , n )
where m i n ( x 1 , x 2 , . . . , x n ) denotes the minimum real out of the ′ n ′ real numbers in the brackets.
Without loss of generality, let us suppose that one of the numbers k , m and n is the largest, say n . i.e. n > m and n > k . (Note the strict inequalities) In such a case multiply throughout by n ! . We obtain:
( n ) × ( n − 1 ) × . . . × ( k + 1 ) + ( n ) × ( n − 1 ) × . . . × ( m + 1 ) + 1
= ( n ) × ( n − 1 ) × . . . × ( r + 1 )
Remainder left on division by n is 1 on the left side but 0 on the right side. This is absurd for equal quantities. So, the assumption was wrong. There is no single maximum ′ n ′ .
Next, we suppose that two numbers out of k , m , n are simultaneously maximum say m and n , i.e. m = n > k . (Note the strict inequality).
With the same reasoning, this case fails and so this assumption is wrong. So,the only choice is all the terms are simultaneously equal (and then obviously maximum), i.e. k = m = n .
Now, we get k ! = 3 × r ! (in fact k ! = m ! = n ! )
Now if k − r was 2 or more, atleast one even number must be multiplied to get k ! from r ! by successive multiplication: in other words k ! = ( e v e n ) × r ! . But that is not so. So, r and k are consecutive, i.e. k = r + 1 .
Immediately, we get: r = 2 and k = 3 = m = n as the only solution.