document.write( "Question 1139602: The Gateway Arch in a city has the shape of a catenary (a U-shaped curve similar to a parabola). It can be approximated by the following model, where x and y are measured in feet.
\n" );
document.write( "y = -(3/1000)(x + 400)(x - 400). How high is the arch? \n" );
document.write( "
Algebra.Com's Answer #760089 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! y = -(3/1000)(x + 400)(x - 400). How high is the arch? \n" ); document.write( "-------- \n" ); document.write( "That is a parabola. \n" ); document.write( "y = (-3/1000)*(x^2 - 160000) \n" ); document.write( "With no x term, the vertex is at x = 0 \n" ); document.write( "y = (-3/1000)*(-160000) \n" ); document.write( "y = 480 feet \n" ); document.write( " \n" ); document.write( " |