document.write( "Question 964462: A hovercraft takes off from a platform. Its height in meters, y, is dependent on the number of seconds after takeoff, x, and can be modeled with the function y=−3(x−3)^2+108
\n" );
document.write( "\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "How many seconds after takeoff will the hovercraft reach its maximum height?
\n" );
document.write( "....... seconds\r
\n" );
document.write( "\n" );
document.write( "What is the maximum height that the hovercraft will reach?\r
\n" );
document.write( "\n" );
document.write( "......... meters\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "How many seconds after takeoff will the hovercraft land on the ground? \r
\n" );
document.write( "\n" );
document.write( ".......... seconds\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "What is the height of the hovercraft at the time of takeoff?
\n" );
document.write( ".......... meters\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #589353 by rothauserc(4718) You can put this solution on YOUR website! y = −3(x−3)^2 +108 \n" ); document.write( "y = -3(x^2 -6x +9) +108 \n" ); document.write( "y = -3x^2 +18x -27 +108 \n" ); document.write( "y = -3x^2 +18x +81 \n" ); document.write( "Note This is a parabola that opens downward, therefore we want the coordinates of the vertex, \n" ); document.write( "x = -b/2a = -18 / 2(-3) = 3 \n" ); document.write( "now substitute x = 3 in the equation above \n" ); document.write( "y = -3(3^2) +18(3) +81 \n" ); document.write( "y = -27 +54 +81 \n" ); document.write( "y = 108 \n" ); document.write( "****************************** \n" ); document.write( "1) hovercraft reaches maximum height in 3 seconds \n" ); document.write( "****************************** \n" ); document.write( "2) maximum height is 108 meters \n" ); document.write( "******************************* \n" ); document.write( "3) -3x^2 +18x +81 = 0 \n" ); document.write( "(-3x-9)(x-9) = 0 \n" ); document.write( "-3x = 9 \n" ); document.write( "x = -3 and x = 9 \n" ); document.write( "we want the positive value for x \n" ); document.write( "The hovercraft will land on the ground in 9 seconds \n" ); document.write( "******************************** \n" ); document.write( "4) y = -3x^2 +18x +81 \n" ); document.write( "substitute x = 0 \n" ); document.write( "y = 81 \n" ); document.write( "The hovercraft is at a height of 81 meters at time 0 seconds \n" ); document.write( "******************************** \n" ); document.write( " |