Let's get a big picture view of what we want to find in this problem. It wants to know when the car and the bus meet, given they're traveling towards each other. To get this in terms of numbers, we want to know how much time has passed when the distance between them is 0. Our unknown - what we want to find - is how much time has passed when that happens. There's another way we could look at this, though. The question says that the car and the bus start 36 miles apart - the moment they're 0 miles apart is the same moment they've traveled 36 miles between them.
In other words, adding the distance traveled by the car and the distance traveled by the bus should get us exactly 36 miles. If we call the car's distance
and the bus's distance
:
![d_c+d_b=36](https://img.qammunity.org/2019/formulas/mathematics/middle-school/lop4j5s8dy7fdlwbnwk9xa3ymy4300922x.png)
To find the distance each vehicle travels, we can multiply the speed they're traveling at by the amount of time they've been travelling. We'll call the time traveled t, and we'll measure it in minutes. We'll also call the speed of the car
and the speed of the bus
. This makes their distances
![d_b=s_bt \\d_c=s_ct](https://img.qammunity.org/2019/formulas/mathematics/middle-school/e3o89wj0ijfpygthxdope9z0a7p5xza6qv.png)
There's some other key information we can use to help us, though. We know that the car travels 1.4 times as fast as the bus, which means it travels 1.4 times as far in the same time. Mathematically, we can write this
![d_c=1.4d_b](https://img.qammunity.org/2019/formulas/mathematics/middle-school/90mbd6eqqvn0rc4dn1ni1m27ttakfvg42w.png)
This simplifies the equation at the center of our focus, which we can rewrite now as
![1.4d_b+d_b=36\\2.4d_b=36\\d_b=15](https://img.qammunity.org/2019/formulas/mathematics/middle-school/pf89inft4na17b51einj49rx1lcno5dnlr.png)
substituting our earlier formula for
:
![s_bt=15](https://img.qammunity.org/2019/formulas/mathematics/middle-school/qzwu3hbxblzwwr3x1kcrbjfjcs6pdcnwcp.png)
since t is what we're looking for, we want to get it by itself, which we can do by dividing both side of the equation by
:
![t=(15)/(s_b)](https://img.qammunity.org/2019/formulas/mathematics/middle-school/ib32dk6z53op5q67kl9gxm5w9go3ltyvjf.png)
, the bus's speed in miles per minute, is actually given in the question; it covers 36 miles in 40 minutes, or 36/40 = 9/10 miles per minute, so
.
Plugging that value in, we find
![t = 15 / (9)/(10)=15*(10)/(9) =(50)/(3) =16(2)/(3)](https://img.qammunity.org/2019/formulas/mathematics/middle-school/bm0k5wucyhuq59qq9xzhzpiuqyz5mdzjin.png)
So, it takes 16 2/3 minutes, or 16 minutes and 40 seconds for the two vehicles to meet.