SOLUTION: find the equation of the line that has the points (1/4,-1/3),(-1/4,-3).write the equation in standard form

Algebra ->  Equations -> SOLUTION: find the equation of the line that has the points (1/4,-1/3),(-1/4,-3).write the equation in standard form      Log On


   



Question 727411: find the equation of the line that has the points (1/4,-1/3),(-1/4,-3).write the equation in standard form
Found 2 solutions by mananth, Edwin McCravy:
Answer by mananth(16946) About Me  (Show Source):
You can put this solution on YOUR website!
x1 y1 x2 y2
1/ 4 - 1/3 - 1/4 -3

The general equation of the line when co-ordinates of two points are given is

%28y-%09y1%29%2F%28%09y1-y2%29+=+%28x-x1%29%2F%28x1-x2%29






+%09++1%2F+2%09%28y-%09++1%2F+3%09%29+=%092++2%2F+3%09%28x-%09++1%2F+4%09%29

1/ 2 y- 1/ 6 = 8/ 3 x 2/ 3

1/ 2 y= 2 2/ 3 x+ 5/ 6
/ 1/ 2
y= 16/ 3 x+ 5/ 3
You may write the equation in the form requested.

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
The above solution contains a sign error.

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) = (1%2F4,-1%2F3).
and where (x2,y2) = (-1%2F4,-3).

m = %28%28-3%29-%28-1%2F3%29%29%2F%28%28-1%2F4%29-%281%2F4%29%29 = %28-3%2B1%2F3%29%2F%28-1%2F4-1%2F4%29 = -3%2F1%2B1%2F3%29%2F%28-2%2F4%29 = %28-9%2F3%2B1%2F3%29%2F-1%2F2%29 = %28-8%2F3%29%2F%28-1%2F2%29 = expr%28-8%2F3%29%2Aexpr%28-2%2F1%29 = 16%2F3

Next we use the point slope formula: 

Point-slope formula:

y - y1 = m(x - x1)

where (x1,y1) = (1%2F4,-1%2F3), m = 16%2F3

y - -1%2F3 =  16%2F3(x - 1%2F4)

y + 1%2F3 =  16%2F3(x - 1%2F4)

Multiply through by 3

3y + 1 = 16(x - 1%2F4)

3y + 1 = 16x - 4

-16x + 3y = -5

Multiply through by -1

16x - 3y = 5

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

Here is another way to do it:

Substitute both points in 

y = mx + b

Substituting (x,y) = (1%2F4,-1%2F3). 

-1%2F3 = m%281%2F4%29 + b

Simplify by multiplying through by LCD = 12

-4 = 3m + 12b

Substituting (x,y) = (-1%2F4,-3). 

-3 = m%28-1%2F4%29 + b

Simplify by multiplying through by LCD = 4

-12 = -m + 4b

So you have the system of equations:

 -4 = 3m + 12b
-12 = -m +  4b

Multiply the bottom equation through by 3 to make the m
terms cancel, then add the equations term by term:

 -4 =  3m + 12b
-36 = -3m + 12b
---------------
-40 =       24b

-40%2F24 = b

-5%2F3 = b

 -4 = 3m + 12b
-12 = -m +  4b

Multiply the bottom equation through by -3 to make the b
terms cancel, then add the equations term by term:

 -4 = 3m + 12b
 36 = 3m - 12b
---------------
 32 = 6m

32%2F6 = m

16%2F3 = m

So the equation in y-intercept form is

y = 16%2F3x +  -5%2F3

y = 16%2F3x -  5%2F3

 3y = 16x - 5

-16x + 3y = -5

 16x - 3y = 5

Edwin