document.write( "Question 738104: The sum of 3 number is 38. The second number is nine more than double the first, and the third number is one less than double the first. \n" ); document.write( "
Algebra.Com's Answer #450666 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of 3 number is 38. The second number is nine more than double the first, and the third number is one less than double the first. \n" ); document.write( "------ \n" ); document.write( "Equations: \n" ); document.write( "a + b + c = 38 \n" ); document.write( "b = 2a + 9 \n" ); document.write( "c = 2a-1 \n" ); document.write( "------ \n" ); document.write( "Substitute for \"b\" and for \"c\" and solve for \"a\": \n" ); document.write( "a + (2a+9)+(2a-1) = 38 \n" ); document.write( "------ \n" ); document.write( "5a + 8 = 38 \n" ); document.write( "5a = 30 \n" ); document.write( "a = 6 \n" ); document.write( "----- \n" ); document.write( "b = 2a+9 = 12+9 = 21 \n" ); document.write( "----- \n" ); document.write( "c = 2a-1 = 12-1 = 11 \n" ); document.write( "-------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |