document.write( "Question 337161: I am trying to figure finding slopes, if it exists, of the line containing the pair of points.
\n" );
document.write( "However I do not know what the and in the equation means? for example (8,4)and(9,-9)
\n" );
document.write( "trying to find slope m=
\n" );
document.write( "Can you help explain what this is please? Thanks Mary \n" );
document.write( "
Algebra.Com's Answer #241657 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! (8,4)and(9,-9) \n" ); document.write( "trying to find slope m= \n" ); document.write( "============== \n" ); document.write( "slope = (change in y)/(corresponding change in x) \n" ); document.write( "---------------- \n" ); document.write( "m = (-9-4)/? \n" ); document.write( "Notice the order in which the y-values were selected. \n" ); document.write( "You MUST use the same order in selecting the x-values \n" ); document.write( "m = (-9-4)/(9-8) \n" ); document.write( "m = -13/1 \n" ); document.write( "m = -13 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |