document.write( "Question 311687: find three consecutive even integers such that the square of the third is 28 more than the square of the second. \n" ); document.write( "
Algebra.Com's Answer #222935 by mananth(16949) You can put this solution on YOUR website! let the numbers be x, x+2, x+4\r \n" ); document.write( "\n" ); document.write( "square of the third= (x+4)^2 \n" ); document.write( "square of the second = (x+2)^2\r \n" ); document.write( "\n" ); document.write( ". \n" ); document.write( "(x+4)2 = (x+2)^2 +28 \n" ); document.write( "x^2 +8x +64= X^2+4x+4 +28 \n" ); document.write( "8x-4x=-64+32 \n" ); document.write( "4x= -32 \n" ); document.write( "x=-8 \n" ); document.write( "-8. -6, -4 \n" ); document.write( " |