document.write( "Question 159932: Find the slope of the line.\r
\n" );
document.write( "\n" );
document.write( "The graph shows y= (0,8)
\n" );
document.write( " x= (3,-7)\r
\n" );
document.write( "\n" );
document.write( "The slope of the line is m= -5 \n" );
document.write( "
Algebra.Com's Answer #118029 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! y=(0,8) \n" ); document.write( "x=(3,-7) \n" ); document.write( "slope=(y2-y1)/(x2-x1) \n" ); document.write( "slope=(8+7)/(0-3) \n" ); document.write( "slope=15/-3 \n" ); document.write( "slope=-5 answer. \n" ); document.write( "8=-5*0+b \n" ); document.write( "8=b for the y intercept. \n" ); document.write( "y=-5x+8 \n" ); document.write( " |