Logo
Overview

Properties of Multiplication

April 10, 2024
1 min read

Increments in Products

Consider the multiplication 23×2723 \times 27.

  • If we increase the first number (23) by 1, the new product is 24×2724 \times 27.
  • This effectively adds one more “set” of 27 to the total.
  • Increase = 27.

However, what if both numbers increase? Let the numbers be aa and bb. If we increase both by 1, we get (a+1)(b+1)(a+1)(b+1).

(a+1)(b+1)=ab+a+b+1(a+1)(b+1) = ab + a + b + 1

The product increases by the sum of the original numbers plus 1.

Visualizing Distributivity

The Distributive Property allows us to break numbers down. a(b+c)=ab+aca(b+c) = ab + ac

We can visualize this as a grid of dots. If we have aa rows and (b+c)(b+c) columns, we can split them into a block of bb columns and a block of cc columns.

abaca rowsb columnsc columnsDistribution

Generalizing to Two Binomials

What happens if we multiply two sums? (a+m)(b+n)(a + m)(b + n)

We distribute each term in the first bracket to every term in the second bracket:

  1. Multiply aa by babb \rightarrow ab
  2. Multiply aa by nann \rightarrow an
  3. Multiply mm by bmbb \rightarrow mb
  4. Multiply mm by nmnn \rightarrow mn

(a+m)(b+n)=ab+an+mb+mn(a + m)(b + n) = ab + an + mb + mn

Tip

Key Insight: This works for subtraction too! Just treat subtraction as adding a negative number. (au)(b+v)=a(b+v)u(b+v)=ab+avubuv(a - u)(b + v) = a(b+v) - u(b+v) = ab + av - ub - uv