document.write( "Question 285567: The height h (in feet) of a rocket as a function of the time t (in seconds) of flight is given by the following equation. Determine the times t when the rocket is on the ground.\r
\n" ); document.write( "\n" ); document.write( " h=50+280t-16t(squared)
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #206982 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
When \"t+=+0\", the rocket is still on the ground, and
\n" ); document.write( "\"h+=+50\" (height of rocket?)
\n" ); document.write( "The rocket is also on the ground when it comes
\n" ); document.write( "back down at \"h+=+0\", so
\n" ); document.write( "\"-16t%5E2+%2B+280t+%2B+50+=+0\"
\n" ); document.write( "Using quadratic equation:
\n" ); document.write( "\"t+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+\"
\n" ); document.write( "\"a+=+-16\"
\n" ); document.write( "\"b+=+280\"
\n" ); document.write( "\"c+=+50\"
\n" ); document.write( "\"t+=+%28-280+%2B-+sqrt%28+280%5E2-4%2A%28-16%29%2A50+%29%29%2F%282%2A%28-16%29%29+\"
\n" ); document.write( "\"t+=+%28-280+%2B-+sqrt%28+78400+%2B+64%2A50+%29%29%2F%28-32%29%29+\"
\n" ); document.write( "\"t+=+%28-280+%2B-+sqrt%28+78400+%2B+3200+%29%29%2F%28-32%29%29+\"
\n" ); document.write( "\"t+=+%28-280+%2B-+sqrt%28+81600+%29%29%2F%28-32%29%29+\"
\n" ); document.write( "\"t+=+%28-280+%2B-+285.657%29%2F%28-32%29%29+\"
\n" ); document.write( "The (+) square root gives me negative \"t\",
\n" ); document.write( " so I can't use it
\n" ); document.write( "\"t+=+%28-565.657%29%2F%28-32%29%29+\"
\n" ); document.write( "\"t+=+17.677\" sec
\n" ); document.write( "The rocket comes back to the ground in 17.677sec
\n" ); document.write( "Here's a plot of \"h\" vs \"t\" also:
\n" ); document.write( "\"+graph%28+500%2C+500%2C+-5%2C+22%2C+-50%2C+1300%2C+-16x%5E2+%2B+280x+%2B+50%29+\"
\n" ); document.write( "
\n" ); document.write( "
\n" );