SOLUTION: Write the equation of the line in slope-intercept form, given the following information. 15. y-9=1/2(x+6) 16. the line passes through the points P and Q. P(11,8) Q(-1,8)

Algebra ->  Graphs -> SOLUTION: Write the equation of the line in slope-intercept form, given the following information. 15. y-9=1/2(x+6) 16. the line passes through the points P and Q. P(11,8) Q(-1,8)      Log On


   



Question 828323: Write the equation of the line in slope-intercept form, given the following information.
15. y-9=1/2(x+6)
16. the line passes through the points P and Q. P(11,8) Q(-1,8)

Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!
Slope-intercept form is 

y = mx + b  where the m and the b represent numbers:

y - 9 = 1%2F2(x + 6)

Distribute the fraction 1%2F2 into the parentheses:

y - 9 = 1%2F2x + 3

Add 9 to both sides:

    y = 1%2F2x + 12 

The slope is 1%2F2 and the y intercept is (0,12)

---------------------------------------------------




First we use the slope formula:

m = %28y%5B2%5D-y%5B1%5D%29%2F%28x%5B2%5D-x%5B1%5D%29

where (x1,y1) = (11,8)
and where (x2,y2) = (-1,8)
m = %288-8%29%2F%28-1-11%29

m = 0%2F%28-12%29

m = 0

Point-slope formula:

y - y1 = m(x - x1)

where m = 0 and (x1,y1) = (11,8)

y - 8 = 0(x - 11)

Distribute the 0

y - 8 = 0x - 0

Add 8 to both sides:

    y = 0x + 8

You can write that without the 0x as 

y = 8 

but written that way doesn't show the slope of m = 0

Edwin