document.write( "Question 416857: The difference between the squares of two consecutive even numbers is twise the sum of the numbers.\r
\n" );
document.write( "\n" );
document.write( "For example: 8^2 - 6^2 = 28
\n" );
document.write( " 2 x (8 + 6) = 28\r
\n" );
document.write( "\n" );
document.write( "Prove this result algebraically.\r
\n" );
document.write( "\n" );
document.write( "thankyou :) \n" );
document.write( "
Algebra.Com's Answer #291953 by Alan3354(69443) You can put this solution on YOUR website! n & n+2 are the numbers \n" ); document.write( " \n" ); document.write( "2*(n + n+2) = 2n+4 \n" ); document.write( "---------------- \n" ); document.write( "It's true for odd or even numbers, as shown above. \n" ); document.write( "The difference between the squares is the difference between the numbers times the sum of the numbers. \n" ); document.write( "Diff of squares = (Diff of numbers) * (sum of numbers) \n" ); document.write( "There's no good reason to try to remember that, imo. \n" ); document.write( " |