document.write( "Question 100248: The sum of two numbers equal 14 and the difference is 6 \n" ); document.write( "
Algebra.Com's Answer #72999 by bucky(2189)\"\" \"About 
You can put this solution on YOUR website!
You have two unknown numbers. Represent them by X and Y.
\n" ); document.write( ".
\n" ); document.write( "The problem tells you that the sum of these two numbers is 14. Represent this in equation
\n" ); document.write( "form as:
\n" ); document.write( ".
\n" ); document.write( "X + Y = 14
\n" ); document.write( ".
\n" ); document.write( "The problem also tells you that the difference of these two numbers is 6. Represent this
\n" ); document.write( "in equation form as:
\n" ); document.write( ".
\n" ); document.write( "X - Y = 6
\n" ); document.write( ".
\n" ); document.write( "There are several ways to solve this pair of equations. One way we can do it is by variable
\n" ); document.write( "elimination. Write the two equations together as follows:
\n" ); document.write( ".
\n" ); document.write( "X + Y = 14
\n" ); document.write( "X - Y = 6
\n" ); document.write( ".
\n" ); document.write( "Notice that if we add the two equations vertically in columns we get X + X = 2X and for
\n" ); document.write( "the next column the +Y adds to -Y to cancel each other out. Finally notice on the other
\n" ); document.write( "side of the equal sign that the 14 adds to the 6 to give 20. So when we add the two equations
\n" ); document.write( "vertically we are left with the resulting equation:
\n" ); document.write( ".
\n" ); document.write( "2X = 20
\n" ); document.write( ".
\n" ); document.write( "We can now solve for X by dividing both sides by 2:
\n" ); document.write( ".
\n" ); document.write( "2X/2 = 20/2
\n" ); document.write( ".
\n" ); document.write( "And after the division we are left with:
\n" ); document.write( ".
\n" ); document.write( "X = 10
\n" ); document.write( ".
\n" ); document.write( "So we have one of the unknown numbers identified as 10. Since we know that the sum of the
\n" ); document.write( "two numbers must be 14, the missing 4 has to be the other number. This makes the two numbers
\n" ); document.write( "10 and 4. Notice that the difference in the two numbers is 10 - 4 and that equals 6
\n" ); document.write( "just as the problem said it should. This is just another check to ensure that our answer
\n" ); document.write( "is correct. The answers to the problem you posted are 10 and 4. Now for a lesson in using the
\n" ); document.write( "process of variable elimination to solve a pair of equations that have two unknowns.
\n" ); document.write( ".
\n" ); document.write( "The reason that this method worked is that we can't solve a single equation for two unknowns.
\n" ); document.write( "If there are two independent equations for two unknowns, we should be able to solve them
\n" ); document.write( "if there is a single but common solution. Because of the values of the unknowns in the two
\n" ); document.write( "equations we originally wrote, we noticed that we could add the equations and one of the
\n" ); document.write( "variables (the Y) would cancel out so that we would be left with just one equation that
\n" ); document.write( "had one unknown. If the two equations did not have one of the variables equal but of
\n" ); document.write( "opposite sign to the same variable in the other equation, we would have to make it that way
\n" ); document.write( "in order to use variable elimination.
\n" ); document.write( ".
\n" ); document.write( "For example only to show you how variable elimination works... suppose the two equations had been:
\n" ); document.write( ".
\n" ); document.write( "2X + 6Y = 20 and
\n" ); document.write( "3X + 4Y = 10
\n" ); document.write( ".
\n" ); document.write( "We could multiply the entire top equation (all terms) by 3 to convert it to:
\n" ); document.write( ".
\n" ); document.write( "6X + 18Y = 60
\n" ); document.write( ".
\n" ); document.write( "and we could multiply both sides of the bottom equation (all terms) by -2 to make it
\n" ); document.write( "become:
\n" ); document.write( ".
\n" ); document.write( "-6X - 8Y = -20
\n" ); document.write( ".
\n" ); document.write( "So we have converted the original pair of equations to:
\n" ); document.write( ".
\n" ); document.write( "+6X + 18Y = 60 and
\n" ); document.write( "-6X - 8Y = -20
\n" ); document.write( ".
\n" ); document.write( "We have made the terms containing X equal but opposite in sign. Notice that if we now
\n" ); document.write( "add the two equations vertically in columns that the +6X and the -6X will cancel each
\n" ); document.write( "other and the rest of the sums will leave us +18Y - 8Y = 10Y and on the other side we
\n" ); document.write( "have +60 -20 = +40. So we have reduced the pair of equations to:
\n" ); document.write( ".
\n" ); document.write( "10Y = 40
\n" ); document.write( ".
\n" ); document.write( "And dividing both sides of that equation by 10 gives us Y = 4
\n" ); document.write( ".
\n" ); document.write( "Now that we know Y is equal to 4, we can return to either of the original equations
\n" ); document.write( "in this example and substitute 4 for Y and solve for X. One of the original two equations
\n" ); document.write( "we started with was:
\n" ); document.write( ".
\n" ); document.write( "3X + 4Y = 10
\n" ); document.write( ".
\n" ); document.write( "Substituting 4 for Y results in:
\n" ); document.write( ".
\n" ); document.write( "3X + 4(4) = 10
\n" ); document.write( ".
\n" ); document.write( "And multiplying the 4 times 4 converts this to:
\n" ); document.write( ".
\n" ); document.write( "3X + 16 = 10
\n" ); document.write( ".
\n" ); document.write( "Getting rid of the +16 on the left side by subtracting 16 from both sides we are left with:
\n" ); document.write( ".
\n" ); document.write( "3X = -6
\n" ); document.write( ".
\n" ); document.write( "and we can solve for X by dividing both sides by 3 to get X = -2. So the answers to this sample
\n" ); document.write( "problem are X = -2 and Y = +4.
\n" ); document.write( ".
\n" ); document.write( "Hope this helps you to understand the problem you posted and gives you some insight into
\n" ); document.write( "solving two equations with two unknowns by using the process of eliminating a variable
\n" ); document.write( "from the pair of equations.
\n" ); document.write( ".\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );