Math Fundamentals18 sections · 814 units
Open in Course

The Distributive Property

Expanding expressions

The distributive property says a(b+c)=ab+aca(b + c) = ab + ac. You multiply the outside term by each term inside the parentheses.

For example, 3(x+4)=3x+123(x + 4) = 3x + 12. You distribute the 33 to both xx and 44.

This works with subtraction too: 5(2n3)=10n155(2n - 3) = 10n - 15. Each term inside gets multiplied by 55. You'll use this constantly when simplifying algorithm complexity expressions.