Question 498003
This example is similar:
----------------------
You can jog at a speed of 8 miles per hour, and run at a speed of 12 miles per hour.  If you traveled 6 miles in 40 minutes, find the amount of time you jogged as well as the amount of time you ran.
---------------------------
40 minutes = 2/3 hours
---------------
d = distance jogging
-------
d/8 + (6-d)/12 = 2/3 hours
times 48
6d + 4(6-d) = 32
2d + 24 = 32
2d = 8
d = 4 miles jogging
---------
2 miles running
---------