document.write( "Question 434151: two consecutive intergers have a sum of 81. what are the two intergers \n" ); document.write( "
Algebra.Com's Answer #300855 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+=+81+\"
\n" ); document.write( "\"+2n+=+80+\"
\n" ); document.write( "\"+n+=+40+\"
\n" ); document.write( "\"+n%2B1+=+41+\"
\n" ); document.write( "The integers are 40 and 41
\n" ); document.write( "
\n" );