document.write( "Question 281294: i want to find the equation of a line given that in slope intercept form:\r
\n" );
document.write( "\n" );
document.write( "slope=-8, y-intercept is (0,-9) \n" );
document.write( "
Algebra.Com's Answer #204308 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! i want to find the equation of a line given that in slope intercept form: \n" ); document.write( "slope=-8, y-intercept is (0,-9) \n" ); document.write( "-------------------------------------- \n" ); document.write( "y = mx + b \n" ); document.write( "-9 = -8*0 + b \n" ); document.write( "b = -9 \n" ); document.write( "================= \n" ); document.write( "Equation: \n" ); document.write( "y = -8x - 9 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |