document.write( "Question 438784: When a ball is thrown upward at a speed of 19m/s, its height s above the ground (in meters) after t seconds is given by the formula
\n" );
document.write( "s=19t-24.01t
\n" );
document.write( "find the height of the ball after 3 seconds\r
\n" );
document.write( "\n" );
document.write( "I just can't figure out how to solve
\n" );
document.write( "Kim \n" );
document.write( "
Algebra.Com's Answer #303352 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! When a ball is thrown upward at a speed of 19m/s, its height s above the ground (in meters) after t seconds is given by the formula \n" ); document.write( "s=19t-24.01t \n" ); document.write( "find the height of the ball after 3 seconds \n" ); document.write( "--------- \n" ); document.write( "Sub 3 for t \n" ); document.write( "s = 19*3 - 24.01*3 = -15.03 meters \n" ); document.write( "Doesn't seem right, does it? \n" ); document.write( "----------------- \n" ); document.write( "Acutally, the equation is \n" ); document.write( "s = 19t - 4.9t^2 \n" ); document.write( "at t=3 \n" ); document.write( "s = 19*3 - 4.9*9 \n" ); document.write( "s = 12.9 meters \n" ); document.write( " \n" ); document.write( " |