Skip to main content

Solving a Three-Variable System

This video presents the same text shown beside it, spoken and on screen. It adds nothing the text does not say.

State

Solving a three-variable system means pairing equations to eliminate the same variable twice, solving the resulting two-variable system, and back-substituting up the ladder — with all three originals as the final check.

Show

Solve x + y + z = 6, x − y + z = 2, x + y − z = 0. Subtract the second from the first: 2y = 4, so y = 2 — one variable already. Subtract the third from the first: 2z = 6, so z = 3. Back-substitute both into the first: x + 2 + 3 = 6, so x = 1. The triple (1, 2, 3) now faces all three originals: 1 + 2 + 3 = 6, 1 − 2 + 3 = 2, 1 + 2 − 3 = 0 — three receipts. Most systems need a full elimination pair before anything falls out this fast; the ladder is the same either way, down to two, then one, then back up.

Watch for

Eliminate the same variable in both pairings; mismatched eliminations rebuild a three-variable mess.

Builds on

  • Nothing — this is a starting point.

Unlocks

  • Nothing yet depends on this.