3 m + 7 = 2 n
Find all positive integer solution ( m , n ) that satisfy the equation above.
Denote ( m 1 , n 1 ) , ( m 2 , n 2 ) , … , ( m x , n x ) as all the paired solutions.
What is the value of ( k = 1 ∑ x n k ) ÷ ( k = 1 ∑ x m k ) ?
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.
Problem Loading...
Note Loading...
Set Loading...
Observe:
3 m + 7 ≡ 0 + 1 ≡ 1 m o d 3 . Then, 2 n ≡ 1 m o d 3 as 2 ≡ ( − 1 ) m o d 3 ⇒ 2 n ≡ ( − 1 ) n m o d 3 ∴ n = 2 s . Now we get that 3 m ≡ 4 s − 7 ≡ 1 m o d 4 ⇒ 3 m ≡ ( − 1 ) m m o d 4 ∴ m = 2 t
Now, our original equation looks like 3 2 t + 7 = 2 2 s
7 = 2 2 s − 3 2 t = ( 2 s − 3 t ) ( 2 s + 3 t )
⇒ 2 s − 3 t = 1 y 2 s + 3 t = 7 ⇒ 2 s − 3 t + 2 s + 3 t = 8 ⇒ 2 s + 1 = 2 3 ∴ s = 2 . Consequently, 2 2 × 2 − 3 2 t = 7 ⇒ 3 2 t = 9 ∴ t = 1
Finally, m = 2 y n = 4 as unique solution ∴ m n = 2 4 = 2