document.write( "Question 48280: Find two consecutive positive integers such that the sum of
\n" ); document.write( "their squares is 85.
\n" ); document.write( "

Algebra.Com's Answer #32018 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
First Integer = i
\n" ); document.write( "Second Integer = i + 1
\n" ); document.write( "\"%28i%29%5E2+%2B+%28i+%2B+1%29%5E2+=+85\"
\n" ); document.write( "\"i%5E2+%2B+i%5E2+%2B+2i+%2B+1+=+85\"
\n" ); document.write( "\"i%5E2+%2B+i+-+42+=+0\"
\n" ); document.write( "\"%28i+%2B+7%29%28i+-+6%29+=+0\"
\n" ); document.write( "i = -7 and i = 6 Remember: Positive Integers
\n" ); document.write( "6 and 7
\n" ); document.write( "
\n" );