📝 6th Grade Math: Two-Step Equations Study Notes
Two-step equations are algebraic equations that require two operations to solve for the unknown variable. These equations involve a variable, a constant, and a coefficient, and we use inverse operations to isolate the variable.
Understanding Two-Step Equations
A two-step equation typically looks like this:
ax + b = cor
x/a + b = c
where:
xis the variable we want to solve for.ais the coefficient of the variable.bis a constant term.cis the constant on the other side of the equation.
The Goal: Isolate the Variable
Our main objective when solving a two-step equation is to get the variable (usually x) by itself on one side of the equals sign.
Steps to Solve Two-Step Equations
We use inverse operations to "undo" the operations performed on the variable. The order of operations (PEMDAS/BODMAS) is reversed when solving equations.
- Undo Addition or Subtraction: First, perform the inverse operation of addition or subtraction to move the constant term (
b) to the other side of the equation. - Undo Multiplication or Division: Next, perform the inverse operation of multiplication or division to isolate the variable.
Example 1: Solving \(2x + 3 = 11\)
Step 1: Undo the addition. The equation has \(+ 3\), so we subtract 3 from both sides.
\[2x + 3 - 3 = 11 - 3\] \[2x = 8\]Step 2: Undo the multiplication. The variable x is multiplied by 2, so we divide both sides by 2.
Check your answer: Substitute \(x = 4\) back into the original equation: \(2(4) + 3 = 8 + 3 = 11\). This is correct!
Example 2: Solving \(\frac{x}{4} - 5 = 2\)
Step 1: Undo the subtraction. The equation has \(- 5\), so we add 5 to both sides.
\[\frac{x}{4} - 5 + 5 = 2 + 5\] \[\frac{x}{4} = 7\]Step 2: Undo the division. The variable x is divided by 4, so we multiply both sides by 4.
Check your answer: Substitute \(x = 28\) back into the original equation: \(\frac{28}{4} - 5 = 7 - 5 = 2\). This is correct!
Solving Equations with Variables on Both Sides (Introduction)
While typically introduced later, some 6th-grade curricula may touch upon simpler versions where the goal is to gather all variable terms on one side and constant terms on the other.
Example 3: Simple Variable on Both Sides \(3x = x + 6\)
Step 1: Move variable terms to one side. Subtract \(x\) from both sides.
\[3x - x = x + 6 - x\] \[2x = 6\]Step 2: Isolate the variable. Divide both sides by 2.
\[\frac{2x}{2} = \frac{6}{2}\] \[x = 3\]Check your answer: Substitute \(x = 3\) back into the original equation: \(3(3) = 9\) and \(3 + 6 = 9\). This is correct!
Key Concepts & Strategies
| Concept | Description |
|---|---|
| Inverse Operations 🔄 | Using the opposite operation to undo an action (addition undoes subtraction, multiplication undoes division). |
| Balancing the Equation ⚖️ | Whatever you do to one side of the equation, you MUST do to the other side to keep it balanced. |
| Order of Operations (Reversed) ↪️ | When solving, undo addition/subtraction first, then multiplication/division. |
📌 Key Takeaway: Solving two-step equations is about systematically undoing operations using inverse operations while maintaining balance on both sides of the equals sign.
💡 Pro Tip: Always check your solution by plugging your answer back into the original equation. This helps catch any calculation errors.