Question 398211
   <pre><font size = 3 color = "indigo"><b>
Hi
line that passes through the points (2, 3) and (6, 11)
{{{m =(y[2] - y[1])/(x[2] - x[1])}}}
(2, 3) and 
(6, 11)  m = 3-11 / 2-6 = -8/-4 = 2
 y = 2x + b   |using ordered pair Pt(2,3) to solve for b
 3 = 4 + b
-1 = b
 y = 2x - 1

#1 y -11 = 2(x - 6)  | y = 2x -1
#2 y - 3 = 2(x - 2)  | y = 2x - 1