m 1 + n 1 − m n 2 1 = 4 3
Let all the solutions of the pairs of integers ( m , n ) that satisfy the equation above be denoted by ( m 1 , n 1 ) , ( m 2 , n 2 ) , … , ( m k , n k ) . Find i = 1 ∑ k ( m i + n i ) .
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.
m 1 + n 1 − m n 2 1 = 4 3
Clearly, m , n = 0 .
Rearranging the condition, we get: ( 3 m − 4 ) n 2 − ( 4 m ) n + 4 = 0 .
Solving yields: n = 2 ∗ 3 m − 4 m ± m 2 − 3 m + 4 .
Therefore, m 2 − 3 m + 4 has to be a perfect square.
Let us consider an equation:
m 2 − 3 m + 4 = k 2 , where k is integer.
Calculating the discriminant, we get:
D = 9 − ( 4 − k 2 ) = 5 + k 2 , which has to be a perfect square as well, and it can only be true if k = 2 .
In this case m = 0 and m = 3 are both solutions, but m = 0 by condition. So, m = 3 .
Finding n yields n = 2 and the only pair of integers we get is ( m , n ) = ( 3 , 2 ) .
So, the answer is m + n = 3 + 2 = 5
Consider the equation 1/m+1/n-1/mn^2=3/4. This can be simplified using 1/m+1/n=(m+n)/mn because one can multiply 1/m by n/n and vice versa to keep equality. Now n(m+n)/(mn^2)-1/(mn^2)=3/4. This rearranges to n(m+n)-1=3(mn^2)/4. Nw we have 4(nm+n^2-1)=3(mn^2). This rearranges to 4nm+n^2-3mn^2=4. Now factor out the n. Since we are restricted to integer domain, n must be a positive or negative factor of 4. Trying out values leads to the sole solution (m,n)=(3,2) and the answer is 5.
Note that, m 1 + n 1 − m n 2 1 = 4 3 would imply: ( 9 m n − 1 2 n − 1 6 ) ( 3 n − 4 ) = 2 8 (after some re-arranging) .Hence, ( 3 n − 4 ) | 2 8 and considering 3 n − 4 ≡ 2 m o d ( 3 ) , it must be the case that ( 3 n − 4 ) is a factor of 28 which is congruent to 2 modulo 3.
That is, ( 3 n − 4 ) ∈ { − 1 , 2 , − 7 , 1 4 , − 2 8 }
Setting 3 n − 4 equal to each of these in turn and then equating 9 m n − 1 2 n − 1 6 to the complementary divisor yields a value for m . In only one case the value of m is a non-zero integer and hence the only solution is m = 3 , n = 2 (calculation shows that this is indeed a solution to the original equation).
Problem Loading...
Note Loading...
Set Loading...
m 1 + n 1 − m n 2 1 = 4 3
m n 2 ( m + n ) ∗ n − 1 = 4 3
4 m n + 4 n 2 − 4 = 3 m n 2
4 ( m n − 1 ) = n 2 ( 3 m − 4 )
n 2 = 2 2 3 m − 4 m n − 1
Here 3 m − 4 m n − 1 must be a perfect square.
Here if m is even, then denominator is always even and numerator is always odd.
Proof, m = 2 k ⟹ 3 m − 4 m n − 1 = 3 ( 2 k ) − 4 2 k n − 1 , As 2 k n is always even so 2 k n − 1 is always odd.
While, 3 m − 4 = 3 ( 2 k ) − 4 = 2 ( 3 k − 2 ) is always even. So this cannot be possible.
Hence m must be odd.For m = 3 we get n = 2 Now for higher values of m , the value of n 2 will be in fraction. So it is not possible.
Hence, m + n = 3 + 2 = 5