Eugene S. answered 05/03/14
Tutor
5
(9)
Multi-Dimensional Math Man
d is the distance (in feet) and t is the time (in seconds). d = 16t2 + 4t.
You were given the distance (d) which is 420 and you are asked to look for how long (time, t)
Set the equation equal to 420.
420 = 16t2 + 4t
You will see that it will be a quadratic equation because one of the t's is squared. So to solve a quadratic equation you subtract 420 from both sides to get:
0 = 16t2 + 4t - 420
See if there is a GCF of 16t2 + 4t - 420 which is 4. Divide everything by 4.
0 = 4t2 + t - 105
See if it can be solved by factoring.
0 = (4t + 21)(t - 5)
Set each factor equal to zero.
4t + 21 = 0 t - 5 = 0
When you solve each equation, you will get t = -21/4 and t = 5.
And since there really is no such thing as negative time, the valid solution is t = 5.
5 seconds.