document.write( "Question 7496: An object is projected upward from the top of a tower. Its distance
\n" ); document.write( "in feet above the ground after t seconds is given by s(t)=-16t^2+64t+80. How many seconds will it take to reach ground
\n" ); document.write( "level?
\n" ); document.write( "

Algebra.Com's Answer #4140 by ichudov(507)\"\" \"About 
You can put this solution on YOUR website!
all you have to do is notice that when it hits the ground, its s(t) would be zero (zero height). \r
\n" ); document.write( "\n" ); document.write( "so you say \r
\n" ); document.write( "\n" ); document.write( "-16t^2+64t+80=0
\n" ); document.write( "\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
Solved by pluggable solver: SOLVE quadratic equation with variable
Quadratic equation \"at%5E2%2Bbt%2Bc=0\" (in our case \"-16t%5E2%2B64t%2B80+=+0\") has the following solutons:
\n" ); document.write( "
\n" ); document.write( " \"t%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca\"
\n" ); document.write( "
\n" ); document.write( " For these solutions to exist, the discriminant \"b%5E2-4ac\" should not be a negative number.
\n" ); document.write( "
\n" ); document.write( " First, we need to compute the discriminant \"b%5E2-4ac\": \"b%5E2-4ac=%2864%29%5E2-4%2A-16%2A80=9216\".
\n" ); document.write( "
\n" ); document.write( " Discriminant d=9216 is greater than zero. That means that there are two solutions: \"+x%5B12%5D+=+%28-64%2B-sqrt%28+9216+%29%29%2F2%5Ca\".
\n" ); document.write( "
\n" ); document.write( " \"t%5B1%5D+=+%28-%2864%29%2Bsqrt%28+9216+%29%29%2F2%5C-16+=+-1\"
\n" ); document.write( " \"t%5B2%5D+=+%28-%2864%29-sqrt%28+9216+%29%29%2F2%5C-16+=+5\"
\n" ); document.write( "
\n" ); document.write( " Quadratic expression \"-16t%5E2%2B64t%2B80\" can be factored:
\n" ); document.write( " \"-16t%5E2%2B64t%2B80+=+-16%28t--1%29%2A%28t-5%29\"
\n" ); document.write( " Again, the answer is: -1, 5.\n" ); document.write( "Here's your graph:
\n" ); document.write( "\"graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+-16%2Ax%5E2%2B64%2Ax%2B80+%29\"

\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "t=-1 is a wrong answer, so 5 is the right one.
\n" ); document.write( "
\n" );