document.write( "Question 777194: A bullet is fired into the air with an intial upward velocity of 80ft per second from the top of a building 96ft high. The equation that gives the height of the bullet at any time t is h= 96+80t-16t^2 (<---thats 16 t squared) At what times will the bullet be 192 feet in the air? \n" ); document.write( "
Algebra.Com's Answer #473980 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A bullet is fired into the air with an intial upward velocity of 80ft per second from the top of a building 96ft high. The equation that gives the height of the bullet at any time t is h= 96+80t-16t^2 (<---thats 16 t squared) At what times will the bullet be 192 feet in the air? \n" ); document.write( "*** \n" ); document.write( "h= 96+80t-16t^2 \n" ); document.write( "-16t^2+80t+96=192 \n" ); document.write( "-16t^2+80t-96=0 \n" ); document.write( "-t^2+5t-6=0 \n" ); document.write( "(-t+3)(t-2)=0 \n" ); document.write( "t=2 \n" ); document.write( "or \n" ); document.write( "t=3 \n" ); document.write( "The bullet be 192 feet in the air: \n" ); document.write( "after 2 sec on the way up \n" ); document.write( "after 3 sec on the way down \n" ); document.write( " |