document.write( "Question 263166: find equation of a line with slope and given point. m=-4, (4,8) \n" ); document.write( "
Algebra.Com's Answer #193925 by palanisamy(496)\"\" \"About 
You can put this solution on YOUR website!
The equation of a line with slope and given point. m=-4, (4,8)is
\n" ); document.write( " y-y1 = m(x-x1)
\n" ); document.write( " y-8 = -4(x-4)
\n" ); document.write( " y-8 = -4x+16
\n" ); document.write( " 4x+y = 24
\n" ); document.write( "
\n" );