document.write( "Question 168580This question is from textbook
\n" );
document.write( ": plot the points and the slope of the line passing through the points.
\n" );
document.write( "(0,1) (-2,-6) \n" );
document.write( "
Algebra.Com's Answer #124244 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (0,1) (-2,-6) \n" ); document.write( "slope=(y2-y1)(x2-x1) \n" ); document.write( "slope=(-6-1)/-2-0) \n" ); document.write( "slope=-7/-2 or 7/2 \n" ); document.write( "1=7/2*0+b \n" ); document.write( "1=b \n" ); document.write( "y=7x/2+1 ans. for the line equation. \n" ); document.write( " |