Equation solver

    ax + b = c
    Coefficients
    x + =
    Enter coefficients above
    ax² + bx + c = d
    Coefficients
    + x + =
    Enter coefficients above
    a₁x + b₁y = c₁  and  a₂x + b₂y = c₂
    Equation 1
    E1 x + y =
    Equation 2
    E2 x + y =
    Enter all coefficients and press Solve
    Advertisement
    This tool solves three types of equation. Linear finds the single value of x in ax + b = c. Quadratic finds the roots of ax² + bx + c = d — rearranging to standard form and applying the quadratic formula, giving two real roots, one repeated root, or no real solution depending on the discriminant. Simultaneous solves two equations with two unknowns using Cramer's Rule, finding x and y where both are satisfied at once.