document.write( "Question 808999: the sum of the squares of two consecutive even integers is 84 more than the product of the two integers \n" ); document.write( "
Algebra.Com's Answer #487367 by mananth(16946) You can put this solution on YOUR website! integers x & x+2\r \n" ); document.write( "\n" ); document.write( "x^2+(x+2)^2=84+x(x+2)\r \n" ); document.write( "\n" ); document.write( "x^2+x^2+4x+4=84+x^2+2x\r \n" ); document.write( "\n" ); document.write( "simplify\r \n" ); document.write( "\n" ); document.write( "x^2+2x-80=0\r \n" ); document.write( "\n" ); document.write( "x^2+10x-8x-80=0\r \n" ); document.write( "\n" ); document.write( "x(x+10)-8(x+10)=0\r \n" ); document.write( "\n" ); document.write( "(x+10)(x-8)=0\r \n" ); document.write( "\n" ); document.write( "c=-10 OR x=8\r \n" ); document.write( "\n" ); document.write( "8,10 OR -10,-8 \n" ); document.write( " |