document.write( "Question 36822: the sum of the squares of two consecutive integers is 265. find the integers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #22614 by stanbon(75887) ![]() You can put this solution on YOUR website! the sum of the squares of two consecutive integers is 265. find the integers.\r \n" ); document.write( "\n" ); document.write( "Let the smaller number be \"x\" \n" ); document.write( "The larger is \"x+1\" \n" ); document.write( "EQUATION: \n" ); document.write( " x^2 + (x+1)^2=265 \n" ); document.write( "2x^2+2x+1=265 \n" ); document.write( "2x^2+2x-264=0 \n" ); document.write( "x^2+x-132=0 \n" ); document.write( "(x+12)(x-11)=0 \n" ); document.write( "x=11 then x+1=12 \n" ); document.write( "If x=-12 the x+1=-11\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |