document.write( "Question 149426: A pine cone falls from the top of a 64-foot pine tree. How long will it take (in seconds) for the pine cone to reach the ground?
\n" );
document.write( "Use the equation h = -16t^2 + 64 where h is the height (in feet) above the ground t seconds after it falls from the tree. \n" );
document.write( "
Algebra.Com's Answer #109641 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A pine cone falls from the top of a 64-foot pine tree. How long will it take (in seconds) for the pine cone to reach the ground? \n" ); document.write( "Use the equation h = -16t^2 + 64 where h is the height (in feet) above the ground t seconds after it falls from the tree. \n" ); document.write( "-------------------------- \n" ); document.write( "h = -16t^2 + 64 = 0 (0 when it hits the ground) \n" ); document.write( "16t^2 = 64 \n" ); document.write( "t^2 = 4 \n" ); document.write( "t = 2 seconds \n" ); document.write( " |