document.write( "Question 241283: How do you find the slope of a line going through the given pair of points.
\n" );
document.write( "(1/8,1/9) and (3/8,2/9) \n" );
document.write( "
Algebra.Com's Answer #176742 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (1/8,1/9) and (3/8,2/9) \n" ); document.write( "Slope=(y2-y1)/(x2-x1) \n" ); document.write( "Slope=(2/9-1/9)/(3/8-1/8) \n" ); document.write( "Slope=(1/9)/(2/8) \n" ); document.write( "Slope=(1/9)*(8/2) (invert the denominator & multiply) \n" ); document.write( "Slope=8/18 \n" ); document.write( "Slope=4/9 ans. \n" ); document.write( " |