Structure vs Computation Math Example 3

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

Example 3

easy
Simplify x2โˆ’4xโˆ’2\frac{x^2 - 4}{x - 2} structurally (don't substitute values).

Solution

  1. 1
    Factor: (x+2)(xโˆ’2)xโˆ’2=x+2\frac{(x+2)(x-2)}{x-2} = x + 2 (for xโ‰ 2x \neq 2).
  2. 2
    Structure (factoring) is faster than long division.

Answer

x+2x + 2
Seeing the numerator's structure as a difference of squares leads directly to cancellation. Computation (polynomial long division) would get the same answer but with more work.

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