
David Gwyn J. answered 11/06/20
Highly Experienced Tutor (Oxbridge graduate and former tech CEO)
We start with an equation d(t) = V0t + 1/2 at2 for distance as a function of time, t.
We are given values for V0 and a, so let's start by plugging them in:
d(t) = (12)t + 1/2 (-1.6)t2 = 12t - 0.8t2
And then we are given a value for d(t) of 40, so let's plug that in too:
40 = 12t - 0.8t2
0.8t2 -12t + 40 = 0 rearrange to get in standard form of quadratic
=> 4t2 - 60t + 200 = 0 multiply to get rid of fraction
=> t2 - 15t + 50 = 0 divide by common factor
=> (t - 5)(t - 10) = 0 factorize
hence d(t) = 40 meters at time = 5 seconds, and time = 10 seconds