Isolating Variables
Isolating a variable means peeling away everything attached to it, one operation at a time, using inverse operations in reverse of the order of operations. If x has been multiplied then had a number added, you undo the addition first and the multiplication second. Keep the equation balanced at each step. When the variable appears on both sides, collect it on the side where its coefficient stays positive to avoid sign errors. When a variable sits in a denominator, multiply both sides by that denominator to lift it out first. A useful GRE shortcut: you often do not need the value of x itself — if a question asks for 3x + 1 and you can find 3x directly, stop there rather than solving fully for x.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
The balance rules
| Add / subtract | a = b ⇒ a ± c = b ± c |
|---|---|
| Multiply / divide (c ≠ 0) | a = b ⇒ a·c = b·c and a/c = b/c |
| Standard form | ax + b = 0 ⇒ x = −b / a |
| Clear fractions | multiply every term by the LCD |
Literal (formula) rearranging
| Solve ax + b = c for x | x = (c − b) / a |
|---|---|
| Solve for a variable in a product | divide both sides by its coefficient |
| Cross-multiply a/b = c/d | ad = bc |