document.write( "Question 367616: find two consecutive integers whose sum is 383
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #262020 by robertb(5830)![]() ![]() You can put this solution on YOUR website! x+x+1 = 383, \n" ); document.write( "2x = 382, \n" ); document.write( "x = 191, \n" ); document.write( "x+1 = 192 \n" ); document.write( " |