document.write( "Question 290614: The sum of two consecutive numbers is 49. What is the lesser number? \n" ); document.write( "
Algebra.Com's Answer #210289 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of two consecutive numbers is 49. What is the lesser number? \n" ); document.write( "------------------- \n" ); document.write( "lesser: x \n" ); document.write( "Next: x+1 \n" ); document.write( "---------------- \n" ); document.write( "Equation: \n" ); document.write( "sum = 49 \n" ); document.write( "x+x+1 = 49 \n" ); document.write( "2x = 48 \n" ); document.write( "x = 24 (lesser) \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |