Question 380299
  <pre><font size = 3 color = "indigo"><b>
Hi,
parallel to 4x - 2y = 6
4x - 2y = 6
2x - 3 = y 
the standard slope-intercept form for an equation of a line y = mx + b  
where m is the slope and b the y-intercept.  this ex. slope = 2
Line parlel will have the identical slope
y = 2x + b usin gordered pair Pt(1,2) to solve for b
2 = 2 + b 
0 = b
y = 2x
{{{drawing(300,300, -6, 6, -6, 6, grid(1),
circle(1, 2,0.3),
circle(0, -3,0.3),
graph( 300, 300, -6, 6, -6, 6, 2x, 2x-3))}}}