document.write( "Question 775074: A man is standing over a beach and throws a rock up in the air from a height of 192ft. the initial velocity is 64 ft. per second. The rock height=h above the beach, in feet, after t seconds is given by the function\r
\n" );
document.write( "\n" );
document.write( " h(t)= -16t+64t+192
\n" );
document.write( "the -16t has an exponant of 2 but i could not figure out how to do it with my computer.
\n" );
document.write( "a) how high above the ground is the rock after 2 seconds?
\n" );
document.write( "b) How long will it take for the rock to raech the ground. o ft.?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #472638 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A man is standing over a beach and throws a rock up in the air from a height of 192ft. \n" ); document.write( " the initial velocity is 64 ft. per second. \n" ); document.write( " The rock height=h above the beach, in feet, after t seconds is given by the function \n" ); document.write( "h(t)= -16t^2 + 64t + 192; Use the \"^\", upper case 6 \n" ); document.write( ": \n" ); document.write( "a) how high above the ground is the rock after 2 seconds? \n" ); document.write( "Replace t with 2, solve for h(2) \n" ); document.write( "h(2) = -16(2^2) + 64(2) + 192 \n" ); document.write( "h(2) = -64 + 128 + 192 \n" ); document.write( "h(2) = 256ft \n" ); document.write( ": \n" ); document.write( "b) How long will it take for the rock to raech the ground. o ft.? \n" ); document.write( "The h= 0, so we have \n" ); document.write( "-16t^2 + 64t + 192 = 0 \n" ); document.write( "Simplify, divide by -16 \n" ); document.write( "t^2 - 4t - 12 = 0 \n" ); document.write( "factors to \n" ); document.write( "(t-6))(t+2) = 0 \n" ); document.write( "the positive solution is all we want here \n" ); document.write( "t = 6 sec to reach ground \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "YOu can confirm this by finding h(t) when t = 6 \n" ); document.write( " \n" ); document.write( " |