How do I solve for a variable when it is on both sides like
How do I solve for a variable when it is on both sides like:
5y + 3 = 4y -1?
Solution
You can add, subtract, multiply, divide, or perform any other mathematical opperation to both sides of the equation. So this includes adding or subtracting by the variable itself.
So to solve your problem, move the 4y onto the other side by subtracting it from both sides, like this:
5y + 3 = 4y - 1
5y - 4y + 3 = 4y - 1 - 4y
y + 3 = -1
y = -4
Plug it in and check:
5(-4) + 3 = 4(-4) - 1
-20 + 3 = -16 - 1
-17 = -17 check.

