document.write( "Question 651539: the height h(t) of a projectile measured from ground-level is given by
\n" );
document.write( " h(t) = -t^2+8t where t represents the elapsed time in seconds since it was launched \r
\n" );
document.write( "\n" );
document.write( "a) can the projectile hit a target located at a height of 20 cm?
\n" );
document.write( "b) at what instant does the projectile hit the ground?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #407708 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! the height h(t) of a projectile measured from ground-level is given by \n" ); document.write( " h(t) = -t^2+8t where t represents the elapsed time in seconds since it was launched \r \n" ); document.write( "\n" ); document.write( "a) can the projectile hit a target located at a height of 20 cm? \n" ); document.write( "the max height is at the vertex: \n" ); document.write( "time at vertex: \n" ); document.write( "t = -b/(2a) \n" ); document.write( "t = -8/(2(-1)) \n" ); document.write( "t = -8/(-2) \n" ); document.write( "t = 4 secs \n" ); document.write( ". \n" ); document.write( "height at vertex: \n" ); document.write( "h(4) = -4^2+8(4) \n" ); document.write( "h(4) = -16+32 \n" ); document.write( "h(4) = 32 \n" ); document.write( "since 32 is greater than 20, answer is yes \n" ); document.write( ". \n" ); document.write( "b) at what instant does the projectile hit the ground? \n" ); document.write( "set h(t) to zero and solve for t: \n" ); document.write( "h(t) = -t^2+8t \n" ); document.write( "0 = -t^2+8t \n" ); document.write( "0 = t(-t+8) \n" ); document.write( "t = {0, 8} \n" ); document.write( "answer: 8 seconds\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |