document.write( "Question 801764: Find the rate of change between the two points: (8, 1) and (4, 2) where x is in months and y is in inches. \n" ); document.write( "
Algebra.Com's Answer #483848 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! Rate of change is computed using slope:\r \n" ); document.write( "\n" ); document.write( "m=(y2-y1)/(x2-x1) \n" ); document.write( "so \n" ); document.write( "m=(2-1)/(4-8)=-1/4\r \n" ); document.write( "\n" ); document.write( "that means the rate is falling at 0.25 inches every month \n" ); document.write( " |