document.write( "Question 1167161: A bowling ball is thrown straight up with an initial velocity of 32 ft/sec from a height of 4 feet.
\n" );
document.write( "a. Write a function that gives the height, h (in feet), of the bowling ball after t seconds.
\n" );
document.write( "b. Find the height of the bowling ball after 1 second.
\n" );
document.write( "c. How long does it take the bowling ball to fall back to 7 feet? (round off to the nearest thousandths) \n" );
document.write( "
Algebra.Com's Answer #791757 by Boreal(15235) You can put this solution on YOUR website! h(t)=-16t^2+32t+4\r \n" ); document.write( "\n" ); document.write( "h(1)=-16+32+4=20 ft.\r \n" ); document.write( "\n" ); document.write( "7=-16t^2+32t+4 \n" ); document.write( "so 16t^2-32t+3=0 \n" ); document.write( "t=(1/32)(+32+/- sqrt (1024-192)); sqrt of 832=28.844 \n" ); document.write( "t=60.844/32=1.90125 sec going down, the answer or 1.901 sec. [3.16/32 or 0.0988 sec to be at 7 feet going up.]\r \n" ); document.write( "\n" ); document.write( " |