Question 274698
Two ships leave port at the same time. One sails south at 15mph and the other sails east at 2o mph. Find a function that models the distance (D) between the ships in terms of the time (T) in hours elasped since thier departure. 
--------------------
Draw the picture.
East distance = 20t
South distance = 15t
-------------------------------
Using Pythagoras:
D^2 = (20t)^2 + (15t)^2
---
D^2 = 400t^2 + 225t^2
---
D^2 = 625t^2
----
D = 25t
==========================
Cheers,
Stan H.