document.write( "Question 194477: If an object is given an initial velocity of v0 feet per second from a height of s0 feet, then its height as a function of time is\r
\n" ); document.write( "\n" ); document.write( "h(t) = -16t^2 + v0t + s0\r
\n" ); document.write( "\n" ); document.write( "A potato gun is capable of launching a spud with an initial velocity of 80 feet per second. If the tater takes off from an elevation of 100 feet, how many seconds into its flight will it be at an elevation of 115 feet.
\n" ); document.write( "

Algebra.Com's Answer #145923 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
h(t) = -16t^2 + v0t + s0
\n" ); document.write( "A potato gun is capable of launching a spud with an initial velocity of 80 feet per second. If the tater takes off from an elevation of 100 feet, how many seconds into its flight will it be at an elevation of 115 feet.
\n" ); document.write( "-----------------------------
\n" ); document.write( "h(t) = -16t^2 + 80t + 100
\n" ); document.write( "At 115 feet:
\n" ); document.write( "115 = -16t^2 + 80t + 100
\n" ); document.write( "16t^2 - 80t + 15 = 0
\n" ); document.write( "t = (10 ± sqrt(85))/4 seconds
\n" ); document.write( "One solution for t is on its way up, the other is on its way down.
\n" ); document.write( "t = ~ 0.19511 seconds going up
\n" ); document.write( "t = ~ 4.80489 seconds going down
\n" ); document.write( "
\n" ); document.write( "
\n" );