Distributive Property

Pre-Algebra

The distributive property states that a(b + c) = ab + ac, allowing multiplication to be distributed over addition or subtraction.

Formula

a(b + c) = ab + ac

Definition

The distributive property says that when you multiply a number by a group in parentheses, you multiply that number by each thing inside the parentheses separately.

Example

$3(x + 4) = 3 \times x + 3 \times 4 = 3x + 12$. You distributed the $3$ to both the $x$ and the $4$.

Key Insight

Imagine handing out $3$ cookies to each person in a group of $(x + 4)$ people. Everyone gets $3$ cookies, so you give out $3x + 12$ cookies total.

Definition

The distributive property states that for any real numbers $a$, $b$, and $c$: $a(b + c) = ab + ac$. It also works for subtraction: $a(b - c) = ab - ac$. It is used to expand expressions and to factor them in reverse.

Example

Expand: $-2(3x - 5) = -6x + 10$. Factor using distributive property in reverse: $6x + 9 = 3(2x + 3)$.

Key Insight

The distributive property is the bridge between multiplication and addition in algebra. Virtually all polynomial expansion relies on it, and factoring is just applying it backward.

Definition

In ring theory, multiplication distributes over addition: $a(b + c) = ab + ac$ and $(b + c)a = ba + ca$ (left and right distributivity). This is one of the defining axioms of a ring. In a commutative ring, both forms are identical. The distributive law makes the ring a bimodule over itself.

Example

In the matrix ring $M_n(R)$, multiplication distributes over addition: $A(B + C) = AB + AC$. However, since matrix multiplication is non-commutative, $AB \neq BA$ in general.

Key Insight

Distributivity is what connects the additive and multiplicative structures of a ring. Without it, the two operations would be independent, and algebra as we know it would not hold together.