Slope-Intercept Form (y = mx + b)
Identifying Slope and Y-Intercept
Find the slope and y-intercept of $y = 3x - 7$
Compare to the standard form $y = mx + b$: $y = 3x + (-7)$ = Matches the pattern
Identify m (the coefficient of x): $m = 3$ = Slope is $3$
Identify b (the constant term): $b = -7$ = Y-intercept is $-7$
Answer: Slope $m = 3$, Y-intercept $b = -7$. The line crosses the y-axis at $(0, -7)$ and rises 3 units for every 1 unit right.
Graphing from Slope-Intercept Form
Graph the line $y = 2x + 1$
Find the y-intercept: $b = 1$ = Start at point $(0, 1)$
Use slope to find another point: $m = 2 = \frac{2}{1}$ = From $(0, 1)$, go up 2 and right 1 to get $(1, 3)$
Find a third point for accuracy: From $(1, 3)$, go up 2 and right 1 = Get point $(2, 5)$
Draw the line through all points: Connect $(0, 1)$, $(1, 3)$, $(2, 5)$ = Straight line going upward
Answer: A line passing through $(0, 1)$, $(1, 3)$, and $(2, 5)$, rising from left to right.
Writing Equation from Graph
A line passes through $(0, 4)$ and $(2, 10)$. Write the equation in slope-intercept form.
Find the y-intercept from the graph: Line crosses y-axis at $(0, 4)$ = $b = 4$
Calculate the slope using two points: $m = \frac{10 - 4}{2 - 0} = \frac{6}{2}$ = $m = 3$
Substitute into $y = mx + b$: $y = 3x + 4$ = Final equation
Answer: $y = 3x + 4$
Converting from Standard Form
Convert $2x + y = 8$ to slope-intercept form.
Start with the equation: $2x + y = 8$ = Need to isolate y
Subtract 2x from both sides: $y = -2x + 8$ = Now in slope-intercept form
Answer: $y = -2x + 8$, where slope $m = -2$ and y-intercept $b = 8$.
Negative Slope Example
Graph $y = -\frac{1}{2}x + 3$
Find the y-intercept: $b = 3$ = Start at $(0, 3)$
Interpret the negative slope: $m = -\frac{1}{2}$ = Go down 1 and right 2 (or up 1 and left 2)
Plot second point: From $(0, 3)$, down 1, right 2 = Get $(2, 2)$
Plot third point: From $(2, 2)$, down 1, right 2 = Get $(4, 1)$
Answer: A line passing through $(0, 3)$, $(2, 2)$, $(4, 1)$, falling from left to right.
Mistake: Confusing slope and y-intercept
Why: Students often mix up which number is m and which is b
Correct: In $y = mx + b$, the slope (m) is always the coefficient of x, and b is the constant at the end
Mistake: Forgetting negative signs
Why: In $y = 3x - 5$, students might say b = 5 instead of b = -5
Correct: Rewrite as $y = 3x + (-5)$ to see that $b = -5$
Mistake: Plotting slope backwards
Why: With slope $\frac{2}{3}$, going right 2 and up 3 instead of up 2 and right 3
Correct: Slope = rise/run, so numerator is vertical change, denominator is horizontal change
Mistake: Not starting at y-intercept
Why: Starting to graph from origin instead of the y-intercept
Correct: Always start at point $(0, b)$ on the y-axis, then use slope to find other points
Mistake: Incorrect conversion from standard form
Why: When solving $3x + 2y = 6$ for y, dividing incorrectly
Correct: Subtract 3x first: $2y = -3x + 6$, then divide ALL terms by 2: $y = -\frac{3}{2}x + 3$
Cell Phone Plans
Cell phone plans often have a base monthly fee plus a charge per gigabyte of data used. Understanding slope-intercept form helps you compare plans and predict your bill.
A plan costs 20 dollars per month plus 5 dollars per GB. The equation is $y = 5x + 20$ where x is GB used and y is total cost.
Taxi Fare Calculator
Taxi fares typically include a flat pickup fee plus a rate per kilometer or mile. This is a perfect example of slope-intercept form in action.
A taxi charges 4 euros pickup fee plus 2 euros per km. For a 10 km trip: $y = 2(10) + 4 = 24$ euros.
Gym Membership
Gym memberships often have a one-time registration fee plus monthly dues. The slope represents the monthly rate, and the y-intercept is the signup cost.
A gym charges 50 dollars to join plus 25 dollars per month. After 6 months: $y = 25(6) + 50 = 200$ dollars total.
The slope-intercept form is $y = mx + b$, where m is slope and b is y-intercept
Slope (m) tells you how steep the line is and whether it goes up or down
Y-intercept (b) is where the line crosses the y-axis, at point $(0, b)$
Positive slope means the line rises from left to right
Negative slope means the line falls from left to right
To graph: start at $(0, b)$, then use slope (rise over run) to find more points
You can convert any linear equation to slope-intercept form by solving for y
Q: What do m and b represent in y = mx + b?
A: In the equation $y = mx + b$, m represents the slope (the rate of change, or how steep the line is), and b represents the y-intercept (where the line crosses the y-axis). The slope tells you how much y changes for each unit increase in x.
Q: How do you graph a line from slope-intercept form?
A: Start by plotting the y-intercept at point $(0, b)$ on the y-axis. Then use the slope: if $m = \frac{rise}{run}$, move up (or down if negative) by the rise and right by the run to find another point. Connect the points with a straight line.
Q: What does a negative slope mean?
A: A negative slope means the line goes downward from left to right. As x increases, y decreases. For example, in $y = -2x + 5$, the line falls 2 units for every 1 unit you move to the right.
Q: How do you convert standard form to slope-intercept form?
A: To convert from standard form ($Ax + By = C$) to slope-intercept form, solve for y. Subtract the x term from both sides, then divide all terms by the coefficient of y. For example: $2x + 3y = 6$ becomes $y = -\frac{2}{3}x + 2$.
Q: What if the slope is a fraction?
A: A fractional slope works the same way. For $m = \frac{2}{3}$, rise 2 units and run 3 units. For negative fractions like $m = -\frac{1}{4}$, fall 1 unit and run 4 units (or rise 1 and run 4 to the left).
Q: Can two different lines have the same slope?
A: Yes! Lines with the same slope are parallel - they never intersect. For example, $y = 2x + 1$ and $y = 2x + 5$ both have slope 2 but different y-intercepts, so they are parallel lines.
Slope-Intercept Form (y = mx + b)
1 / 14
Slope-Intercept Form (y = mx + b)
Learn to write, graph, and interpret linear equations in slope-intercept form, the most useful form for understanding how lines behave.