You can put this solution on YOUR website!
First get them both in the order first, second
Multiply the 1st equation by 5 and add the equations answer answer
check:
OK
1) Solve one of the equation for an isolated variable.
2) Plug in step 1 into the remaining equation and solve for the one variable.
3) Plug in step 2 into step one and find what the isolated variable is.
---------------------------------------------------------------------------------
3b - a = -7
5a + 6b = 14
Since 3b - a = -7 has a variable alone we will solve this equation for a.
3b - a = -7
-a = -7 - 3b
a = 7 + 3b
now plug that into 5a + 6b = 14 and solve for b.
5a + 6b = 14 --> Plug in a = 7 + 3b into the second equation
5(7 + 3b) + 3b = 14 --> Distribute the 5 though
35 + 15b + 3b = 14 --> Combine like terms
35 + 18b = 14 --> Subtract 35 from both sides
18b = -21 --> Divide both sides by 18
b = -7/6
Now we plug b = -7/6 into a = 7 + 3b and solve for a.