document.write( "Question 1002761: A line has a slope of -3 and passes through the point (5,-1)
\n" );
document.write( "What is the equation of the line? \n" );
document.write( "
Algebra.Com's Answer #619617 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Plug the facts into \n" ); document.write( "y = mx + b \n" ); document.write( "to find the b... \n" ); document.write( "-1 = (-3)(5) + b \n" ); document.write( "b = 14 \n" ); document.write( "so that \n" ); document.write( "y = -3x + 14 \n" ); document.write( " |