SOLUTION: Can you help me with two slope equations I need to write. 1) write a POINT-SLOPE equation for the line with the given slope that contains the given points m=7/2; (-3.4) and

Algebra ->  Linear-equations -> SOLUTION: Can you help me with two slope equations I need to write. 1) write a POINT-SLOPE equation for the line with the given slope that contains the given points m=7/2; (-3.4) and       Log On


   



Question 535246: Can you help me with two slope equations I need to write.
1) write a POINT-SLOPE equation for the line with the given slope that contains the given points m=7/2; (-3.4) and
2) write a SLOPE-INTERCEPT equation for the line containing the given pair of points (-2,0) and (0,3)
Thanks in advance.

Answer by fcabanski(1391) About Me  (Show Source):
You can put this solution on YOUR website!
Check my profile and contact me for one on one online tutoring.


Point slope form is y-y1 = m (x-x1): Keep in mind y1 and x1 mean y sub 1 and x sub 1, the y and x-coordinate for the point you'll use.


x1 = -3 and y1=4 and m 7/2


y-4=(7/2)(x+3) (x-(-3) = x+3).


For the second problem remember the slope-intercept equation is y=mx+b where m is the slope and b is the y-intercept (y when x=0).


We need a slope, and one point to find the equation. We'll use one point and the slope to find the b value. First we have to find the slope which is


Difference in y divided by difference in x


(y-y1) / (x-x1) It doesn't matter which point we choose as (x,y) and which as (x1,y1).


We'll use (-2,0) as (x,y) and (0,3) as (x1,y1)


slope=m=(0-3)/(-2-0) = -3/-2 = 3/2.


Plug that slope and the values for either point into y=mx+b to find b. We'll use (-2,0)


0=(3/2)(-2)+b ---> 0 = -3 + b (add 3 to both sides) 3=b.


We have b=3 and m = 3/2, so the slope-intercept equation y=mx+b is:


y = (3/2)x + 3