document.write( "Question 234165: ((( Find the slope of the line passing through the points (0,4) and (-10,9) )))
\n" );
document.write( "I did the math to find the slope and got (13)/(-10) My question is can it be written as -13/10 for the slope format? \n" );
document.write( "
Algebra.Com's Answer #172692 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! let m = slope\r \n" ); document.write( "\n" ); document.write( "m = difference of y's divided by the difference of x's\r \n" ); document.write( "\n" ); document.write( "m = (9 - 4)/(-10 - 0)\r \n" ); document.write( "\n" ); document.write( "m = 5/-10\r \n" ); document.write( "\n" ); document.write( "m = -1/2\r \n" ); document.write( "\n" ); document.write( "The slope is -1/2. \n" ); document.write( " |