document.write( "Question 336792: If an object is propelled upward from ground level with an intial velocity of 64 ft. per sec, its height h in feet t seconds later is:
\n" );
document.write( "h=-16t^2 = 64t
\n" );
document.write( "(a) After how many seconds is the height 48 ft?
\n" );
document.write( "(b) The object reaches its maximum height 2 sec after it is propelled. What is this maximum height?
\n" );
document.write( "(c) After how many seconds does the object hit the ground?\r
\n" );
document.write( "\n" );
document.write( "I have read all of the examples that they give me in my math book, but i still have a hard time trying to understand these problems. \n" );
document.write( "
Algebra.Com's Answer #241414 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If an object is propelled upward from ground level with an intial velocity of 64 ft. per sec, its height h in feet t seconds later is: \n" ); document.write( "h=-16t^2 + 64t \n" ); document.write( "(a) After how many seconds is the height 48 ft? \n" ); document.write( "Let h=48 and solve for \"t\": \n" ); document.write( "-16t^2+64t-48 = 0 \n" ); document.write( "-16(t^2-4t+3) = 0 \n" ); document.write( "(t-3)(t-1) = - \n" ); document.write( "t= 1 sec or t = 3 sec \n" ); document.write( "--------- \n" ); document.write( "Ans: time = 1 sec on the way up and time = 3 sec on the way down. \n" ); document.write( "===================================================================== \n" ); document.write( "(b) The object reaches its maximum height 2 sec after it is propelled. What is this maximum height? \n" ); document.write( "f(x) = -16t^2+64t \n" ); document.write( "f(2) = -16(4)+64(2) = 64 ft. \n" ); document.write( "-------------------------------------- \n" ); document.write( "(c) After how many seconds does the object hit the ground? \n" ); document.write( "Let h = 0 and solve for \"t\": \n" ); document.write( "-16t^2+64t = 0 \n" ); document.write( "-16t(t-4) = 0 \n" ); document.write( "t = 0 or t = 4 seconds \n" ); document.write( "t = 0 seconds refers to the time at which the object is launched. \n" ); document.write( "t = 4 seconds refers to the time at which the object is back on the ground. \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |