document.write( "Question 197039This question is from textbook
\n" );
document.write( ": Question number #28 on page 197 Find the slope using coordinates:\r
\n" );
document.write( "\n" );
document.write( "(-6, -3), (-1, 1) \n" );
document.write( "
Algebra.Com's Answer #147702 by anantha(86)![]() ![]() ![]() You can put this solution on YOUR website! sol: \n" ); document.write( "A(x1,y1);B(x2,y2) slope of the line=( y2-y1)/(x2-x1) \n" ); document.write( "the given coordinates are \n" ); document.write( "(-6,-3),(-1,1) \n" ); document.write( "here x1= -6,y1=-3,x2=-1,y2=1 \n" ); document.write( "slope of the coordinates = (y2-y1)/(x2-x1) \n" ); document.write( " =[1-(-3)]/[-1-(-6)] \n" ); document.write( " =[1+3]/[-1+ 6] (i.e;-*-=+) \n" ); document.write( " =(4)/(5) \n" ); document.write( "slope=4/5 \n" ); document.write( " |