
Karah B. answered 12/31/24
BS Mathematics Student experienced in Math, Chemistry, and Java
Problem
Given the system of equations ...
1) 2x + 3y - 4 = 5x - 2y + 7
2) 4(x - 1) + 2(y + 3) = 3x - y + 10
... follow the steps below to solve for x and y:
Method of Substitution
Step 1
Rearrange and combine like terms in equation 1 into the form Ax + By = C:
2x + 3y - 4 = 5x - 2y + 7
2x - 5x + 3y + 2y = 7 + 4
-3x + 5y = 11
Step 2
Use the distributive property and rearrange terms to simplify equation 2:
4(x - 1) + 2(y + 3) = 3x - y + 10
4x - 4 + 2y + 6 = 3x - y + 10
4x - 3x + 2y + y = 10 + 4 - 6
x + 3y = 8
Step 3
Isolate x or y on one side of equation 2 (here we are using x) to get the following substitution:
x = 8 - 3y
Step 4
Plug in the substitution we solved for in step 3 into each x in equation 1:
-3x + 5y = 11 becomes -3(8 - 3y) + 5y = 11
-24 + 9y + 5y = 11
-24 + 14y = 11
14y = 35
y = 5/2 or 2.5
Step 5
Solve for x by plugging in the y we found in step 4 into equation 2:
x + 3y = 8 becomes x + 3(2.5) = 8
x + 7.5 = 8
x = 1/2 or 0.5
Step 6
Check work to make sure answers line up with our equations:
-3x + 5y becomes -3(0.5) + 5(2.5)
-3(0.5) + 5(2.5) = 11 ✔
x + 3y becomes 0.5 + 3(2.5)
0.5 + 3(2.5) = 8 ✔
Solution
x = 1/2 or 0.5, y = 5/2 or 2.5