Question 366899
<pre><font size = 3 color = "indigo"><b>
Hi, 
Graph the equation using the slope and the y intercept
 y = (4/3)x + 8
slope = 4/3
Pt(0,8) a point on the line, slope tells following on line:
Pt(3,12)
Pt(-3,4)

{{{drawing(300,300, -15, 15, -15, 15,
circle(0, 8,0.5),
circle(3, 12,0.3),
circle(-3, 4,0.3),
graph( 300, 300,  -15, 15, -15, 15,(4/3)x +8))}}}