How this instrument works
Standard form writes a line as Ax + By = C, both variables sitting on the same side rather than solved out to y = mx + b. Given two points, the derivation runs in two moves: first find the slope A = (y₂ − y₁) ⁄ (x₂ − x₁) the same way any two points determine a slope, then substitute one point back in to solve for the constant C = A·x₁ − y₁. Nothing about the line itself changes — it is the same line slope-intercept form describes, dressed in a shape where x and y both carry coefficients.
The reason B lands on exactly −1 here, rather than some pair of whole numbers cleared of fractions, is that a line's equation is only ever defined up to a nonzero scaling factor — multiply Ax + By = C through by any constant and it still describes the identical line. Classroom convention usually hunts for the smallest integers with A positive and no shared factor; this sheet instead takes the algebraically direct route, dividing everything so the y-coefficient is fixed at −1, which is exactly what falls out of solving the slope definition for y and moving it to the left. That choice also means A here is literally the slope, not merely related to it.
One case breaks the pattern: a vertical line, where x₁ equals x₂, has no defined slope at all, so A cannot be computed and the line cannot be written in this Ax + By = C shape with B pinned to −1 — vertical lines need x = k instead, a form no slope-based standard-form calculation can reach. Going the other direction — taking an existing Ax + By = C equation and recovering its slope and y-intercept — is the complementary conversion; this instrument only travels from two points toward standard form, never back out of it.
- Enter the first point's coordinates into Point 1: x and Point 1: y.
- Enter the second point's coordinates into Point 2: x and Point 2: y — any second point works, as long as its x differs from the first.
- Read A, in Ax + By = C for the line's slope, worked out automatically from your two points.
- B, in Ax + By = C stays fixed at −1; C, in Ax + By = C reports the constant that completes the equation.
- Combine the three into Ax + By = C for the finished standard-form equation, ready to hand to an elimination-method system of equations.
Worked example — the line through (1, 2) and (4, 8)
Take the two points (1, 2) and (4, 8). The slope comes first: A = (8 − 2) ⁄ (4 − 1) = 6 ⁄ 3 = 2, so the line climbs two units of y for every one unit of x. With B fixed at −1, the constant follows from either point — using (1, 2): C = 2 × 1 − 2 = 0 — and the standard-form equation reads 2x − y = 0.
Check it against both points directly: at (1, 2), 2(1) − 2 = 0, and at (4, 8), 2(4) − 8 = 0 — both satisfy the equation exactly, confirming the line is 2x − y = 0, which rearranges to the more familiar y = 2x, a line through the origin with slope 2.
Questions
What does standard form Ax + By = C actually mean?
It is a line's equation with both variables kept on one side instead of solved out for y. Any line can be written this way, and on this sheet B is fixed at −1, so A carries the slope directly and C is whatever constant balances the two given points against it.
Why is B always −1 instead of a whole number?
Because a line's equation is only defined up to scaling — multiply Ax + By = C by any nonzero constant and it is still the same line. Classroom convention often clears fractions to get whole-number coefficients with A positive instead; this sheet takes the more direct algebraic route of fixing B at −1, which falls straight out of solving the slope formula for y.
How is this different from converting standard form back to slope-intercept form?
This sheet runs the opposite direction: it starts from two points and builds Ax + By = C, ending with A as the slope and C as A·x₁ − y₁. A companion conversion instead starts from an existing Ax + By = C equation and solves back out to slope m and y-intercept b — the same relationship, read the other way.
What happens if the two points share the same x-coordinate?
The line is vertical, the slope A = (y₂ − y₁) ⁄ (x₂ − x₁) divides by zero, and no standard-form equation with B fixed at −1 can represent it — a vertical line is written x = k instead, a shape this slope-based method cannot reach. This sheet flags that case rather than returning a meaningless result.
Why would a system of equations want a line in this form rather than y = mx + b?
Because elimination, the standard method for solving two linear equations together, works by lining up matching x and y coefficients and adding or subtracting the equations to cancel a variable — a step that only makes sense when both variables already sit on the same side. Ax + By = C is built for exactly that arrangement.
Can two different pairs of points give the same standard-form line?
Yes — any two points that lie on the same line reduce to the identical A, B, and C, since both the slope and the constant term depend only on the line itself, not on which two points were used to find it. Try (0, 0) and (3, 6) instead of (1, 2) and (4, 8): the same 2x − y = 0 comes out both times.