randomperson
New member
- Joined
- May 31, 2012
- Messages
- 3
Find all pairs of odd integers m and n which satisfy the following equation:
m+128n=3mn
m+128n=3mn
\(\displaystyle 8a + 262b - 130 = 12ab \implies > > 4a < < + 131b - 65 = 6ab.\)
. . .
What do I mean? Well 8a is even as is 6ab. So 131b - 65 cannot be odd.
Do you see why? But that means 131b IS odd. So that means b is odd.
So we can revise our equation once again.
JeffM said:... But that means 131b IS odd. So that means b is odd.
So we can revise our equation once again.
Let b = 2c - 1.
Off you go. Presumably you will eventually get somewhere where
only a few possibilities are left.
Integer solutions, including evens and negatives (m,n):
0,0
32,-1
40,-5
42,-21
43,43
44,11
48,3
64,1
It is even possible to "turn" this style of equation
(where solutions = odds)into a quadratic, like this:
n = 2a + 1
> > m = 2a + 2b + 1 < <
JeffM said:If > > m < 0 > 0 < < , then 3mn > 0 and m + 128n < 0 so ...
JeffM said:I am going to assume that m and n must be positive integers.
\(\displaystyle m + 128n = 3mn \implies \)
\(\displaystyle 128n = 3mn - m = m(3n - 1) \implies \)
\(\displaystyle m = \dfrac{128n}{3n - 1} \implies \)
\(\displaystyle m = n * \dfrac{2^7}{3n - 1} \ implies \)
\(\displaystyle dfrac{2^7}{3n - 1}\ is\ an\ integer \implies\)