Solving Systems of Linear Equations Algebraically

Solving Systems of Linear Equations Algebraically

Question 3

Solve the following systems of linear equations for xx and yy algebraically. You can use either the substitution method or the elimination method.

System of Equations:
  1. x+2y=6x + 2y = 6
  2. xy=3x - y = 3
Methods to Solve:
  • Substitution Method
  • Elimination Method
Solution Using Substitution Method:
  1. Solve the second equation for xx:
    xy=3x - y = 3 can be rearranged to x=y+3x = y + 3.

  2. Substitute xx in the first equation:
    Replace xx in the first equation x+2y=6x + 2y = 6 with (y+3)(y + 3).
    (y+3)+2y=6(y + 3) + 2y = 6

  3. Simplify and solve for yy:
    y+3+2y=6y + 3 + 2y = 6
    3y+3=63y + 3 = 6
    3y=633y = 6 - 3
    3y=33y = 3
    y=1y = 1

  4. Substitute yy back into the equation x=y+3x = y + 3 to find xx:
    x=1+3x = 1 + 3
    x=4x = 4

Solution Using Elimination Method:
  1. Align the equations:
    Write the equations one above the other:
    x+2y=6x + 2y = 6
    xy=3x - y = 3

  2. Subtract the second equation from the first equation to eliminate xx:
    (x+2y)(xy)=63(x + 2y) - (x - y) = 6 - 3
    x+2yx+y=3x + 2y - x + y = 3
    3y=33y = 3

  3. Solve for yy:
    y=33y = \frac{3}{3}
    y=1y = 1

  4. Substitute yy back into one of the original equations to find xx. Using the first equation:
    x+2(1)=6x + 2(1) = 6
    x+2=6x + 2 = 6
    x=62x = 6 - 2
    x=4x = 4

Final Solution:

The solution to the system of equations is:

x=4x = 4
y=1y = 1

This solution satisfies both equations in the system.