SOLUTION: How do I find the equation of the line that has points of (1,5) and (0,0)?

Algebra ->  Graphs -> SOLUTION: How do I find the equation of the line that has points of (1,5) and (0,0)?      Log On


   



Question 174995: How do I find the equation of the line that has points of (1,5) and (0,0)?
Answer by Mathtut(3670) About Me  (Show Source):
You can put this solution on YOUR website!
find the slope DELTA%28y%29%2FDELTA%28x%29= 0-5/0-1=5......so m=slope=5
:
now use the point slope formula to arrive at equation....plug in any point you desire using y-k=m(x-h) where (h,k) is any point on the line....I will use (0,0)since that is the easiest
:
y-0=5(x-0)
:
highlight%28y=5x%29