Standard Form & Intercepts
Ax + By = C, and the two-point shortcut for graphing it.
The explanation
Standard form is Ax + By = C, with x and y on the same side.
It is awkward for reading slope but excellent for graphing with intercepts.
For 3x + 4y = 12:
- Set x = 0: 4y = 12, so y = 3. Point (0, 3).
- Set y = 0: 3x = 12, so x = 4. Point (4, 0).
Plot those two points and draw the line. No slope needed, no rearranging.
This is also the natural form for word problems with a fixed total. If adult tickets cost $8 and child tickets $5 with $200 collected, that is 8a + 5c = 200 directly.
Standard form Ax + By = C (conventionally with integer coefficients and A ≥ 0) represents every line including vertical ones, which slope-intercept form cannot. Its slope is −A/B for B ≠ 0.
The intercept method works because setting one variable to zero identifies where the line meets the other axis, and two points determine a line. It fails to give two distinct points only when C = 0, since then both intercepts are the origin; in that case pick any other x value.
The form's real advantage is modelling constraints. Any situation where a weighted total is fixed — money, calories, resources — is naturally standard form, and its coefficients are the unit rates. This is why systems of linear inequalities in standard form are the language of linear programming.
Converting between forms is routine, but note that standard form is not unique unless a normalisation is imposed: 2x + 4y = 8 and x + 2y = 4 describe the same line.
Worked example
Graph 2x − 5y = 20 using intercepts and state its slope.
- x = 0: −5y = 20, so y = −4. Point (0, −4).
- y = 0: 2x = 20, so x = 10. Point (10, 0).
- Slope = −A/B = −2/(−5) = 2/5.
Answer: Intercepts (0, −4) and (10, 0); slope 2/5
Common mistakes
- Reading A as the slope directly.
- Mixing up which variable to zero for which intercept.