document.write( "Question 80789: Three consecutive even integers are such that the square of the third is 76 more than the square of the second. Find the three integers. \n" ); document.write( "
Algebra.Com's Answer #57963 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
\"Three consecutive even integers\"
\n" ); document.write( "x, (x+2), (x+4)
\n" ); document.write( ":
\n" ); document.write( "\"are such that the square of the third is 76 more than the square of the second.\"
\n" ); document.write( "(x+4)^2 = (x+2)^2 + 76
\n" ); document.write( ":
\n" ); document.write( "x^2 + 8x + 16 = (x^2 + 4x + 4) + 76
\n" ); document.write( ":
\n" ); document.write( "x^2 + 8x + 16 = x^2 + 4x + 80
\n" ); document.write( ":
\n" ); document.write( "x^2 - x^2 + 8x - 4x = 80 - 16
\n" ); document.write( ":
\n" ); document.write( "4x = 64
\n" ); document.write( ":
\n" ); document.write( "x = 16
\n" ); document.write( ":
\n" ); document.write( "16, 18, 20 are the numbers
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check on calc: 20^2 - 18^2 = 76\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );