document.write( "Question 1033329: What is the equation of a line that has a slope of -3 and passed through (1, -2)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #647894 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! One way to do this is to merely plug this info into \n" ); document.write( "y = mx + b \n" ); document.write( "to determine b...we get \n" ); document.write( "-2 = -3(1) + b \n" ); document.write( "-2 = -3 + b \n" ); document.write( "b = 1 \n" ); document.write( "so that our line is \n" ); document.write( "y = -3x + 1 \n" ); document.write( " |