document.write( "Question 238641: Plot the line with the given slope that goes through the given point.\r
\n" );
document.write( "\n" );
document.write( "through (3, 8) with m = 4 \n" );
document.write( "
Algebra.Com's Answer #175394 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Y=mX+b \n" ); document.write( "8=4*3+b \n" ); document.write( "8=12+b \n" ); document.write( "b=8-12 \n" ); document.write( "b=-4 \n" ); document.write( "Y=4X-4 ans. \n" ); document.write( " |