document.write( "Question 1055156: The model y = -x^2 + 2x + 27 describes the height (y, in meters) of a diver (after x seconds) who jumps from a cliff that is 27 meters above the water. Will the diver ever reach a height of 29 meters? What is the maximum height the diver reached at 1 second? \n" ); document.write( "
Algebra.Com's Answer #670349 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! f(x)= -x^2 + 2x + 27 \n" ); document.write( "x = (-b/(2a) max point of the parabola \n" ); document.write( "x = 1, time of maximum height \n" ); document.write( "f(1) = 28m, maximum height \n" ); document.write( "Will the diver ever reach a height of 29 meters? NO \n" ); document.write( " |