document.write( "Question 123452: The sum of the squares of two consecutive positive integers is 685. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #90605 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=first, so x+1=next __ x^2+(x+1)^2=685 __ 2x^2+2x=684\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2+x-342=0 __ factoring __ (x+19)(x-18)=0 \n" ); document.write( " |