Explanation:
To solve the system of equations:
2y = -2x + 6 ----(1)
x - 5y = -15 ----(2)
We can use substitution method or elimination method. Here, we will use elimination method to eliminate y.
Multiplying equation (1) by -5, we get:
-10y = 10x - 30 ----(3)
Adding equations (2) and (3), we get:
-15y = -45
Dividing by -15 on both sides, we get:
y = 3
Substituting y = 3 in equation (2), we get:
x - 5(3) = -15
x - 15 = -15
Adding 15 on both sides, we get:
x = 0
Therefore, the solution of the system of equations is (x, y) = (0, 3).
To solve the system of equations:
5x + y = 2 ----(1)
20x + 3y = -4 ----(2)
We can use substitution method or elimination method. Here, we will use elimination method to eliminate y.
Multiplying equation (1) by -3, we get:
-15x - 3y = -6 ----(3)
Adding equations (2) and (3), we get:
5x = -10
Dividing by 5 on both sides, we get:
x = -2
Substituting x = -2 in equation (1), we get:
5(-2) + y = 2
-10 + y = 2
Adding 10 on both sides, we get:
y = 12
Therefore, the solution of the system of equations is (x, y) = (-2, 12).