document.write( "Question 46043: What is the equation of the line that passes through(0-4) with a slope of 8? \n" ); document.write( "
Algebra.Com's Answer #30566 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
What is the equation of the line that passes through P=(X1,Y1)=(0,-4) with a slope of M=8?
\n" ); document.write( "Y-Y1=M(X-X1)
\n" ); document.write( "Y-(-4)=8(X-0)
\n" ); document.write( "Y=8X-4
\n" ); document.write( "
\n" );