document.write( "Question 157961: Find the slope, if it exists, of the line.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(graph = (-4, 3) and (4, -4)\r
\n" );
document.write( "\n" );
document.write( "m = ? \n" );
document.write( "
Algebra.Com's Answer #116392 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (graph = (-4, 3) and (4, -4) \n" ); document.write( "m=(-4-3)/(4+3)=-7/7=-1 is the slope. \n" ); document.write( "Y=mX+b \n" ); document.write( "3=-1*-4+b \n" ); document.write( "3=+4+b \n" ); document.write( "b=3-4 \n" ); document.write( "b=-1 is the y intercept of this line. \n" ); document.write( "y=-x-1 \n" ); document.write( " |