What's the difference between solving x + 5 = 12 and 2x + 5 = 12?
In both cases, you're isolating x, but the steps differ. For x + 5 = 12, you subtract 5 to get x = 7. For 2x + 5 = 12, you subtract 5 first (2x = 7) then divide by 2 (x = 3.5). The order of operations matters because you must undo operations in reverse order.
