Solving Linear Equations in One Variable
To solve linear equations in one variable, including those with brackets and fractions, follow these steps:
- Remove brackets by applying the distributive property. For example, for the equation
2(x + 3) = 12, distribute to get2x + 6 = 12. - Combine like terms on each side of the equation. This simplifies the equation.
- Isolate the variable by performing inverse operations (addition, subtraction, multiplication, or division) to get the variable on one side.
- Check your solution by substituting back into the original equation to ensure both sides are equal.
Example: Solve 3(x - 2) + 4 = 10.
- Distribute:
3x - 6 + 4 = 10. - Combine like terms:
3x - 2 = 10. - Add 2 to both sides:
3x = 12. - Divide by 3:
x = 4.
Final answer: x = 4. Always confirm by substituting back to check if the left side equals the right side.
Key points to remember
- Use the distributive property to remove brackets.
- Combine like terms to simplify the equation.
- Isolate the variable using inverse operations.
- Always check your solution by substitution.
Worked example
Solve the equation: 2(x + 5) = 20.
- Distribute:
2x + 10 = 20. - Subtract 10:
2x = 10. - Divide by 2:
x = 5. Final answer:x = 5.