Technique explanation

Teaching Explanation

Sometimes, a multiplication problem is hiding a very simple structure. If you are asked to multiply 19 by 21, you might notice that both numbers are exactly 1 away from 20. We can write this as $(20-1) \times (20+1)$. The "Difference of Squares" rule tells us that $(a-b)(a+b)$ is always equal to $a^2 - b^2$. So, $19 \times 21$ is just $20^2 - 1^2$, which is $400 - 1 = 399$. This method is most powerful when the midpoint is a number that is very easy to square, like 50, 100, or any multiple of 10. By recognizing this "balanced" structure, you can transform a multiplication problem into a simple subtraction problem. However, if the midpoint is not a "friendly" number, the standard method remains your most reliable tool.

Method Conditions and Fallback

ConditionMethodStandard Fallback
Two numbers are equidistant from a "friendly" midpoint (e.g., 48 and 52 are \pm 2 from 50)Use the identity m^2 - d^2, where m is the midpoint and d is the distance.Use standard vertical multiplication.
Midpoint is not easy to square (e.g., 37 \times 45, midpoint 41)Do not use this method.Use the standard algorithm or crosswise multiplication.

Common Misconceptions

Misconception: I should use this method for any two numbers I can find a midpoint for.

Correction: While every pair of numbers has a midpoint, this method is only efficient if the midpoint is "friendly" (easy to square). For example, $37 \times 45$ has a midpoint of 41. Calculating $41^2 - 4^2$ is often more difficult than just doing $37 \times 45$ using a standard method.

Worked examples

Worked Examples and Verification

Example TypeProblemStep-by-Step SolutionIndependent Check
Friendly MidpointSolve 47 \times 53.1. Identify Midpoint (m): 50.
2. Identify Distance (d): 3.
3. Apply Identity: 50^2 - 3^2.
4. Calculate: 2500 - 9 = 2491.
47 \times 53 = 2491 (Standard check).
Midpoint ChoiceSolve 28 \times 32.1. Identify Midpoint (m): 30.
2. Identify Distance (d): 2.
3. Apply Identity: 30^2 - 2^2.
4. Calculate: 900 - 4 = 896.
28 \times 32 = 896 (Standard check).