Question 434506: Please help me solve this problem. A parabolic arch has an equation of y= -300x^2 + 300x=0. Find the maximum height of the arch in feet. Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! Please help me solve this problem. A parabolic arch has an equation of y= -300x^2 + 300x=0. Find the maximum height of the arch in feet.
-------------
-300(x^2 - x) = 0
x^2 - x = 0
Complete the square
(x^2 - x + 0.25) = 0.25
(x - 0.5)^2 = 0.25
Line of symmetry is x = 0.5
Vertex is (0.5,f(0.5))
f(0.5) = -300*0.25 + 300*0.5 = 75