document.write( "Question 306548: A ball was thrown in the air and I have the formula \r
\n" );
document.write( "\n" );
document.write( "h(t)=-4.9t(squared)+31t+1\r
\n" );
document.write( "\n" );
document.write( "31 is the initial velocity and 1 (meter) is the initail height
\n" );
document.write( "i need to find the height after 1 second. i also need to find the time it is at ten feet.
\n" );
document.write( "Do i use the quadradic formula and put the numbers in? if so, where do i put them in? \n" );
document.write( "
Algebra.Com's Answer #219396 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A ball was thrown in the air and I have the formula \n" ); document.write( "h(t)=-4.9t^2 + 31t + 1 \n" ); document.write( ": \n" ); document.write( "find the height after 1 second. \n" ); document.write( "Replace t with 1 in the above equation \n" ); document.write( "h(t) = -4.9(1^2) + 31(1) + 1 \n" ); document.write( "h(t) = -4.9 + 31 + 1 \n" ); document.write( "h(t) = 27.1 m after 1 sec \n" ); document.write( ": \n" ); document.write( "find the time it is at ten feet, I'm going to assume you mean 10 meters here \n" ); document.write( "-4.9t^2 + 31t + 1 = h(t) \n" ); document.write( "replace h(t) with 10, find t \n" ); document.write( "-4.9t^2 + 31t + 1 = 10 \n" ); document.write( ": \n" ); document.write( "-4.9t^2 + 31t + 1 - 10 = 0 \n" ); document.write( ": \n" ); document.write( "-4.9t^2 + 31t - 9 = 0 \n" ); document.write( "Use the quadratic formula to find t \n" ); document.write( "a=-4.9; b=31; c=-9 \n" ); document.write( ": \n" ); document.write( "You should get two solutions, t=.3 sec and t=6.05 sec \n" ); document.write( " one time when it's at 10m on the way up and, another solution for 10m on the way down \n" ); document.write( " |