How do you write the point-slope form of the equation below that represents the line that passes through the points (−3, 2) and (2, 1)?

2 Answers
May 27, 2016

slope=(y_2-y_1)/(x_2-x_1)slope=y2y1x2x1
y=-1/5x+7/5y=15x+75

Explanation:

The slope of the line passing through the two points (-3,2)(3,2) and (2,1)(2,1) is given by

slope=(y_2-y_1)/(x_2-x_1)slope=y2y1x2x1

slope=(1-2)/(2-(-3))slope=122(3)

slope =-1/5slope=15

The equation of the straight line is

y=a*x+by=ax+b

slope = a=-1/5slope=a=15

y=-1/5x+by=15x+b

The point (2,1)(2,1) is a point on the straight line. Plugging the coordinates of this point and the line equation allows us to find the Y-intercept.

1=-1/5xx2+b1=15×2+b

b=1+2/5b=1+25

b=7/5b=75

The equation of the straight-line will be

y=-1/5x+7/5y=15x+75

To find the X-intercept assign the value 0 to yy

0=-1/5x+7/50=15x+75

1/5x=7/515x=75

x=7x=7

graph{-1/5*x+7/5 [-9.63, 10.37, -3.4, 6.6]}

May 27, 2016

y = (-1x)/5 + 7/5y=1x5+75

Explanation:

There are several ways of answering this question:

Method 1 . Use the two points to find the gradient mm.

m = (y_2 - y_1)/(x_2 - x_1)" "m=y2y1x2x1 Then use one of the points as (x,y)(x,y)

Substitute m,x and ym,xandy into y = mx + cy=mx+c and solve to find cc.

Now use the values for m and cmandc in y = mx + cy=mx+c to find the required equation.
This method is fine, but it requires several substitutions and it is easy to lose track of where you are.

Method 2 . Use the two points as x and yxandy and substitute each into y = mx + c " " y=mx+c This forms two equations which can be solved simultaneously to find m and c.

Method 3 . Use the two points as (x_1,y_1) and (x_2, y_2)(x1,y1)and(x2,y2) and substitute into the formula for finding the equation of a line if 2 points are known: " "(y - y_1)/(x - x_1) = (y_2 - y_1)/(x_2 - x_1) yy1xx1=y2y1x2x1

" "(y - 1)/(x - 2) = (2 - 1)/(-3 - 2) y1x2=2132

" "(y - 1)/(x - 2) = 1/-5 " now cross-multiply" y1x2=15 now cross-multiply

-5(y - 1) = (x - 2) " solve for y"5(y1)=(x2) solve for y

-5y + 5 = x - 25y+5=x2

-5y " "= x -2 -55y =x25

y = (-1x)/5 + 7/5 " divide by -5"y=1x5+75 divide by -5