Hi @Dakiller, -3b + 10 is exactly the same as 10 - 3b. All we’ve done is swapped the order of the terms.
You can think of subtraction as just adding a negative number, and the commutative property of addition tells us that a + b = b + a, or a + (-b) = (-b) + a.
As to why we changed the order in the first place, it’s really just a convention that we place higher order terms first. So, you might rearrange something like x + 3 + x² to read x² + x + 3.
This isn’t essential but it does tend to make more complex equations easier to work with.
Intermediate term:
7a = 15 - 3b - 5
If you move the 15 on the right side of the equation the sign will not change.
Written with all signs the term would be:
+7a = +15 - 3b - 5
But usually a leading + sign is not written.
So you could rewrite the term:
7a = -3b + 15 - 5
that would result in 7a = -3b + 10