Question 72248
<pre>

Formula for the slope
         {{{y[2] - y[1]}}}
    m =  ____________
         {{{x[2] - x[1]}}}

Given point (11,2) and (5,12)

Let (11, 2) be {{{(x[1])}}},{{{(y[1])}}}
    (5, 12)  be {{{(x[2])}}}, {{{(y[2])}}}

Substitute:
         12 - 2
   m =  _________
         5 - 11

          10
   m =   _____
         - 6


           5
or  m =  ______
           3


Hope this helps