document.write( "Question 1085516: One positive integer is 1 less than twice another. The sum of their squares is 34. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #699597 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
integers are x and 2x-1
\n" ); document.write( "sum of squares is x^2+4x^2-4x+1=5x^2-4x+1=34
\n" ); document.write( "5x^2-4x-33=0
\n" ); document.write( "(5x+11)(x-3)=0
\n" ); document.write( "only positive root is x=3
\n" ); document.write( "integers are 3 and 5
\n" ); document.write( "sum of squares is 9+25=34
\n" ); document.write( "
\n" );