Example 1: Clear the fractions first
If (2x - 1)/3 = (x + 4)/2, what is the value of x?
Show solution
- Cross-multiply, which is multiplying both sides by 6: 2(2x - 1) = 3(x + 4).
Every fraction is gone after this one line.
- Distribute both sides: 4x - 2 = 3x + 12.
- Collect x on the left: x - 2 = 12.
- Add 2: x = 14.
- Check: (28 - 1)/3 = 9 and (14 + 4)/2 = 9. Correct.
Answer: x = 14