How do you write an equation of a line with (4,0) and slope 1/3?

1 Answer
Apr 7, 2015

There are several ways to write an equation of the line with (4,0) and slope 13.

  1. Use Point-Slope form
  2. Use Slope-Intercept form

First, Point-Slope form : yy1=m(xx1) where m is your slope, and the ordered pair you are given is (x1,y1).
So write: y0=13(x4).
Simplify if you wish: y=13x43.

Or, Slope-Intercept form : y = mx + b, where m is your slope, and b is the y-intercept (not given).
So, write: y=13x+b
Then, use your ordered pair to substitute in for x and y, and solve for b: 0=(13)(4)+b
0=43+b (subtract 43 from both sides)
43=b and replace into the original form: y=13x43