Question 622748
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
Line with m = 5 and passing thru (4,1)
<u>General format for an Equation of a Line is</u>:  {{{y = highlight(m)x + b}}}
This Line: m = 5
 y = 5x + b    | Using Pt(4,1) to solve for b
 {{{1 = 5*4 + b}}}
 1 = 20 + b
-19 = b 
 y = 5x -19