document.write( "Question 394062: A tunnel through a mountain takes the shape of a semi-ellipse. The tunnel is 100 feet wide and has a maximum height at its center of 30 feet. If the clearance height for vehicles needs to be a minimum of 16 feet, how much total width do they have available? \n" ); document.write( "
Algebra.Com's Answer #279887 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A tunnel through a mountain takes the shape of a semi-ellipse. The tunnel is 100 feet wide and has a maximum height at its center of 30 feet. If the clearance height for vehicles needs to be a minimum of 16 feet, how much total width do they have available?\r
\n" ); document.write( "\n" ); document.write( "Standard form of an ellipse:\r
\n" ); document.write( "\n" ); document.write( "x^2/a^2+y^2/b^2=1
\n" ); document.write( "assume the center of the ellipse is at (0,0)
\n" ); document.write( "a=50 (major axis)
\n" ); document.write( "b=30 (minor axis)\r
\n" ); document.write( "\n" ); document.write( "x^2/50^2+y^2/30^2=1
\n" ); document.write( "x^2/2500+y^2/900=1
\n" ); document.write( "900x^2+2500y^2=900*2500
\n" ); document.write( "900x^2=900*2500-2500y^2
\n" ); document.write( "x^2=2500-(2500/900)y^2
\n" ); document.write( "x^2=2500-(25/9)y^2
\n" ); document.write( "x=sqrt(2500-(25/9)y^2)\r
\n" ); document.write( "\n" ); document.write( "given: y=16 feet of minimum clearance required
\n" ); document.write( "x=sqrt(2500-(25/9)*16^2
\n" ); document.write( "=+ or- sqrt(1788.89)=+-42.30 feet
\n" ); document.write( "ans: total width required = 2*42.30 =84.6 feet (at this width the height of the tunnel is 16 feet)
\n" ); document.write( "
\n" );