Linear Equation Solver
Equation Solver
Solution Steps
Graph Visualization
Step-by-Step Algorithm
- Start with the equation: ax + b = c
- Subtract b from both sides: ax = c - b
- Divide both sides by a: x = (c - b)/a
- If a = 0 and (c - b) ≠ 0: No solution
- If a = 0 and (c - b) = 0: Infinite solutions
Student Instructions
1. Enter the equation in any form (e.g., x + 5 = 12, 3x = 15)
2. Click "Solve" to calculate the solution
3. The solution steps and graph will be displayed
4. Special cases (no solution/infinite solutions) will be shown