document.write( "Question 930432: Please help me solve this: A penny is thrown up in the air from a building. Its height in feet after x seconds is given by:
\n" );
document.write( "a) when does it reach it's max height?
\n" );
document.write( "b) what is its max height?
\n" );
document.write( "c) when does it hit the ground?\r
\n" );
document.write( "\n" );
document.write( "For (c) I started to solve it with the quadratic formula but wasn't getting a sensible answer. I'm not sure how to set up the other two.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #565006 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A penny is thrown up in the air from a building. Its height in feet after x seconds is given by: \n" ); document.write( "a) when does it reach it's [sic] max height? \n" ); document.write( "It's the vertex of the parabola, at x = -b/2a \n" ); document.write( "x = -24/-32 seconds = 3/4 seconds \n" ); document.write( "-------------------------------- \n" ); document.write( "b) what is its max height? \n" ); document.write( "h(x) = -16*(3/4)^2 + 24*(3/4) + 75 \n" ); document.write( "= -9 + 18 + 75 \n" ); document.write( "= 84 ft \n" ); document.write( "------------------------- \n" ); document.write( "c) when does it hit the ground? \n" ); document.write( " \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Ignore the negative solution. \n" ); document.write( "x =~ 3.041 seconds\r \n" ); document.write( "\n" ); document.write( "For (c) I started to solve it with the quadratic formula but wasn't getting a sensible answer. I'm not sure how to set up the other two. \n" ); document.write( " \n" ); document.write( " |