a standard solve
- a (coefficient of x)
- 3
- b (constant on the left)
- 4
- c (right-hand side)
- 19
x5
arithmetic identity with substitution check
Open this exampleA linear equation of the form ax plus b equals c, solved with the substitution shown as a check. The two degenerate cases, no solution and infinitely many, are named rather than hidden behind a division by zero.
Also called: solve for x, linear equation.
x = 5. Substituting back: 3 times 5 plus 4 gives 19, which is 19 as required.
Move the constant across and divide. The only interesting part is what happens when a is zero: if b also equals c the equation is true for every x, and if it does not the equation is true for none. Both are reported explicitly, because a solver that returns infinity or an error in those cases has thrown away the actual answer.
x = (c - b) / aEach of these is asserted on every build. If a change to the engine ever moved one of these answers, the build would fail before the page could print it.
x5
arithmetic identity with substitution check
Open this examplex0
boundary
Open this examplex0
degenerate case
Open this exampleFormula version 1.0.0 · definition 1.0.0 · United States · Report a problem with this calculator