document.write( "Question 390059: find the second of the three consecutive positive even integers such that the product of the first and second is 64 less than the square of the third \n" ); document.write( "
Algebra.Com's Answer #276506 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x, (x+2),(x+4) represent the three consecutive positive even integers
\n" ); document.write( "Question States***
\n" ); document.write( " x(x+2) = (x+4)^2 - 64
\n" ); document.write( "solving for x
\n" ); document.write( " x^2 + 2x = x^2 + 8x + 16 - 64
\n" ); document.write( " 48 = 6x
\n" ); document.write( " x = 8, the first of the three. The Second Integer is 10\r
\n" ); document.write( "\n" ); document.write( "CHECKING our Answer*****
\n" ); document.write( " 8*10 = 144 - 64 \n" ); document.write( "
\n" );