document.write( "Question 747488: I'm stumped on this problem solving a system of equations with unknowns:
\n" ); document.write( "A bridge across a river is built in the shape of a circular arc. The middle of the bridge is ten meters above the water, and twenty-seven meters from shore, the bridge is nine meters above the water. How wide is the river?\r
\n" ); document.write( "\n" ); document.write( "I've constructed the drawing with the center of the bridge passing thru the y-axis. Here's the equations for the 4 points on the circle:\r
\n" ); document.write( "\n" ); document.write( "(1) (-h)^2 + (10-k)^2 = r^2
\n" ); document.write( "(2) (w/2 - h)^2 + (-k)^2 = r^2
\n" ); document.write( "(3) (-w/2 - h)^2 + (-k)^2 = r^2
\n" ); document.write( "(4) (w/2-27-h)^2 + (9-k)^2 = r^2\r
\n" ); document.write( "\n" ); document.write( "Equation (1) h^2 + (10-k)^2 = r^2, since h=0, reduces to (10-k)^2 = r^2, or 10-k = r
\n" ); document.write( "Equations (2) and (3) reduce to (w/2)^2 + k^2 = r^2, again since h=0
\n" ); document.write( "Equation (4) reduces to (w/2-27)^2 + (9-k)^2 = r^2, again since h=0\r
\n" ); document.write( "\n" ); document.write( "I can't seem to solve this system of equations, I've multiplied these out several times and tried to group or eliminate common factors, but I'm missing something. Can someone show me the steps?\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #454968 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
The problem states\r
\n" ); document.write( "\n" ); document.write( "A bridge across a river is built in the shape of a circular arc. The middle of the bridge is ten meters above the water, and twenty-seven meters from shore, the bridge is nine meters above the water. How wide is the river? \r
\n" ); document.write( "\n" ); document.write( "The following web reference shows us the type of bridge we are dealing with:\r
\n" ); document.write( "\n" ); document.write( "http://en.wikipedia.org/wiki/File:MainStPano.jpg\r
\n" ); document.write( "\n" ); document.write( "looks like the river is 2*27 or 54 meters wide
\n" ); document.write( "
\n" );