document.write( "Question 541551: find the equation of the line having the given slope and containing the given point?
\n" );
document.write( "m=2/3,(4,-7) \n" );
document.write( "
Algebra.Com's Answer #354204 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! y = mx + b \n" ); document.write( ". \n" ); document.write( "m = 2/3 (given) \n" ); document.write( ". \n" ); document.write( "y = 2/3*x + b \n" ); document.write( ". \n" ); document.write( "Use the given point to find the value of 'b'. \n" ); document.write( ". \n" ); document.write( "-7 = 2/3*4 +b \n" ); document.write( "-7 -8/3 = b \n" ); document.write( "-21/3 -8/3 = b \n" ); document.write( "-29/3 = b \n" ); document.write( ". \n" ); document.write( "y = 2/3*x -29/3 \n" ); document.write( ". \n" ); document.write( " |