SOLUTION: I Need help with solving an equation in two variables using elimination method. Here's the sum:

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: I Need help with solving an equation in two variables using elimination method. Here's the sum:       Log On


   



Question 1042808: I Need help with solving an equation in two variables using elimination method. Here's the sum: 11x - 7y =xy , 9x - 4y = 6xy please.?
Found 3 solutions by stanbon, ikleyn, MathTherapy:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
11x - 7y =xy , 9x - 4y = 6xy
----
Solve each for "y"::
y(x+7) = 11x
y = 11x/(x+7)
-----
y(6x+4) = 9x
y = 9x/(6x+4)
----------
Subtract and solve for "x"::
11x/(x+7)-9x/(6x+4) = 0
--------
11x(6x+4) - 9x(x+7) = 0
66x^2 + 24x - 9x^2 - 63x = 0
57x^2 - 39x = 0
x(57x - 39) = 0
x = 0 or x = 39/57 = 13/19
Solve for "y"::
y = 11x/(x+7)
If x = 0, y = 0
If x = 13/19, y = 143/146
---------------
Cheers,
Stan H.
---------------------

Answer by ikleyn(52788) About Me  (Show Source):
You can put this solution on YOUR website!
.
I Need help with solving an equation in two variables using elimination method. Here's the sum: 11x - 7y =xy , 9x - 4y = 6xy please.?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

11x - 7y =  xy,    (1)
 9x - 4y = 6xy.    (2)


There is more elegant solution. Let me show it.

Divide both sides of (1) by xy. Divide both sides of (2) by xy. You will get

11%2Fy+-+7%2Fx = 1,   (1')

9%2Fy+-+4%2Fx = 6.    (2')

Now introduce new variables u = 1%2Fy, v = 1%2Fx. Then (1') and (2') take the form

11u - 7v = 1,     (1'')
 9u - 4v = 6.     (2'')

It is usual system of two linear equations in two unknowns.
You can easily solve it using the Elimination method in its standard form. It is just simple technique, let me do not continue.

When you find u and v, do not forget to return back to the original x and y.

In order to make this approach absolutely clean, you must justify dividing by xy of equations (1) and (2). 
It means that you must accurately analyse the case xy = 0. 

If xy = 0, then  x=0  or  y=0  (or both).
If x=0, then from equations (1),(2) y=0.
If y=0, then from equations (1),(2) x=0.

Thus x=0, y=0 is one solution of (1), (2).

The other solution comes from the procedure described above.

For close melody problems see the lesson
    - Solving systems of non-linear equations in two unknowns using the Cramer's rule
in this site.


Answer by MathTherapy(10552) About Me  (Show Source):
You can put this solution on YOUR website!
I Need help with solving an equation in two variables using elimination method. Here's the sum: 11x - 7y =xy , 9x - 4y = 6xy please.?
A system such as this is solved easiest by using the SUBSTITUTION method. However, let's use ELIMINATION, since that's the required method.

11x – 7y = xy ------- eq (i)
9x – 4y = 6xy ------- eq (ii)
- 44x + 28y = - 4xy ------- Multiplying eq (i) by - 4 ----- eq (iii)
63x - 28y = 42xy ------- Multiplying eq (ii) by 7 ------ eq (iv)
19x = 38xy ------- Adding eqs (iii) & (iv)
19x%2F%2838x%29+=+y_____highlight_green%28y+=+1%2F2%29
11x - 7(½) = x(½) -------- Substituting ½ for y in eq (i)
11x+-+7%2F2+=+x%2F2
22x - 7 = x -------- Multiplying by LCD, 2
22x - x = 7
21x = 7
x = 7%2F21, or highlight_green%28x+=+1%2F3%29
SUBSTITUTION would have resulted in a quadratic and a second solution set: matrix%282%2C1%2C+x+=+0%2C+y+=+0%29
Yes! It is that SIMPLE!