SOLUTION: prove that, if the difference of two numbers is 4, then the difference of their squares is a multiple of 8.

Algebra ->  Geometry-proofs -> SOLUTION: prove that, if the difference of two numbers is 4, then the difference of their squares is a multiple of 8.       Log On


   



Question 661744: prove that, if the difference of two numbers is 4, then the difference of their squares is a multiple of 8.
Answer by htmentor(1343) About Me  (Show Source):
You can put this solution on YOUR website!
prove that, if the difference of two numbers is 4, then the difference of their squares is a multiple of 8.
==============================
Let the two numbers = m, n
Then m - n = 4 -> m = n + 4
m^2 - n^2 = (n+4)^2 - n^2 = n^2 + 8n + 16 - n^2 = 8n + 16 = 8(n + 2), which is a multiple of 8.