Question 180053
    In a cartoon , a malfunctioning cannon fires a hungry coyote towards the bottom of a cliff with an initial rate of 100 feet per second. If the cliff is 1250 feet tall , how long will it take the coyote to reach the desert floor? (To account for gravity, use the formula d =rt + 16t^2, where d =distance, r = initial rate, and t = time.
.
From your problem, you are given:
d = 1250 feet
r = 1000 ft/sec
t is what we're looking for...
.
Plug in the provided values and solve for t:
d =rt + 16t^2
1250 = 1000t + 16t^2
625 = 500t + 8t^2
0 = 500t + 8t^2 - 625
.
Using the quadratic equation, we get:
x = {1.110, -1.126}
.
We can toss out the negative solution leaving us with:
x = 1.110 seconds
.
Details of quadratic follows:
*[invoke quadratic "t", 500, 8, -625 ]