document.write( "Question 353693: The sum of two consecutive integers is 99 \n" ); document.write( "
Algebra.Com's Answer #252812 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The sum of two consecutive integers is 99 \n" ); document.write( ". \n" ); document.write( "Let x = first integer \n" ); document.write( "then \n" ); document.write( "x+1 = second integer \n" ); document.write( ". \n" ); document.write( "x + x+1 = 99 \n" ); document.write( "2x + 1 = 99 \n" ); document.write( "2x = 98 \n" ); document.write( "x = 49 (first integer) \n" ); document.write( ". \n" ); document.write( "second integer: \n" ); document.write( "x+1 = 49+1 = 50 \n" ); document.write( ". \n" ); document.write( "The two integers are 49 and 50 \n" ); document.write( " |