document.write( "Question 468712: A flare is fired directly upward into the air from a boat that is experiencing engine problems. The height of the flare (in feet) above the water, t seconds after being fired, is given by the formula h = -16t2 + 160t + 6. If the flare is designed to explode when it reaches its highest point, at what height will this occur?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #321585 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Its highest point is midway through its' flight, which is given by: \n" ); document.write( "1/2(-16t2+160t)=0 \n" ); document.write( "-8t2+80t=0 \n" ); document.write( "80t=8t2 \n" ); document.write( "10t=t2 \n" ); document.write( "t=10 \n" ); document.write( "The highest point is reached after 10 seconds.. \n" ); document.write( " |