SOLUTION: Prove that the difference of the squares of two consecutive odd numbers is a multiple of 8. Note that an even number can be written as 2n.

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: Prove that the difference of the squares of two consecutive odd numbers is a multiple of 8. Note that an even number can be written as 2n.       Log On


   



Question 1051281: Prove that the difference of the squares of two consecutive odd numbers is a multiple of 8. Note that an even number can be written as 2n.

Answer by richard1234(7193) About Me  (Show Source):
You can put this solution on YOUR website!
Let the odd numbers be 2n-1 and 2n+1 where n is an integer

(2n+1)^2 - (2n-1)^2 = (4n^2 + 4n + 1) - (4n^2 - 4n + 1) = 8n

8n is a multiple of 8, so we are done.