SOLUTION: Topic: Simultaneuos equations If possible i would like a step by step guide of the answer thanks. x+y=9 x^2-3xy+2y^2=0

Algebra ->  Quadratic Equations and Parabolas -> SOLUTION: Topic: Simultaneuos equations If possible i would like a step by step guide of the answer thanks. x+y=9 x^2-3xy+2y^2=0      Log On


   



Question 127795: Topic: Simultaneuos equations
If possible i would like a step by step guide of the answer thanks.
x+y=9
x^2-3xy+2y^2=0

Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!
If possible i would like a step by step guide of the answer thanks.
x+y=9
x^2-3xy+2y^2=0

x+y=9
x²-3xy+2y²=0

Factor the left side of the second equation:

(x-y)(x-2y)=0

Use the zero-factor principle:

x-y = 0;  x-2y = 0
  x = y;     x = 2y

Now you have two systems to solve:

x + y = 9    |   x + y = 9
    x = y    |       x = 2y
             |
y + y = 9    |  2y + y = 9
   2y = 9    |      3y = 9
    y = 9%2F2    |       y = 3
    
    x = y    |       x = 2y
    x = 9%2F2    |       x = 2(3)
             |       x = 6

Two solutions:

(x,y) = (9%2F2,9%2F2)
(x,y) = (6,3)

Edwin