Example 1: Solve a linear equation with parentheses and variables on both sides
If 5(x - 3) + 4 = 2x + 7, what is the value of x?
Show solution
- Distribute the 5: 5x - 15 + 4 = 2x + 7.
Parentheses first, always. Distributing to only the first term, writing 5x - 3, is the classic slip.
- Combine the constants on the left: 5x - 11 = 2x + 7.
- Subtract 2x from both sides to collect the variable: 3x - 11 = 7.
- Add 11 to both sides: 3x = 18.
- Divide both sides by 3: x = 6.
- Check: 5(6 - 3) + 4 = 5(3) + 4 = 19, and 2(6) + 7 = 19. Both sides match.
The check is not optional on test day; it is the cheapest insurance in the section.
Answer: x = 6