document.write( "Question 432209: The sum of the squares of two consecutive positive numbers is 265. Find both numbers. \n" ); document.write( "
Algebra.Com's Answer #307121 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
x2+(x+1)2=265
\n" ); document.write( "x2+x2+2x+1=265
\n" ); document.write( "2x2+2x-264=0
\n" ); document.write( "x2+x-132=0
\n" ); document.write( "(x+12)(x-11)=0
\n" ); document.write( "x=-12 or ll
\n" ); document.write( "Throwing away the negative answer, we get the two consecutive integers to be 11 and 12..
\n" ); document.write( "
\n" ); document.write( "
\n" );