Solve Linear Equations
Try solving the following:
Solve[3x - 5 = 2x + 7, x]
Solve[ax - 2 = 3, x] *be careful with ax, you should type a*x
What do you observe when solving with a parameter like a?
What classroom discussions could this trigger?