Question 167108
parallel to y= 1/2x-3 (green line)y-intercept= 6 
Y=mX+b
This line has a slope (m)=1/2
The parallel line will also have a slope (m)=1/2 with the y intercept (b)=-3.
y=x/2+6 answer. (red line)
This line has a slope (m)=1/2 & a y intercept(b)=6.
{{{ graph( 300, 200, -16, 8, -10, 10, x/2 +6, x/2 -3) }}} (graph 300x200 pixels, x from -16 to 8, y from -10 to 10, of TWO functions x/2 +6 and x/2 -3).