Question 78577
y=2/3x+1 has a slope (m) of 2/3. thus a parallel line has the same slope and given a y intercept of (0,-3)
the equation is
y=2/3x-3
graphing these two lines follow.
y=2/3x+1 is the (red line) & y=2/3x-3 is the (green line).
{{{ graph( 300, 200, -6, 5, -10, 10, y = 2x/3 +1, y = 2x/3 -3) }}} (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, of TWO functions y = 2x/3 +1 and y = 2x/3 -3).