document.write( "Question 1125995: A rock is thrown upward from a bridge that is 95 feet above a road. The rock reaches its maximum height above the road 0.87 seconds after it is thrown and contacts the road 3.36 seconds after it was thrown.\r
\n" );
document.write( "\n" );
document.write( "Write a function f that determines the rock's height above the road (in feet) in terms of the number of seconds t since the rock was thrown.\r
\n" );
document.write( "\n" );
document.write( "-f(t)= \n" );
document.write( "
Algebra.Com's Answer #742331 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! With motion problems, the leading coefficient is -16 in English system of units \n" ); document.write( "-16x^2+zx+95 \n" ); document.write( "the maximum height occurs at 0.87 seconds, so -b/2a is maximum height time \n" ); document.write( "or -z/32=0.87, and z=27.84\r \n" ); document.write( "\n" ); document.write( "Look at the function of -16x^2+27.84x+95 \n" ); document.write( "maximum height is 107.1 feet\r \n" ); document.write( "\n" ); document.write( "It takes 2.59 seconds to fall 107.1 feet. That makes it 3.46 seconds before it hits. \n" ); document.write( " |