document.write( "Question 165315: Word Problems Define all variables Must set up equations and solve choosing best method. THIS QUESTION IS ABOUT USING 3 VARIABLE EQUATIONS.
\n" );
document.write( "HERE IT IS\r
\n" );
document.write( "\n" );
document.write( "The sum of three numbers is 18. The third number is four times the second, and the second number is 6 more than the first. Find the numbers. \r
\n" );
document.write( "\n" );
document.write( "I got the answer using guess and check, but have no clue about how to write the equation.\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #121867 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Follow the directions given in the problem description: \n" ); document.write( "First, assign variables to the three unknowns: \n" ); document.write( "Let a = 1st number. \n" ); document.write( "Let b = 2nd number. \n" ); document.write( "Let c = 3rd number. \n" ); document.write( "From the problem description, you can write: \n" ); document.write( "1) a+b+c = 18 \"The sum of three numbers is 18\". \n" ); document.write( "2) c = 4*b \"The third number (c) is four times the second (4*b)\" \n" ); document.write( "3) b = a+6 \"...the second number (b) is 6 more than the first (a+6)\" \n" ); document.write( "So now you have three equations with three unknowns. \n" ); document.write( "Substitute the second equation (c = 4*b) into the first equation to get: \n" ); document.write( "a+b+(4*b) = 18 Now rewrite the third equation as a = b-6 and substitute into the first equation to get: \n" ); document.write( "(b-6)+b+4*b = 18 So now you have one equation with one unknown (b) and you can solve this for b. \n" ); document.write( "b-6+b+4*b = 18 Combine like-terms: \n" ); document.write( "6b-6 = 18 Add 6 to both sides. \n" ); document.write( "6b = 24 Divide both sides by 6. \n" ); document.write( "b = 4 \n" ); document.write( "From equation 2) you can find c. \n" ); document.write( "c = 4*b \n" ); document.write( "c = 4*4 \n" ); document.write( "c = 16 \n" ); document.write( "From the re-written equation equation 3, you can find a: \n" ); document.write( "a = b-6 \n" ); document.write( "a = 4-6 \n" ); document.write( "a = -2 \n" ); document.write( "The three numbers are: -2, 4, 16 \n" ); document.write( "Check: \n" ); document.write( "a+b+c = 18 \n" ); document.write( "(-2)+4+16 = (-2)+20 = 18. \n" ); document.write( " |