document.write( "Question 434925: find the two consecutive integers such that the square of the smaller is 10 more than the larger \n" ); document.write( "
Algebra.Com's Answer #301148 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
call the consecutive integers \"n\" and \"n%2B1\"
\n" ); document.write( "given:
\n" ); document.write( "\"+n%5E2+=+n+%2B+1+%2B+10+\"
\n" ); document.write( "\"+n%5E2+=+n+%2B+11+\"
\n" ); document.write( "\"+n%5E2+-+n+=+11+\"
\n" ); document.write( "\"+n%5E2+-+n+%2B+%281%2F2%29%5E2+=+11+%2B+%281%2F2%29%5E2+\"
\n" ); document.write( "\"++n%5E2+-+n+%2B+1%2F4+=+44%2F4+%2B+1%2F4+\"
\n" ); document.write( "\"+%28+n+-+1%2F2%29%5E2+=+45%2F4+\"
\n" ); document.write( "\"+n+-+1%2F2+=+3%2Asqrt%285%29%2F2+\"
\n" ); document.write( "\"+n+=+%281+%2B+3%2Asqrt%285%29%29%2F2+\"
\n" ); document.write( "I can't make any sense of the problem.
\n" ); document.write( "Was it copied right?
\n" ); document.write( "
\n" );