document.write( "Question 992786: Find three numbers such that the second number is 3 more than twice the first number,and the third number is four times the first number. The sum of the three numbers is 164 \n" ); document.write( "
Algebra.Com's Answer #612285 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find three numbers such that the second number is 3 more than twice the first number,and the third number is four times the first number. The sum of the three numbers is 164. \n" ); document.write( "1st:: x \n" ); document.write( "2nd:: 2x+3 \n" ); document.write( "3rd:: 4x \n" ); document.write( "------------- \n" ); document.write( "Equation: \n" ); document.write( "x + 2x+3 + 4x = 164 \n" ); document.write( "7x = 161 \n" ); document.write( "---- \n" ); document.write( "x = 23 (1st) \n" ); document.write( "2x+3 = 49 (2nd) \n" ); document.write( "4x = 92 (3rd) \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------- \n" ); document.write( " |