Question 365027
<pre><font size = 3 color = "indigo"><b>
Hi, 
*Note: solving for y to obtain slopeintercept form y = mx + b
2y = -5x+2
Dividing all terms on both sides of the equation by 2
y  = (-5/2)x + 1
Pt(0,1) and
Pt(2,-4) are points on the line
{{{drawing(300,300, -10, 10, -10, 10,
circle(2, -4,0.3),
circle(0, 1,0.3),
graph( 300, 300,-10, 10, -10, 10,
(-5/2)x+1)) }}}