Solving Linear Equations II — Solutions
-
Forward Substitution
- y = 22 ▶ View Solution
- y = 4 ▶ View Solution
- y = 18 ▶ View Solution
-
Simple Backtracking
- x = 25 ▶ View Solution
- x = 13 ▶ View Solution
-
Identifying Operations in Equations
- x = 7 ▶ View Solution
- x = 7 ▶ View Solution
- x = 13 ▶ View Solution
- x = 30 ▶ View Solution
-
Mapping the Path
- Forward first step: Multiply by 3 ▶ View Solution
- Forward second step: Add 2 ▶ View Solution
- Backward first (undo last forward step): 12 ▶ View Solution
- x = 4 ▶ View Solution
-
Solving One-Step Equations (Multiplication)
- m = 9 ▶ View Solution
- y = 8 ▶ View Solution
-
Solving One-Step Equations (Addition and Subtraction)
- k = 12 ▶ View Solution
- p = 22 ▶ View Solution
-
Solving Two-Step Equations
- p = 7 ▶ View Solution
- x = 6 ▶ View Solution
-
More Two-Step Equations
- y = 7 ▶ View Solution
- m = 6 ▶ View Solution
-
Solving with Brackets
- Divide 3(m + 4) = 27 by 3: m + 4 = 9 ▶ View Solution
- m = 5 ▶ View Solution
-
Word Problem
- Equation: 2n + 3 = 15 ▶ View Solution
- n = 6 ▶ View Solution