document.write( "Question 251316: Solve the problem. Round to the nearest tenth, if necessary.
\n" );
document.write( "A rock falls from a tower that is 432 feet high. As it is falling, it's height is given by the formula h= 432- 16t^2. How many seconds will it take for the rock to hit the ground (h=0)? \n" );
document.write( "
Algebra.Com's Answer #183286 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Solve the problem. Round to the nearest tenth, if necessary. \n" ); document.write( "A rock falls from a tower that is 432 feet high. As it is falling, it's height is given by the formula h= 432- 16t^2. \n" ); document.write( " How many seconds will it take for the rock to hit the ground (h=0)? \n" ); document.write( ": \n" ); document.write( "432- 16t^2 = 0 \n" ); document.write( "-16t^2 = -432 \n" ); document.write( "Multiply both sides by -1 \n" ); document.write( " 16t^2 = 432 \n" ); document.write( " t^2 = \n" ); document.write( " t^2 = 27 \n" ); document.write( " t = \n" ); document.write( " t = 5.2 sec \n" ); document.write( "; \n" ); document.write( "; \n" ); document.write( "Check solution on calc: \n" ); document.write( "Enter -16(5.2^2) + 432 = -.6 ~ 0 \n" ); document.write( " |