© 2026 AI Questions. All rights reserved.
Generated by Ask AI Questions
Slope-intercept form is a way of writing the equation of a straight line as y = mx + b, where m is the slope and b is the y-intercept (the point where the line crosses the y-axis).
It's the most useful form of a linear equation because you can read both key facts about the line straight off the equation, without doing any work.
Breaking down y = mx + b:
Example: in y = 3x + 2
Reading the slope:
Watch the signs. In y = 2x − 5, the y-intercept is −5, not 5, since the form is + b. And in y = −x + 4, the slope is −1 (an invisible coefficient of 1).
How to graph a line from slope-intercept form — three steps:
How to write an equation in slope-intercept form:
From a slope and a point: substitute the slope for m and the point's coordinates for x and y, then solve for b. With slope 4 through the point (2, 5): 5 = 4(2) + b → 5 = 8 + b → b = −3, so y = 4x − 3.
From two points: first find the slope with m = (y₂ − y₁) / (x₂ − x₁), then use either point to solve for b as above.
From standard form: standard form is Ax + By = C. Just solve for y. Given 2x + 4y = 8: subtract 2x to get 4y = −2x + 8, then divide everything by 4 → y = −½x + 2.
How it compares to the other forms of a line:
| Form | Written as | Best for |
|---|---|---|
| Slope-intercept | y = mx + b | Graphing quickly, reading slope and intercept |
| Point-slope | y − y₁ = m(x − x₁) | Building an equation from one point and a slope |
| Standard | Ax + By = C | Finding both intercepts, systems of equations |
Why it's useful in real problems: any situation with a starting amount and a constant rate of change fits this form. A phone plan costing $30 a month plus a $50 activation fee is y = 30x + 50, where b is the one-off starting cost and m is the rate per month.