document.write( "Question 238067: Hello, here is my question.
\n" );
document.write( "A water balloon is dropped from the top of a building that is 300 feet tall. Neglecting wind resistance, the distance traveled by the balloon is given by the function , where d(t) is the distance traveled in feet after t seconds. How many seconds will it take for the water balloon hit the ground?\r
\n" );
document.write( "\n" );
document.write( "Thanks. \n" );
document.write( "
Algebra.Com's Answer #175016 by Alan3354(69443) You can put this solution on YOUR website! 300 = 16t^2 \n" ); document.write( "t^2 = 300/16 \n" ); document.write( "t = sqrt(75/4) \n" ); document.write( "t =~ 4.33 seconds \n" ); document.write( " |