document.write( "Question 158284: Hi, my question is: how do you find the slope of two points when the coordinate of one of the points is a fraction?\r
\n" );
document.write( "\n" );
document.write( "(5/3,-2) (3,6) \n" );
document.write( "
Algebra.Com's Answer #116654 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Hi, my question is: how do you find the slope of two points when the coordinate of one of the points is a fraction? \n" ); document.write( "(5/3,-2) (3,6) \n" ); document.write( "------------- \n" ); document.write( "The same way as when it's not a fraction. \n" ); document.write( "m = (y2-y1)/(x2-x1) \n" ); document.write( "m = (6 - (-2))/(3 - 5/3) \n" ); document.write( "m = 8/(4/3) \n" ); document.write( "m = 6 \n" ); document.write( " \n" ); document.write( " |