document.write( "Question 864335: A firecracker is fired straight up into the air out of a window of a building. Its height, in feet, is given by h = -16 t^2 + 88 t + 230, where t is the time, in seconds, the fircracker has been in the air. \r
\n" );
document.write( "\n" );
document.write( "When does it reaches a height of 350 feet? \n" );
document.write( "
Algebra.Com's Answer #520926 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Given; \n" ); document.write( "(1) h = -16t^2 + 88t +230 and we want to know the t when h = 350. So let h = 350 and get \n" ); document.write( "(2) 350 = -16t^2 + 88t +230 or \n" ); document.write( "(3) -16t^2 + 88t +230 - 350 = 0 or \n" ); document.write( "(4) -16t^2 + 88t - 120 = 0 or \n" ); document.write( "(5) -2t^2 + 11t - 15 = 0 \n" ); document.write( "Now use the quadratic solution formula to get \n" ); document.write( "(6) t = (11 +- 1)/4 or \n" ); document.write( "(7) t = {3,2.5} \n" ); document.write( "Let t = 3 in (1) to check the answer. \n" ); document.write( "Is (350 = -16*3^2 + 88*3 + 230)? \n" ); document.write( "Is (350 = -16*9 + 264 + 230)? \n" ); document.write( "Is (350 = 494 - 144)? \n" ); document.write( "Is (350 = 350)? Yes \n" ); document.write( "Answer: The firecracker reaches 350 ft at t = 2.5 seconds and 3 seconds. Note it reaches a peak of 351 ft at 2.75 seconds (half way between 2.5 and 3). \n" ); document.write( " \n" ); document.write( " |