document.write( "Question 198512: Find the equation of the line (in y = mx + b form) that passes through the points
\n" );
document.write( " (-8, 6.5) and (9, -11)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #149035 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the equation of the line (in y = mx + b form) that passes through the points \n" ); document.write( "(-8, 6.5) and (9, -11) \n" ); document.write( "------------------------------ \n" ); document.write( "slope = (-11-6.5)/(9--8) = -17.5/17 \n" ); document.write( "------------------------------------------- \n" ); document.write( "intercept: -11 = (-17.5/17)*9 + b \n" ); document.write( "b = -11 + (9.2647..) \n" ); document.write( "b= -1.7353... \n" ); document.write( "-------------------- \n" ); document.write( "Equation: \n" ); document.write( "y = (-17.5/17)x - 1.7353.. \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |