Linear equation solver
Enter the coefficients a, b and c.
Result
2x + 4 = 10 gives x = 3.
Example
Solve a first-degree equation of the form ax + b = c.
2x + 4 = 10 gives x = 3.
Processed locally in your browser.
Methodology
x = (c − b) / a with a ≠ 0.
Related tools