SOLUTION: A ball is thrown vertically upward from the top of a building 128 feet tall with an initial velocity of 112 feet per second. The distance s (in feet) of the ball from the ground af
Algebra ->
Customizable Word Problem Solvers
-> Travel
-> SOLUTION: A ball is thrown vertically upward from the top of a building 128 feet tall with an initial velocity of 112 feet per second. The distance s (in feet) of the ball from the ground af
Log On
Question 459570: A ball is thrown vertically upward from the top of a building 128 feet tall with an initial velocity of 112 feet per second. The distance s (in feet) of the ball from the ground after t seconds is s=128+112t-16t^2
a) After how many seconds does the ball strike the ground?
b) After how many seconds will the ball pass the top of the building on its way down? Found 2 solutions by stanbon, solver91311:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A ball is thrown vertically upward from the top of a building 128 feet tall with an initial velocity of 112 feet per second. The distance s (in feet) of the ball from the ground after t seconds is
s(t) = 128+112t-16t^2
----------------------------------
a) After how many seconds does the ball strike the ground?
Let s(t) = 0 and solve for "t":
-16t^2+112t+128 = 0
----
Divide thru by -16 to get:
t - 7t+ 8 = 0
-------------------------
(t-8)(t+1) = 0
Positive solution:
time = 8 seconds
================================
b) After how many seconds will the ball pass the top of the building on its way down?
Let s(t) = 128
Solve: -16t^2+112t+128 = 128
-16t^2+112t = 0
t^2 - 7t = 0
t(t-7) = 0
Positive solution:
---
time = 7 seconds
===================
Cheers,
Stan H.
===========