Largest even number

What is the largest even number that divides the difference of squares of any 2 distinct odd integers?

6 2 8 4

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.

2 solutions

Otto Bretscher
Apr 7, 2016

Note that a 2 1 ( m o d 8 ) a^2\equiv 1 \pmod{8} for any odd a a ; check a = 1 , 3 , 5 , 7 a=1,3,5,7 . Thus a 2 b 2 ( m o d 8 ) a^2\equiv b^2 \pmod{8} , meaning that 8 divides a 2 b 2 a^2-b^2 . The example a 2 = 1 a^2=1 and b 2 = 9 b^2=9 shows that 8 \boxed{8} is maximal.

Ralph James
Apr 7, 2016

Let m , n m,n be the odd distinct integers.

We can write m = 2 p + 1 m = 2p + 1 , n = 2 q + 1 n = 2q + 1 for p q p \not = q and p , q Z p,q \in \mathbb{Z} .

m 2 n 2 = ( 2 p + 1 ) 2 ( 2 q + 1 ) 2 = 4 p 2 + 4 p 4 q 2 4 q m^2-n^2 = (2p + 1)^2 - (2q + 1)^2 = 4p^2 + 4p - 4q^2 - 4q

4 ( p 2 + p q 2 q ) \implies 4(p^2 + p - q^2 - q)

4 ( p q ) ( p + q + 1 ) \implies 4(p - q)(p + q + 1)

Remember that p , q Z p,q \in \mathbb{Z} . We can use parity rules here to determine the largest even integer dividing the difference of the squares of two odd distinct numbers.

  • Case 1: p p and q q are even. We can then see that the factor p q p - q must be even (even ± even = even).
  • Case 2: p p and q q are odd. We can then see that the factor p q p-q must be even (odd ± odd = even).
  • Case 3: One of p , q p,q is odd and the other even. We can then see that the factor p + q + 1 p+q+1 must be even \qquad\enspace\enspace (odd ± even = odd \rightarrow odd + 1 = even).

Since at least one of the factors are even in all cases, we can factor out an additional 2 2 and get 4 2 = 8 4 \cdot 2 = \boxed{8} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...