document.write( "Question 537262: Find three consecutive whole numbers such that twice the sum of the two smallest numbers is 10 more than three times the largest number. \n" ); document.write( "
Algebra.Com's Answer #352772 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find three consecutive whole numbers such that twice the sum of the two smallest numbers is 10 more than three times the largest number. \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)= 3(x+1)+10 \n" ); document.write( "4x-2 = 3x+13 \n" ); document.write( "x = 15 \n" ); document.write( "---- \n" ); document.write( "1st: x-1 = 14 \n" ); document.write( "2nd: 15 \n" ); document.write( "3rd 16 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |