You can put this solution on YOUR website! An object is moving at a speed of (3+2^(1/2)) ft/s. How long will it take the object to travel 20 ft?
------------------------
time = distance/rate
----
time = 20 ft/(3+sqrt(3))(ft/sec)
----
= [20(3-sqrt(3))]/[(3+sqrt(3))(3-sqrt(3)]
-----
= [20(3-sqrt(3)]/[9-3]
-----
= (10/3)(3-sqrt(3))
---
= 10 - (10/3)sqrt(3)
========================
Cheers,
Stan H.
========================