document.write( "Question 507576: The sum of two consecutive numbers is 117. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #340579 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Two consecutive numbers can be expressed as: \n" ); document.write( "x and x+1, so... \n" ); document.write( "x+(x+1) = 117 Simplify. \n" ); document.write( "2x+1 = 117 Subtract 1. \n" ); document.write( "2x = 116 Divide by 2. \n" ); document.write( "x = 58. \n" ); document.write( "So the two numbers are: \n" ); document.write( "58 and 59. \n" ); document.write( " |