Problem preview
A-SSE.2 Warmup M2-010-A11-V01

Use expression structure to identify useful rewrites, such as difference-of-squares factoring.

Evaluate efficiently using expression structure

Problem

Evaluate \(101^{2}-99^{2}\) efficiently using structure.

Big Picture

What this problem is really about

The expression’s difference-of-squares structure replaces two large square calculations with a small difference and sum. We’ll apply the conjugate identity to the two square bases, evaluate those simple factors, multiply them, and use direct squaring only as an independent check.

Inside Gozunta

Turn the preview into practice.

More than a preview

Gozunta lets you study this problem—and more than 10,000 others.

Create targeted learning sessions, use hints, check your answer, read the walkthrough, watch the video, print the work, and track your progress.

Discover Gozunta Try it now
Four variants of this problem type
Curriculum context
Course
Math II
Standard
A-SSE.2
Category
Algebra
Domain
Seeing Structure in Expressions
Objective
Use expression structure to identify useful rewrites, such as difference-of-squares factoring.
Problem type
Evaluate efficiently using expression structure