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 #145924 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Simply plug in the given information into: \n" ); document.write( "h(t) = -16t^2 + v0t + s0 \n" ); document.write( ". \n" ); document.write( "h(t) = -16t^2 + v0t + s0 \n" ); document.write( "115 = -16t^2 + 80t + 100 \n" ); document.write( "Moving all terms to the left: \n" ); document.write( "16t^2 - 80t + 15 = 0 \n" ); document.write( "Solving the above using the quadratic equation yields: \n" ); document.write( "x = {4.805, 0.195} \n" ); document.write( ". \n" ); document.write( "The tater is at 115 ft at 0.195 secs and again at 4.805 secs after flight. \n" ); document.write( ". \n" ); document.write( "Details of quadratic follows: \n" ); document.write( "
|