document.write( "Question 236663: Find the slope of the line through the points (1/2,3/4) and (3/5, 5/4) \n" ); document.write( "
Algebra.Com's Answer #174139 by srisanj4(2)![]() ![]() ![]() You can put this solution on YOUR website! Slope of a line passing through two points (x1, y1) and (x2, y2) is given by\r \n" ); document.write( "\n" ); document.write( "Slope m = (y2-y1)/(x2-x1)\r \n" ); document.write( "\n" ); document.write( "Here, x1 = 1/2 y1 = 3/4 \n" ); document.write( " x2 = 3/5 y2 = 5/4\r \n" ); document.write( "\n" ); document.write( "plugging in these values for x1, y1, x2 and y2\r \n" ); document.write( "\n" ); document.write( "m = (5/4-3/4) / (3/5 - 1/2) \n" ); document.write( " = 2/4 / 1/10 \n" ); document.write( " = 2 * 10/4*1 \n" ); document.write( " = 5\r \n" ); document.write( "\n" ); document.write( "Hence the slope of line pass through said points is 5 \n" ); document.write( " |