I need help solving the following problem:
Four cars A,B,C,D are moving at constant speeds on the same road (not necessarily in the same direction). Car A passed car B at 8 a.m. and car C at 9 a.m. Car A met car D at 10 a.m. Car D met car B at 12 p.m. and car C at 2 p.m. What time did car B pass car C?
Clarifications: all times occur in one day
What I have worked out so far:
I have determined that Car A,B, and C are traveling in one direction, while car D is traveling in the other direction.
Car B must have passed car C in between the hours of 10 a.m. and 12 p.m.
I think I need to find the speed of the cars and then work from there, but I am not sure.
Thanks for your help in advance
I think that you are paying too much attention to travelling directions. Just make things simple:
You have the following set of equations that you have to solve for $t$:
$$v_A \cdot 1 = v_C \cdot 1+d_C\tag{1}$$
$$v_A \cdot 2 = v_D \cdot 2+d_D\tag{2}$$
$$v_D \cdot 4 + d_D = v_B \cdot 4\tag{3}$$
$$v_D \cdot 6 + d_D = v_C \cdot 6 + d_C\tag{4}$$
$$v_B \cdot t = v_C \cdot t + d_C\tag{5}$$
Eliminate $v_A$ from (1) and (2) and you get:
$$2v_C+2d_C = 2v_D+d_D\tag{6}$$
From (3) and (6) express $v_D$ and $d_D$ in terms of $v_B$, $v_C$ and $d_C$:
$$v_D=2v_B-v_C-d_C\tag{7}$$
$$d_D=4v_C+4d_C-4v_B\tag{8}$$
Now replace (7) and (8) into (4) and you get:
$$8v_B-8v_C=3d_C\tag{9}\implies \frac{d_C}{v_B-v_C}=\frac{8}{3}$$
From (5) and (9) it's now obvious that:
$$t=\frac{d_C}{v_B-v_C}=\frac83$$
..which is 2 hours and 40 minutes (after 8AM). So cars B and C will meet at 10:40AM.