document.write( "Question 306986: The height h (in feet) of a kangaroo's jump can be modeled by h=-16t^2+18t where t is the time (in seconds) since the kangaroo jumped off of the ground. Find the zeros.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #219690 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Set h to zero and solve for t: \n" ); document.write( "h=-16t^2+18t \n" ); document.write( "0=-16t^2+18t \n" ); document.write( "0=-8t^2+9t \n" ); document.write( "0=t(-8t+9) \n" ); document.write( ". \n" ); document.write( "t = {0, 9/8) \n" ); document.write( "That is h (height)is zero at times: \n" ); document.write( "0 secs (at the beginning) \n" ); document.write( "and again at \n" ); document.write( "9/8 secs (or 1.125 secs) \n" ); document.write( " |