document.write( "Question 570106: Marco throws a rock straight down from a point 1760 ft above ground, with an initial velocity of 17 ft/sec.
\n" );
document.write( "A. Find an equation that models the height of the rock T seconds after it is launched, and graph the equation.
\n" );
document.write( "B. What is the maximum height of the rock?
\n" );
document.write( "C. How many seconds until it reaches the ground? \n" );
document.write( "
Algebra.Com's Answer #367556 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Marco throws a rock straight down from a point 1760 ft above ground, with an initial velocity of 17 ft/sec. \n" ); document.write( "A. Find an equation that models the height of the rock T seconds after it is launched, and graph the equation. \n" ); document.write( "h(t) = -32t^2 + 17x + 1760 \n" ); document.write( ". \n" ); document.write( "B. What is the maximum height of the rock? \n" ); document.write( "max height is at the vertex \n" ); document.write( "t = -b/(2a) \n" ); document.write( "t = -17/(2*(-32)) = 0.265625 secs \n" ); document.write( "h(0.265625) = -32(0.265625)^2 + 17(0.265625) + 1760 \n" ); document.write( "h(0.265625) = 1762.26 feet \n" ); document.write( ". \n" ); document.write( "C. How many seconds until it reaches the ground? \n" ); document.write( "set h(t) to zero solve for t: \n" ); document.write( "h(t) = -32t^2 + 17x + 1760 \n" ); document.write( "0 = -32t^2 + 17x + 1760 \n" ); document.write( "applying quadratic equation yields: \n" ); document.write( "t = {-7.16, 7.69} \n" ); document.write( "throw out the negative solution leaving \n" ); document.write( "t = 7.69 secs \n" ); document.write( " \n" ); document.write( " |