document.write( "Question 391162: How to find the sums of the two squares of two consecutive even integers is 340. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #277453 by mananth(16946)![]() ![]() You can put this solution on YOUR website! How to find the sums of the two squares of two consecutive even integers is 340. Find the integers. \n" ); document.write( "... \n" ); document.write( "let the integers be x & x+2 \n" ); document.write( ".. \n" ); document.write( "x^2 + (x+2)^2 =340 \n" ); document.write( "x^2+x^2+4x+4=340 \n" ); document.write( "2x^2+4x+4=340 \n" ); document.write( "2x^2+4x-336=0 \n" ); document.write( "/2 \n" ); document.write( "x^2+2x-168=0 \n" ); document.write( "x^2+14x-12x-168=0 \n" ); document.write( "x(x+14)-12(x+14)=0 \n" ); document.write( "(x+14)(x-12)=0 \n" ); document.write( "x=-14 OR x=12 \n" ); document.write( ".. \n" ); document.write( "The numbers can be -14,-12 \n" ); document.write( "OR \n" ); document.write( "12,14 \n" ); document.write( " |