document.write( "Question 746742: Find the gradients of the line segments joining this pair of points:(4,9) to (8,25) \n" ); document.write( "
Algebra.Com's Answer #454447 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Gradient = y2 - y1/ x2 - x1 \n" ); document.write( " = 25 - 9/ 8 - 4 \n" ); document.write( " = 16 / 4 \n" ); document.write( " = 4 \n" ); document.write( " |