document.write( "Question 518487: Find three consecutive even numbers where the product of the smaller two numbers is 64 less than the square of the larger number \n" ); document.write( "
Algebra.Com's Answer #345197 by valentity(6)\"\" \"About 
You can put this solution on YOUR website!
Let the nos be x,x+2 and x+4 then
\n" ); document.write( "x(x+2)+64=(x+4)**2. This yields x=8, hence the nos are 8,10 and 12.
\n" ); document.write( "
\n" );