document.write( "Question 198336: 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 #148813 by anantha(86)![]() ![]() ![]() You can put this solution on YOUR website! sol: \n" ); document.write( "Equation of the line passing through two given points (x1,y1)and(x2,y2) is \r \n" ); document.write( "\n" ); document.write( "(y-y1)(x2-x1)=(x-x1)(y2-y1) \n" ); document.write( "here the two given points are \n" ); document.write( "(-8,6.5) and(9,-11) \n" ); document.write( "comparing these points with (x1,y1)and(x2,y2) \n" ); document.write( "here x1=-8,y1=6.5,x2=9,y2=-11 \n" ); document.write( "substitute these values in the above formula \n" ); document.write( "(y-6.5)(9-(-8))=(x-(-8))(-11-6.5) \n" ); document.write( "(y-6.5)(9+8)=(x+8)(-17.5) \n" ); document.write( "(y-6.5)(17)=(x+8)(-17.5) \n" ); document.write( "17y-110.5=-17.5x-140 \n" ); document.write( "17y+17.5x+140-110.5=0 \n" ); document.write( "17.5x+17y+29.5=0 \n" ); document.write( "17y=-17.5x-29.5 \n" ); document.write( "y=-17.5x/17-29.5/17\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |