Practice Problems
What if you can't add what's inside the parentheses? Look at this one: 7(3x + 5y). You can't simplify 3x + 5y. But you can distribute the 7 and get 21x + 35y. In fact, that's when you'll most often use this rule - when you have variables.
Here's another one: -5(6 + 2x) Don't forget that negative sign. If we distribute the -5, we get -5 ×6, which is -30, and -5 ×2x, which is -10x. Put that together and our simplified expression is -30 - 10x.
Here's one with a minus sign inside the parenthesis: 4a(6 - 2a). Remember, 6 - 2a is really just 6 + (-2a), so our two terms are 6 and -2a. 4a ×6 is 24a. And 4a × -2a is -8a^2. So our simplified expression is 24a - 8a^2.
Let's try one that's a little more complicated: -2x(x - 8y). Again, pay attention to those negative signs. -2x ×xis just -2x^2. Okay, that's not so bad. And -2x ×8y? Wait - remember, it's -8y. Okay, -2x ×-8y. You can't add x+ y, but you can multiply them. We get positive 16xy. So our simplified expression is -2x^2 + 16xy.
How about one more? -(5a - 3b). What's that negative sign hanging out in front of the parenthesis? It's really a -1. So we need to distribute the -1 across the terms. -1×5a is -5a. And -1 ×-3b is positive 3b. So our simplified expression is -5a + 3b.