document.write( "Question 316746: h= -16t2 +80t + 50
\n" );
document.write( "Use this position polynomial to calculate the following: \r
\n" );
document.write( "\n" );
document.write( "The height of the object after 2 seconds
\n" );
document.write( "The height of the object after 5 seconds
\n" );
document.write( "The maximum height of the object
\n" );
document.write( "How long the the object will take to reach the ground? \n" );
document.write( "
Algebra.Com's Answer #226869 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! h= -16t^2 +80t + 50 \n" ); document.write( "; \n" ); document.write( "Use this position polynomial to calculate the following: \n" ); document.write( ": \n" ); document.write( "The height of the object after 2 seconds \n" ); document.write( "h = -16(2^2) + 80(2) + 50 \n" ); document.write( "h = -16(4) + 160 + 50 \n" ); document.write( "h = -64 + 160 + 50 \n" ); document.write( "h = 146 ft \n" ); document.write( "; \n" ); document.write( "The height of the object after 5 seconds \n" ); document.write( "Do the same as above, using t=5 \n" ); document.write( ": \n" ); document.write( "The maximum height of the object \n" ); document.write( "Find the axis of symmetry; x = -b/(2a) \n" ); document.write( "in this equation x=t; a=-16: b=80; \n" ); document.write( "t = \n" ); document.write( "t = \n" ); document.write( "t = 2.5 sec; the max height will occur in 2.5 sec \n" ); document.write( "Substitute 2.5 for t to find the max height \n" ); document.write( "h = -16(2.5^2) + 80(2.5) + 50 \n" ); document.write( "h = -16(6.25) + 200 + 50 \n" ); document.write( "h = -100 + 200 + 50 \n" ); document.write( "h = 150 ft is max height \n" ); document.write( ": \n" ); document.write( "How long the the object will take to reach the ground? \n" ); document.write( "when it strikes the ground, h=0, write the equation \n" ); document.write( "-16t^2 + 80t + 50 = 0; solve for t using the quadratic formula \n" ); document.write( "a=-16, b=80, c=50 \n" ); document.write( " \n" ); document.write( "I'll let you do the math here, the positive solution ~ 5.5 sec \n" ); document.write( " |