document.write( "Question 191906: Three consecutive even integers are such that the square of the third is 100 more than the square of the second. Find the three integers. \n" ); document.write( "
Algebra.Com's Answer #144008 by checkley75(3666)\"\" \"About 
You can put this solution on YOUR website!
let x, (x+2) & (x+4) be the three consecutive even integers.
\n" ); document.write( "(x+4)^2=(x+2)^2+100
\n" ); document.write( "x^2+8x+16=x^2+4x+4+100
\n" ); document.write( "x^2-x^2+8x-4x=100+4-16
\n" ); document.write( "4x=88
\n" ); document.write( "x=88/4
\n" ); document.write( "x=22 ans. for the first integer.
\n" ); document.write( "22+2=24 for the middle integer.
\n" ); document.write( "22+4=26 for the third integer.
\n" ); document.write( "Proof:
\n" ); document.write( "26^2=24^2+100
\n" ); document.write( "676=576+100
\n" ); document.write( "676=676
\n" ); document.write( "
\n" );