Question 1096117

Jane can run 5 kilometers in the same amount of time that Larry can run 6 kilometers, If Larry can run 1 kilometer per hour faster than Jane, how fast can Larry run?
<pre>The question asks for LARRY'S speed, so NO NEED TO make the variable anything other than Larry's speed
Let Larry's speed be S
Then Jane's is: S - 1
We then get the following TIME equation: {{{matrix(1,3, 6/S, "=", 5/(S - 1))}}}
Solve this for S, Larry's speed. That's all!!!