Solve equation of the form ax + b = cx + d
A linear equation is an algebraic equation where the highest power of the variable is one. These equations represent straight lines when graphed.
Equation solvers isolate the variable by rearranging the equation and solving for the unknown value.
ax + b = cx + d
Rearranged → (a − c)x = d − b
2x + 4 = x + 10
2x − x = 10 − 4
x = 6