Question 1055125
.
A cyclist and a jogger start from a town at the same time and head for a destination 12 mi away. 
The rate of the cyclist is twice the rate of the jogger. The cyclist arrives 1.2 h before the jogger. Find the rate of the cyclist.
~~~~~~~~~~~~~~~~~~~~~


<pre>
One equation is

{{{12/j - 12/c}}} = 1.2,   (1)

where j is the jogger's rate, c is the cyclist's rate.

The other equation is 

c = 2j.                    (2)

Substitute (2) into (1). You will get

{{{12/j - 12/(2j)}}} = 1.2.

Multiply both sides by (2j). You will get

24 - 12 = 2.4j  --->  12 = 2.4j  --->  j = 5 mph.

Then c = 10 mph.
</pre>

Solved.