document.write( "Question 168958: Find three consecutive numbers such that twice the smallest number is 23 more than the largest. \n" ); document.write( "
Algebra.Com's Answer #124586 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find three consecutive numbers such that twice the smallest number is 23 more than the largest. \n" ); document.write( "------- \n" ); document.write( "1st: x \n" ); document.write( "2nd: x+1 \n" ); document.write( "3rd: x+2 \n" ); document.write( "------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "2x = x+2 + 23 \n" ); document.write( "x = 25 \n" ); document.write( "----------- \n" ); document.write( "x+1 = 26 \n" ); document.write( "x+2 = 27 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |