document.write( "Question 44568: Write the equation of the line that passes through point (-2,3) with a slope of -4. \n" ); document.write( "
Algebra.Com's Answer #29531 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
Write the equation of the line that passes through point A..(X1,Y1).. (-2,3) with a slope of ...M=-4.
\n" ); document.write( "EQN IS
\n" ); document.write( "Y-Y1=M(X-X1)
\n" ); document.write( "Y-3=-4(X+2)
\n" ); document.write( "Y+4X=3-8=-5
\n" ); document.write( "Y+4X+5=0
\n" ); document.write( "
\n" );