document.write( "Question 146745: Write an algebraic expression that proves the difference of the square of any two odd numbers must be divisible by 8. \n" ); document.write( "
Algebra.Com's Answer #107170 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
\"%28n%2B2%29%5E2+-+n%5E2+=+n%5E2+%2B+4n+%2B4+-n%5E2\"
\n" ); document.write( "= 4n + 4
\n" ); document.write( "=4(n + 1)
\n" ); document.write( "Since n is odd, n+1 is even, meaning it has at least one factor of 2.
\n" ); document.write( "4 times that has to be divisible by 8, as it adds 2 more factors of 2.
\n" ); document.write( "
\n" );