document.write( "Question 265573: Find the equation of the line having the goven slope and containg the given point:\r
\n" );
document.write( "\n" );
document.write( " m=3/4,(7,-4)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #195315 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! m=3/4,(7,-4) \n" ); document.write( "Y=mX+b \n" ); document.write( "-4=3/4*7+b \n" ); document.write( "-4=21/4+b \n" ); document.write( "b=-4-21/4 \n" ); document.write( "b=-16/4-21/4 \n" ); document.write( "b=-37/4 The Y intercept. \n" ); document.write( "Y=3X/4-37/4 \n" ); document.write( " |