document.write( "Question 473726: Find the coordinates of two points on the given line, and then use those coordinates to find the slope of the line. (If an answer is undefined, enter UNDEFINED.)
\n" );
document.write( "y = -10x \n" );
document.write( "
Algebra.Com's Answer #324955 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! y = -10x \n" ); document.write( "---------- \n" ); document.write( "The slope is -10. \n" ); document.write( "--------- \n" ); document.write( "x = 0, y = 0 --> (0,0) \n" ); document.write( "x = 1, y = -10 --> (1,-10) \n" ); document.write( "-------------------- \n" ); document.write( "Using the 2 points, \n" ); document.write( "slope m = diffy/diffx \n" ); document.write( "0, 0 \n" ); document.write( "1,-10 \n" ); document.write( "------- subtract \n" ); document.write( "-1,10 (diffx, diffy) \n" ); document.write( "m = 10/-1 \n" ); document.write( "m = -10 \n" ); document.write( " \n" ); document.write( " |