document.write( "Question 838881: If two consecutive integers have a sum of 127, find the numbers.\r
\n" ); document.write( "\n" ); document.write( "We know the answer is 63 and 64 but how is it defined in algebraic terms.\r
\n" ); document.write( "\n" ); document.write( "All I've got is:
\n" ); document.write( "x = (127 - 1)/2; y = (127 + 1)/2
\n" ); document.write( "

Algebra.Com's Answer #505400 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Call the integers \"+n+\" and \"+n%2B1+\"
\n" ); document.write( "\"+n+%2B+n+%2B+1+=+127+\"
\n" ); document.write( "\"+2n+%2B+1+=+127+\"
\n" ); document.write( "\"+2n+=+126+\"
\n" ); document.write( "\"+n+=+63+\"
\n" ); document.write( "\"+n+%2B+1+=+64+\"
\n" ); document.write( "
\n" ); document.write( "
\n" );