document.write( "Question 252225: Find the equation of the line with a slope of -1/2 and containing the point (-3, 2). \n" ); document.write( "
Algebra.Com's Answer #184048 by prateek(6)![]() ![]() You can put this solution on YOUR website! the equation of the line is , \n" ); document.write( " Y=MX \n" ); document.write( " Y=y-(-3)=y+3 \n" ); document.write( " x=x-2 \n" ); document.write( " hence,y+3=m(x-2) \n" ); document.write( " y+3=-1/2(x-2) \n" ); document.write( " 2y+6=-x+2 \n" ); document.write( " The eqation of the line is x+2y=-4 \n" ); document.write( " |