A speeder drives by a cop car moving 50m/s. The cop takes 12 seconds to get things in order and then chases after the speeder, traveling 60 m/s. How much time will it take the cop to catch up to the speeder?
This is what I have so far:
$v_c= 60$ m/s
$x_c = 60(t-12)$
$v_s = 50$ m/s
$x_s = 50t$
I set the two equations equal to each other and I have
$$50t = 60(t-12)$$
$$t=72$$
However the solution says
$$60t = 600+50t$$
$$t=60$$
Why am I incorrect in my thinking? And shouldn't both methods of solving give the same answer?