Solving linear equations: How do I solve 30=-12y?
One way to solve linear equations is to view the equation like a balance for weights where the equal sign is the fulcrum and your job is to always keep the balance even. To keep a balance even, you always need to do the same thing to both sides of the balance.
- If you remove half of the left side, you need to remove half of the right side
- If you add 3 to the left side, you need to add 3 to the right side
- if you triple the left side, you need to triple the right side
- etc.
To know what to do to the balance, you look to the variable. The variable is "wrapped like a present" according to the order of operations.
Example: 3x + 4 = 13
1. Look only at the side with the variable and understand how it is wrapped according to the order of operations
To get 3x + 4, x was "wrapped" by
- first multiplying with 3 (multiplication before addition)
- then adding 4
2. To solve the equation, you need to "unwrap" in the reverse order and you need to do exactly the same thing to both sides
- Start with your equation: 3x + 4 = 13
- Reverse the last step by doing the opposite, here it is to subtract 4, on both sides of the equation to keep it balanced. You get: 3x + 4 - 4 = 13 - 4
- Simplify: the unwrapping step will cancel out the wrapping, here + 4 - 4 cancels and you get
3x = 9
- Reverse the next step by doing the opposite: here it is to divide by 3, on both sides of the equation to keep it balanced. You get 3x/3 = 9/3
- Simplify: the unwrapping step will cancel out the wrapping, here the 3s cancel and you get
x = 3
In your example
30 = - 12y
the y is wrapped by being multipied with -12. Since the opposite of multiplying is dividing, you need to divide by -12. Again, you will need to do it to both sides. You get
30/-12 = -12y/-12
Simplify by dividing the numbers or reducing the fraction as required by your problem. on the right side, the -12 cancels out again and 30/-12 reduces to -5/2. You get
-5/2 = y
If you like the keeping both sides balanced approach, I will be happy to explain how it works for all kinds of linear equations. Just send me an email.