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