document.write( "Question 943184: Which of the following statements can be used to prove that the sum of the squares of 3 consecutive odd integers is 20 more than 3 times the product of the first and last integers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805617 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-2)^2 + x^2 + (x+2)^2 = 3(x-2)(x+2) + 20\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x^2 - 4x + 4) + x^2 + (x^2 + 4x + 4) \n" ); document.write( "= 3x^2 + 8 \n" ); document.write( "= 3(x^2 - 4) + 20 \n" ); document.write( "= 3(x-2)(x+2) + 20 \n" ); document.write( " |