document.write( "Question 1170522: The cable of suspension bridge hangs in the shape of a parabola. The towers supporting the cable are 400ft apart and 150ft high. If the cable, at its lowest, is 30ft above the bridge at its midpoint, how high is the cable 50ft away (horizontally) from either tower? \n" ); document.write( "
Algebra.Com's Answer #851158 by CPhill(1959)\"\" \"About 
You can put this solution on YOUR website!
Let's break down this problem step by step.\r
\n" ); document.write( "\n" ); document.write( "**1. Set up a Coordinate System**\r
\n" ); document.write( "\n" ); document.write( "* Place the vertex of the parabola (the lowest point of the cable) at the origin (0, 30).
\n" ); document.write( "* The towers are 400 feet apart, so they are located at (-200, 150) and (200, 150).\r
\n" ); document.write( "\n" ); document.write( "**2. Find the Equation of the Parabola**\r
\n" ); document.write( "\n" ); document.write( "* The general equation of a parabola with a vertical axis of symmetry and vertex (h, k) is:
\n" ); document.write( " (x - h)^2 = 4p(y - k)
\n" ); document.write( "* In our case, the vertex is (0, 30), so the equation becomes:
\n" ); document.write( " x^2 = 4p(y - 30)\r
\n" ); document.write( "\n" ); document.write( "* We know the towers are at (200, 150). Plug these coordinates into the equation to find 'p':
\n" ); document.write( " (200)^2 = 4p(150 - 30)
\n" ); document.write( " 40000 = 4p(120)
\n" ); document.write( " 40000 = 480p
\n" ); document.write( " p = 40000 / 480 = 83.333... = 250/3\r
\n" ); document.write( "\n" ); document.write( "* Now, plug 'p' back into the equation:
\n" ); document.write( " x^2 = 4(250/3)(y - 30)
\n" ); document.write( " x^2 = (1000/3)(y - 30)\r
\n" ); document.write( "\n" ); document.write( "**3. Find the Height 50 Feet from a Tower**\r
\n" ); document.write( "\n" ); document.write( "* We want to find the height of the cable 50 feet horizontally from either tower. Since the towers are at x = ±200, we're looking for the height at x = 200 - 50 = 150 and x = -200 + 50 = -150. Due to symmetry, the height will be the same.
\n" ); document.write( "* Plug x = 150 (or x = -150) into the parabola equation:
\n" ); document.write( " (150)^2 = (1000/3)(y - 30)
\n" ); document.write( " 22500 = (1000/3)(y - 30)
\n" ); document.write( " 22500 * (3/1000) = y - 30
\n" ); document.write( " 67.5 = y - 30
\n" ); document.write( " y = 67.5 + 30
\n" ); document.write( " y = 97.5\r
\n" ); document.write( "\n" ); document.write( "**4. Answer**\r
\n" ); document.write( "\n" ); document.write( "* The cable is 97.5 feet high 50 feet away (horizontally) from either tower.\r
\n" ); document.write( "\n" ); document.write( "**Final Answer:** 97.5 feet
\n" ); document.write( "
\n" ); document.write( "
\n" );