document.write( "Question 1003514: For each of the following, find the slope, if it exists, of the line determined by the given pair of points:
\n" );
document.write( "a. (-4,1) and (5,2)
\n" );
document.write( "b. (-3,81) and (-3,198)
\n" );
document.write( "c. (1.0001,12) and (1,10)
\n" );
document.write( "d. (2, (sqrt)5) and (-2, and (sqrt)5) \n" );
document.write( "
Algebra.Com's Answer #620200 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! For each of the following, find the slope, if it exists, of the line determined by the given pair of points: \n" ); document.write( "a. (-4,1) and (5,2) \n" ); document.write( "--- \n" ); document.write( "Slope m = diffy/diffx \n" ); document.write( "m = (1-2)/(-4-5) = -1/-9 \n" ); document.write( "m = 1/9 \n" ); document.write( "============= \n" ); document.write( "Do the others the same way. \n" ); document.write( "b. (-3,81) and (-3,198) \n" ); document.write( "c. (1.0001,12) and (1,10) \n" ); document.write( "d. (2, (sqrt)5) and (-2, and (sqrt)5) \n" ); document.write( "It's sqrt(5), not (sqrt)5 \n" ); document.write( " |