What This Calculator Solves
The Algebra Calculator solves linear equations in the form ax + b = c, and quadratic equations in the form ax² + bx + c = 0. These cover the overwhelming majority of equation-solving that comes up in school coursework, homework checking, and everyday "what's x" problems — from working out a break-even point to verifying a textbook answer.
Solving a Linear Equation
For ax + b = c, the calculator isolates x by rearranging to x = (c − b) ÷ a. Enter a, b, and c and it returns x directly — but a cannot be zero, since dividing by zero is undefined; if a is 0, the equation isn't actually linear in x anymore (it's either always true or never true, depending on b and c).
Real-Life Example: Linear Equation
Solve 3x + 7 = 22. Here a=3, b=7, c=22, so x = (22 − 7) ÷ 3 = 15 ÷ 3 = 5. You can check this by substituting back: 3(5) + 7 = 15 + 7 = 22. ✓
Solving a Quadratic Equation
For ax² + bx + c = 0, the calculator applies the quadratic formula: x = [−b ± √(b² − 4ac)] ÷ 2a. The expression under the square root, b² − 4ac, is called the discriminant. If it's positive, there are two distinct real solutions. If it's exactly zero, there's one repeated real solution. If it's negative, there are no real solutions — only complex ones, which the calculator reports separately as a real and imaginary component.
Real-Life Example: Quadratic Equation
Solve x² − 5x + 6 = 0. Here a=1, b=−5, c=6. The discriminant is (−5)² − 4(1)(6) = 25 − 24 = 1, which is positive, so there are two real solutions: x = [5 ± 1] ÷ 2, giving x = 3 or x = 2. Both check out: (3)² − 5(3) + 6 = 9 − 15 + 6 = 0 ✓, and (2)² − 5(2) + 6 = 4 − 10 + 6 = 0 ✓.
What a Negative Discriminant Means
Consider x² + 2x + 5 = 0. The discriminant is (2)² − 4(1)(5) = 4 − 20 = −16, a negative number. This doesn't mean the equation has "no answer" — it means the solutions are complex numbers: x = −1 ± 2i. Graphically, this corresponds to a parabola that never crosses the x-axis. This comes up in physics and engineering contexts (like oscillation and signal analysis) far more often than typical algebra homework suggests.
Using the CalcPro Algebra Calculator
Choose linear or quadratic, enter the coefficients, and the calculator returns the solution along with the discriminant (for quadratics) so you can see exactly why the answer came out the way it did — useful for checking your own working, not just getting a final number.