document.write( "Question 30100: find the slope if it exists of the line containing the points (-6,1/2) and (-9,1/2) \n" ); document.write( "
Algebra.Com's Answer #16839 by Fermat(136)![]() ![]() You can put this solution on YOUR website! If you have two points (x1,y1) and (x2,y2), then the slope of the line between these two points is given by\r \n" ); document.write( "\n" ); document.write( "m = (y1-y2)/(x1-x2) \n" ); document.write( "Using the points given,(-6,1/2) and (-9,1/2) \n" ); document.write( "m = (1/2 - 1/2)/(-6 + 9) \n" ); document.write( "m = 0/3 \n" ); document.write( "m = 0 \n" ); document.write( "=====\r \n" ); document.write( "\n" ); document.write( "Since the slope is zero, then the line is a horizontal line which cuts the y-axis at y = 1/2. \n" ); document.write( "In fact, y=1/2 is the name of this line. \n" ); document.write( "=================================== \n" ); document.write( " |