document.write( "Question 1203081: If a ball is thrown upward from the top of a building 30m high with an initial velocity of 10m/s, then the height (h) above ground t seconds later will be
\n" );
document.write( "h = 30 + 10t - 5t^2\r
\n" );
document.write( "\n" );
document.write( "During what time interval will the ball be at least 15m above the ground? \n" );
document.write( "
Algebra.Com's Answer #838339 by Theo(13342) You can put this solution on YOUR website! set the equation equal to 15 to get: \n" ); document.write( "30 + 10t - 5t^2 = 15 \n" ); document.write( "subtract 15 from both sides of the equation to get: \n" ); document.write( "15 + 10t - 5t^2 = 0 \n" ); document.write( "rearrange the equation in descending order of degree to get: \n" ); document.write( "-5t^2 + 10t + 15 = 0 \n" ); document.write( "multiply both sides of the equation by -1 to get: \n" ); document.write( "5t^2 - 10t - 15 = 0 \n" ); document.write( "divide both sides of the equation by 5 to get: \n" ); document.write( "t^2 - 2t - 3 = 0 \n" ); document.write( "factor the equation to get: \n" ); document.write( "(t-3) * (t+1) = 0 \n" ); document.write( "solve for t to get: \n" ); document.write( "t = 3 or t = -1 \n" ); document.write( "t has to be positive so t = 3. \n" ); document.write( "when t = 3, -5t^2 + 10t + 15 becomes -45 + 30 + 15 whih becomes 0, as it should. \n" ); document.write( "go back to the original equqtion of h = 30 + 10t - 5t^2 and replace t with 3 to get: \n" ); document.write( "h = 30 + 30 - 45 = 15. \n" ); document.write( "that's the height when t = 3. \n" ); document.write( "that's your solution. \n" ); document.write( "here's a graph of the result.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in the graph, y takes the place of h and x takes the place of t.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the value of h will be at least 15 feet above the ground from t = 0 to t = 3. \n" ); document.write( "in the graph, that's from x = 0 to x = 3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "while the graph does show negaive values of t, that is not part of the domain since t has to be greater than or equal to 0 (time is not negative).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to see that clearer, just draw a horizontal line at y = 15 on the graph. \n" ); document.write( " \n" ); document.write( " |