document.write( "Question 757959: The sum of two consecutive whole numbers is 27. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #461522 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! First number = x \n" ); document.write( "Second number = x + 1 \n" ); document.write( "x + (x + 1) = 27 \n" ); document.write( " 2x + 1 = 27 \n" ); document.write( " 2x = 27 - 1 \n" ); document.write( " 2x = 26 \n" ); document.write( " x = 13 \n" ); document.write( "First number = 13 \n" ); document.write( "Second number = 14 \n" ); document.write( " Total = 27 \n" ); document.write( "Hope this helps \n" ); document.write( ":-) \n" ); document.write( " |