SOLUTION: Find the equation of the line joining the points (2, 11) and (4, 17)

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: Find the equation of the line joining the points (2, 11) and (4, 17)       Log On


   



Question 1102491: Find the equation of the line joining the points (2, 11) and (4, 17)
Answer by ikleyn(52790) About Me  (Show Source):
You can put this solution on YOUR website!
.
Find the equation of the line joining the points (2,11) and (4,17)
~~~~~~~~~~~~~~~~~~~~~~~~~~

First, calculate the slope.


    The formula for the slope of a straight line passing through two given points    (x%5B1%5D,y%5B1%5D)    and    (x%5B2%5D,y%5B2%5D)    is
        m = %28y%5B2%5D-y%5B1%5D%29%2F%28x%5B2%5D-x%5B1%5D%29.

    Substitute the given data  x%5B1%5D = 2,  y%5B1%5D = 11,  x%5B2%5D = 4, y%5B2%5D = 17  into the basic formula
        m = %2817-11%29%2F%284-2%29 = 6%2F2 = 3.


Next, find an equation of the line having the slope 3 and passing through the given point (2,11).


    An equation of a straight line in a coordinate plane which has the slope  m  and passes through the given point  P = (a,b)  is 

        y - b = m*(x-a).     

    Substitute here  m = 3,  a = 2,  b = 11,  and you will get

        y - 11 = 3*(x-2).

    It is the equation in the slope-point form.

    If you want to have it in the slope-intercept form, transform it in this way

        y = 3x - 6 + 11,   or

        y = 3x + 5.

----------------
See the lesson
    - Equation for a straight line in a coordinate plane passing through two given points
in this site.