MathCompass

Variables & Simple Equations

Foundations Basic

πŸ“‹ Prerequisites

Variables are what turn arithmetic into algebra. A variable is just a letter that stands for a number we don't know yet. Learning to translate words into equations is the single most important skill for competition math β€” nearly every problem eventually becomes "solve for $x$."

πŸ“š Key Concepts

What Is a Variable?

Example: If $ x = 4 $, then $ 3x + 5 = 3(4) + 5 = 12 + 5 = 17 $

Solving One-Step Equations

To solve for a variable, isolate it by doing the same thing to both sides:

The golden rule: whatever you do to one side, you must do to the other side.

Solving Multi-Step Equations

For harder equations, follow this order:

  1. Distribute if there are parentheses: $ 2(x + 3) \to 2x + 6 $
  2. Combine like terms on each side separately
  3. Get all $x$ terms on one side, all numbers on the other
  4. Divide to get $x$ alone
  5. Check your answer by plugging back in!

Translating Words to Equations

This is the most important skill. Here's the translation dictionary:

Trick: "5 less than $x$" = $ x - 5 $ (not $ 5 - x $). The "than" reverses the order.

⚠️ Common Mistake: When you have $ -2(x - 3) $, distribute the negative sign too! It becomes $ -2x + 6 $, not $ -2x - 6 $. Every term inside gets multiplied by $-2$.
πŸ’‘ Key Insight: Always check your answer by plugging it back into the original equation. In competitions, catching an arithmetic error this way can save you 1.5 points (AMC 10) or even more.

✏️ Example Problems

πŸ“ Example 1 (Multi-step equation)

Solve for $x$: $ 3(x - 2) + 5 = 2x + 1 $

Step 1: Distribute the 3 on the left side.

\[ 3x - 6 + 5 = 2x + 1 \]

Step 2: Combine like terms ($-6 + 5 = -1$).

\[ 3x - 1 = 2x + 1 \]

Step 3: Get $x$ terms on left, numbers on right. Subtract $2x$ from both sides, add 1 to both sides.

\[ 3x - 2x = 1 + 1 \]

Step 4: Simplify.

\[ x = 2 \]

Check: Left: $ 3(2-2) + 5 = 0 + 5 = 5 $. Right: $ 2(2) + 1 = 5 $. βœ“

Answer: 2

πŸ“ Example 2 (Word problem translation)

Three less than twice a number equals 11. What is the number?

Step 1: Translate to an equation. Let $x$ = the number.

"Twice a number" \(\\to\) $ 2x $

"Three less than [that]" \(\\to\) $ 2x - 3 $ (note: "less than" reverses the order!)

"Equals 11" \(\\to\) $ = 11 $

Full equation:

\[ 2x - 3 = 11 \]

Step 2: Solve.

Add 3 to both sides: $ 2x = 14 $

Divide by 2: $ x = 7 $

Check: Twice 7 is 14. Three less than 14 is 11. βœ“

Answer: 7

Previous
Next