Line Equation from Two Points
Inputs
P_1(x_1,\, y_1)\quad P_2(x_2,\, y_2)
Results
\begin{aligned} m &= \dfrac{y_2 - y_1}{x_2 - x_1} \\ &= \dfrac{(11) - (2)}{(4) - (1)} \\ &= ? \end{aligned}
\begin{aligned} b &= y_1 - m x_1 \\ &= (2) - (?)(1) \\ &= ? \end{aligned}
Recommended Next
Quadratic Equation Solver
Solve ax² + bx + c = 0. Enter the three coefficients to get the discriminant and both roots — real or complex.