What is the equation of the line passing through (4,8)(4,8) and (-9,3)(9,3)?

1 Answer
Nov 30, 2015

point-slope form:
y - 8 = frac{5}{13}(x-4)y8=513(x4)
or
y - 3 = frac{5}{13}(x+9)y3=513(x+9)

slope-intercept form:
y = frac(5)(13)x + frac(84)(13)y=513x+8413

standard form:
-5x + 13y = 845x+13y=84

Explanation:

Method 1:
Use point slope form
which is y - y_1 = m(x - x_1)yy1=m(xx1)
when given a point (x_1, y_1)(x1,y1) and the slope mm
'
In this case, we should first find the slope between the two given points.
This is given by the equation:
m = frac{y_2 - y_1}{x_2 - x_1}m=y2y1x2x1
when given the points (x_1,y_1)(x1,y1) and (x_2, y_2)(x2,y2)
'
For (x_1,y_1) = (4,8)(x1,y1)=(4,8) and (x_2,y_2) = (-9,3)(x2,y2)=(9,3)
By plugging what we know into the slope equation, we can get:
m = frac{3-8}{-9-4} = frac{-5}{-13} = frac{5}{13}m=3894=513=513
'
from here we can plug in either point and get:
y - 8 = frac{5}{13}(x-4)y8=513(x4)
or
y - 3 = frac{5}{13}(x+9)y3=513(x+9)

Method 2:
Use slope intercept form
which is y = mx + by=mx+b
when mm is the slope and bb is the y-intercept
'
We can find the slope between the two given points using the same steps as above
and get m= frac{5}{13}m=513
'
but this time when we plug in, we will still be missing the bb or y-intercept
to find the y-intercept, we need to temporarily plug in one of the given points in for (x,y)(x,y) and solve for b
'
so
y= frac{5}{13}x + by=513x+b
if we plug in (x,y)=(4,8)(x,y)=(4,8)
we would get:
8 = frac(5)(13)(4) + b8=513(4)+b
'
solving for bb would get us
8 = frac{20}{13} + b8=2013+b
b = 84/13 or 6 frac(6)(13)b=8413or6613
'
so your equation would be
y = frac(5)(13)x + frac(84)(13)y=513x+8413

another form your equation could be in can be standard form where only the variables are on one side
ax + by = cax+by=c
'
you can get you equation into this form by multiplying both sides of the slope intercept equation by 13
to get 13y = 5x + 8413y=5x+84
then subtract 5x5x from both sides
'
so your standard form equation would be
-5x + 13y = 845x+13y=84