Question 477403
<pre><font face = "Tohoma" size = 4 color = "indigo"><b> 
Hi,
graph the equation and indentify the y intercept
y=3/2x+2 
Using the standard slope-intercept form for an equation of a line y = mx + b 
 where m is the slope and b the y-intercept. 
y = (3/2)x+2   m = 3/2 and th ey-intercept is (0,2)
Note: as y increases by 3, x increases by 2. Ex. Pt(2,5)
{{{drawing(300,300,   -10,10,-10,10,    grid(1),
circle(0,2,0.3),
circle(2,5,0.3),
graph( 300, 300, -10,10,-10,10,0,(3/2)x+2 ))}}}