Question 370690
  <pre><font size = 3 color = "indigo"><b>
Hi,
Using the standard point-slope form for an equation of a line
y = mx + b  where m is the slope and b the y-intercept
M = 1/3 and (8,0) is a point on the line
y = 1/3x + b  using Pt(8,0) to solve for b
{{{0 = (1/3)*8 + b}}}
-8/3 = b
y = (1/3)x -8/3
{{{drawing(300,300, -6, 6, -6, 6, grid(1),
graph( 300, 300,-6, 6, -6, 6,(1/3)x-(8/3))) }}}