Mark H. answered 08/27/19
Watch out for the trap here---we are given acceleration in meters / second2 , and velocity in miles per hour, so we have to get everything in the same units
We can start with the equation for distance traveled at a constant acceleration:
For the car accelerating:
d = 1/2 * a * t2
With an acceleration of 1.3 m/s2:
d = 0.65 * t2
For the truck, the distance is simply d =v * t, so
v = 38.7 miles / hour * 1.609 km/mile * 1000 m/km * 1 hour / 3600 s = 17.30 m/s
d = 17.3 * t
Set the 2 equations for d equal to each other:
0.65 * t2 = 17.3 * t
t = 17.3 / 0.65 = 29.61 seconds
Use either equation to solve for the distance, and then v = d/t to get the velocity