document.write( "Question 995721: The equation of the line with slope 4 that goes through the point (8,4)
\n" );
document.write( "can be written in the form y=mx+b
\n" );
document.write( "where m is:
\n" );
document.write( " and where b is: \n" );
document.write( "
Algebra.Com's Answer #614456 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! point slope \n" ); document.write( "y-y1=m(x-x1) \n" ); document.write( "y-4=4(x-8) \n" ); document.write( "y-4=4x-32 \n" ); document.write( "y=4x-28 \n" ); document.write( " |