Structure vs Computation Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

easy
Without computing, which is larger: 1012โˆ’992101^2 - 99^2 or 200200?

Solution

  1. 1
    Step 1: See the structure: a2โˆ’b2=(a+b)(aโˆ’b)a^2 - b^2 = (a+b)(a-b).
  2. 2
    Step 2: 1012โˆ’992=(101+99)(101โˆ’99)=200ร—2=400101^2 - 99^2 = (101+99)(101-99) = 200 \times 2 = 400.
  3. 3
    Step 3: 400>200400 > 200.

Answer

1012โˆ’992=400>200101^2 - 99^2 = 400 > 200
Structural thinking recognizes the difference of squares pattern and avoids computing 1012=10201101^2 = 10201 and 992=980199^2 = 9801. Seeing structure saves enormous effort.

About Structure vs Computation

The distinction between recognizing mathematical structure and patterns versus performing step-by-step arithmetic computations.

Learn more about Structure vs Computation โ†’

More Structure vs Computation Examples