document.write( "Question 148437: the sum of the squares of two consecutive even integers is 52. what are the integers? I believe the answers is 4^2 and 6^2 but I can't figure out how to write an equation to show how I figured it out, Please help!!! \n" ); document.write( "
Algebra.Com's Answer #108784 by edjones(8007) You can put this solution on YOUR website! Let the smaller be x, the larger x+2 \n" ); document.write( "x^2+(x+2)^2=52 \n" ); document.write( "x^2+x^2+4x+4=52 \n" ); document.write( "2x^2+4x-48=0 \n" ); document.write( "2(x^2+2x-24)=0 \n" ); document.write( "(x+6)(x-4)=0 \n" ); document.write( "x=4 \n" ); document.write( "x+2=6 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |