document.write( "Question 35922: Teacher's own problem, not loacted in a book. 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 #21993 by Prithwis(166)\"\" \"About 
You can put this solution on YOUR website!
Let the consecutive even integers be (x-2),x,(x+2)
\n" ); document.write( "(x+2)^2 = 76 + x^2
\n" ); document.write( "=> x^2+4x+4 = x^2+76
\n" ); document.write( "=> x = 18
\n" ); document.write( "The consecutive integers are 16, 18, 20
\n" ); document.write( "
\n" );