Question 389226
  <pre><font size = 3 color = "indigo"><b>
Hi
Note:the standard slope-intercept form for an equation of a line is y = mx + b
  where m is the slope and b the y-intercept.  
3x+8=y  OR y = 3x + 8   slope m = 3     PTs (0,8), (-8/3,0) ,(-2,2)
2y=6x-3 OR y = 3x -3/2  slope m = 3     PTs (0,-3/2), (1/2,0), (1,3/2))
Lines have identical slopes, therefore are parallel
Graphing
{{{drawing(300,300, -10, 10, -10, 10,  grid(1),
circle(0, 8,0.3),
circle(0, -1.5,0.3),
circle(.5, 0,0.3),
circle(-8/3, 0,0.3),

graph( 300, 300,  -10, 10, -10, 10,3x+8,3x-1.5))}}}