document.write( "Question 395929: Write the standard form of the equation of the line that passes through the given point and has the given slope. Can you show me how you got this?
\n" );
document.write( "(4,3), m=2 \n" );
document.write( "
Algebra.Com's Answer #280975 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! first, y=mx+b \n" ); document.write( "3=2*4+b \n" ); document.write( "3=8+b \n" ); document.write( "b=-5 \n" ); document.write( "------------------ \n" ); document.write( "2x-y=5 \n" ); document.write( " |