If m and n are two positive integers such that 5 m + 7 n = 4 6 , then what is the value of m × n ?
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.
Thanks Rico Lee. Cheers
Using extended euclidean algorithm we find that general integer solutions for m and n are m = 1 3 8 + 7 k and n = − 9 2 − 5 k where k is an integer.
Now, since both m and n are positive, we must have 9 2 + 5 k < 0 < 1 3 8 + 7 k ⟹ − 2 0 < k < − 1 8 . (Remember that k is an integer.)
Hence, k = − 1 9 ⟹ m = 5 , n = 3 ⟹ m × n = 1 5
Problem Loading...
Note Loading...
Set Loading...
At first, one might attempt to think about possible values of n that makes 7n end in units digit six. But, it is impossible here. The second strategy is to think, how do we get numbers (disregarding m and n) that must add together to produce six? This leads us to think about multiples of 7 ending in one and multiples of 5 ending in 5. So, after trial and error, 5x(5) + 7x(3)= 46. m is 5 and n is 3. 3x5=15.
This is a rather long solution but for those who are new to number theory the beauty of this branch is to incorporate logic. Number theory requires logical deduction to get our answers. This is why I wrote it so long. Cheers.