document.write( "Question 120448: Three times the larger of two numbers is equal to four times the smaller. The sum of the numbers is 21. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #88274 by bucky(2189)\"\" \"About 
You can put this solution on YOUR website!
The first sentence of the problem indicates that you are looking for two numbers. It also tells
\n" ); document.write( "you that there is a larger number (let's call it L) and as smaller number (let's call it S).
\n" ); document.write( "Finally, it tells you that 3 times the larger (3*L) is equal to 4 times the smaller (4*S).
\n" ); document.write( "In equation form this can be written as:
\n" ); document.write( ".
\n" ); document.write( "3*L = 4*S
\n" ); document.write( ".
\n" ); document.write( "The sum of the numbers is 21. Therefore, another equation is:
\n" ); document.write( ".
\n" ); document.write( "L + S = 21
\n" ); document.write( ".
\n" ); document.write( "Let's solve these two equations by substitution. We can start by solving the second equation
\n" ); document.write( "for L by subtracting S from both sides to leave just L by itself on the left side. When
\n" ); document.write( "you subtract S from both sides, the equation becomes:
\n" ); document.write( ".
\n" ); document.write( "L = 21 - S
\n" ); document.write( ".
\n" ); document.write( "Now let's substitute the right side of this equation for L in the first equation that we wrote.
\n" ); document.write( "The first equation is:
\n" ); document.write( ".
\n" ); document.write( "3*L = 4*S
\n" ); document.write( ".
\n" ); document.write( "substituting 21 - S for L changes the equation to:
\n" ); document.write( ".
\n" ); document.write( "3*(21 - S) = 4*S
\n" ); document.write( ".
\n" ); document.write( "Do the distributed multiplication on the left side by multiplying 3 times each of the terms
\n" ); document.write( "in the parentheses. 3 times 21 is 63 and 3 times -S is - 3*S. This changes the left side and
\n" ); document.write( "the equation becomes:
\n" ); document.write( ".
\n" ); document.write( "63 - 3*S = 4*S
\n" ); document.write( ".
\n" ); document.write( "Get rid of the -3*S on the left side by adding +3*S to both sides. On the left side, this
\n" ); document.write( "addition cancels the -3*S and on the right side the 3*S and 4*S add to give 7*S. So the
\n" ); document.write( "changed equation is:
\n" ); document.write( ".
\n" ); document.write( "63 = 7*S
\n" ); document.write( ".
\n" ); document.write( "Solve for S by dividing both sides of the equation by 7. This makes the answer for S:
\n" ); document.write( ".
\n" ); document.write( "S = 63/7 = 9
\n" ); document.write( ".
\n" ); document.write( "Now you know that the smaller number is 9. And since the total of the two numbers is
\n" ); document.write( "21, the larger number is 21 - 9 = 12.
\n" ); document.write( ".
\n" ); document.write( "Check: 3 times the larger number is 3*12 = 36. And 4 times the smaller number is 4*9 = 36.
\n" ); document.write( "This means that 3*L = 4*S
\n" ); document.write( ".
\n" ); document.write( "And L + S is 12 + 9 and that does equal 21, just as it should.
\n" ); document.write( ".
\n" ); document.write( "Therefore, the answers of 12 and 9 satisfy the problem and are, therefore, the correct answers.
\n" ); document.write( ".
\n" ); document.write( "Hope this helps you to understand the problem.
\n" ); document.write( ".
\n" ); document.write( "
\n" ); document.write( "
\n" );