document.write( "Question 233979: I'd appreciate any help with this, I'm completely stuck!\r
\n" );
document.write( "\n" );
document.write( "An object's altitude, in meters, is given by the polynomial h + vt - 9.8t2, where h is the height in meters from which the launch occurs, v is the initial upward speed in meters per second, and t is the number of seconds for which the rocket is airborne. A pebble is shot upward from the top of a building 150 meters tall. If the initial speed is 35 meters per second, how high above the ground will the pebble be after 3 seconds? Round results to the nearest tenth of a meter. \n" );
document.write( "
Algebra.Com's Answer #172597 by scott8148(6628) You can put this solution on YOUR website! \"h is the height in meters from which the launch occurs\" \n" ); document.write( "___ \"the top of a building 150 meters tall\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"v is the initial upward speed in meters per second\" \n" ); document.write( "___ \"initial speed is 35 meters per second\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"t is the number of seconds for which the OBJECT is airborne\" \n" ); document.write( "___ \"how high above the ground will the pebble be after 3 seconds\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "height = 150 + 35(3) - 9.8(3^2) \n" ); document.write( " |