document.write( "Question 254299: find the lesser of two consecutive numbers with a sum greater than 16 \n" ); document.write( "
Algebra.Com's Answer #186645 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the lesser of two consecutive numbers with a sum greater than 16 \n" ); document.write( "----------------------------- \n" ); document.write( "1st: x \n" ); document.write( "2nd: x+1 \n" ); document.write( "------------------------- \n" ); document.write( "Equation: \n" ); document.write( "x + x+1 = 16 \n" ); document.write( "2x +1 = 16 \n" ); document.write( "2x = 15 \n" ); document.write( "x = 7.5 (the lesser of two consecutive numbers) \n" ); document.write( "=============================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |