document.write( "Question 159118: A ball is thrown downward from a window in a tall building. Its position in time t in seconds is s=16t^2 + 32t, where s is in feet. how long (to the nearest tenth) will it take the ball to fall 175 feet? \n" ); document.write( "
Algebra.Com's Answer #117235 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A ball is thrown downward from a window in a tall building. Its position in time t in seconds is s=16t^2 + 32t, where s is in feet. how long (to the nearest tenth) will it take the ball to fall 175 feet? \n" ); document.write( "--------------------- \n" ); document.write( "s(t) = -16t^2 -32t + 175 \n" ); document.write( "175 is the height of the building; -32 is the throw velocity downward, \n" ); document.write( "the -16 is the velocity downward due to gravity. \n" ); document.write( "------------------------ \n" ); document.write( "When the ball hits the ground s(t) = 0 \n" ); document.write( "-------------------------- \n" ); document.write( "-16t^2 -32t + 175 = 0 \n" ); document.write( "--- \n" ); document.write( "Using the quadratic formula, solve for \"t\": \n" ); document.write( "t = [32 +- sqrt(32^2 - 4*-16*175)] / [-2*-16] \n" ); document.write( "t = [32 +- sqrt(12224)]/[32] \n" ); document.write( "t = [32 +- 110.56]/32 \n" ); document.write( "Positive answer: \n" ); document.write( "t = 4.46 seconds \n" ); document.write( "---------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |