Question 801796
<pre>
Divide the TOTAL distance traveled by the TOTAL time.  You may need to find
the straight line distance between two points.  If so, use this formula:

d = &#8730;<span style="text-decoration: overline">(x<sub>2</sub>-x<sub>1</sub>)²+(y<sub>2</sub>-y<sub>1</sub>)²</span>

to find the straight line distance between the two points (x<sub>1</sub>,y<sub>1</sub>) and (x<sub>2</sub>,y<sub>2</sub>).
   
Edwin</pre>