Question 470683
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b> 
Hi
*[tex \LARGE\ Using \ the \ standard \ slope-intercept \ form \ for \ an \ equation \ of \ a  \ line \ y = mx + b ] 
*[tex \LARGE\ where \ m \ is \ the \ slope \ and \ b \ the \ y-intercept]
a)Draw the line when m = 3, and b = -1, Call it Line A = 3x - 1 

b)Draw the line that passes through the ordered pair 
(2,2) , 
(0,-4)  m = 6/2 = 3
 y = 3x + b
-4 = 3*0 + b
-4 = b     y = 3x-4  YES, these lines are Parallel, same slope = 3
{{{drawing(300,300,   -6, 6, -6, 6,  grid(1),
circle(2, 2,0.3),
circle(0, -4,0.3),
graph( 300, 300, -6, 6, -6, 6,0,3x-1,3x-4))}}}