document.write( "Question 270320: Find the equation in slope-intercept form of the line satisfying the conditions
\n" );
document.write( "m=2, passes through (7,-1)\r
\n" );
document.write( "\n" );
document.write( "A. y=2x-15 B. y=2x+14 C. y=3x=16 D. y=2x-13 \n" );
document.write( "
Algebra.Com's Answer #198076 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! m=2, passes through (7,-1) \n" ); document.write( "Y=mX+B \n" ); document.write( "-1=2*7+b \n" ); document.write( "-1=14+b \n" ); document.write( "b=-1-14 \n" ); document.write( "b=-15 ANS. FOR THE Y INTERCEPT. \n" ); document.write( "Y=2X-15 \n" ); document.write( " |