document.write( "Question 551512: A 75-ft diagonal brace on a bridge connects a support of the center of the bridge to a side support on the bridge. The horizontal distance that it spans is 15 ft longer than the height that it reaches on the side of the bridge. Find the horizontal and vertical distances spanned by this brace. \n" ); document.write( "
Algebra.Com's Answer #359773 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let height be x ft
\n" ); document.write( "horizontal distance = x+5 ft\r
\n" ); document.write( "\n" ); document.write( "hypotenuse = 75\r
\n" ); document.write( "\n" ); document.write( "Pythagoras theorem states that
\n" ); document.write( "
\n" ); document.write( "Hypotenuse ^2= leg1^2+leg2^2
\n" ); document.write( "
\n" ); document.write( "Hypotenuse = 75 ft
\n" ); document.write( "leg1 = x ft
\n" ); document.write( "leg2 = x+5
\n" ); document.write( "
\n" ); document.write( "75^2=x^2+(x+5)^2
\n" ); document.write( "75^2=x^2+x^2+10x+25
\n" ); document.write( "2x^2+10x-5600=0
\n" ); document.write( "/2
\n" ); document.write( "x^2+5x-2800=0
\n" ); document.write( "Find the roots of the equation by quadratic formula
\n" ); document.write( " 20
\n" ); document.write( "a= 1 ,b= 5 ,c= -2800
\n" ); document.write( "
\n" ); document.write( "b^2-4ac= 25 + 11200
\n" ); document.write( "b^2-4ac= 11225
\n" ); document.write( "\"x=%28-b%2B-sqrt%28b%5E2-4ac%29%29%2F%282a%29\"
\n" ); document.write( "\"x1=%28-b%2Bsqrt%28b%5E2-4ac%29%29%2F%282a%29\"
\n" ); document.write( "\"x1=%28-12%2B21%29%2F%282%29\"
\n" ); document.write( "x1=( -5 + 105.95 )/2
\n" ); document.write( "x1= 50.47
\n" ); document.write( "x2=( -5 -105.95 ) / 2
\n" ); document.write( "x2= -55.47
\n" ); document.write( "height = 50.47
\n" ); document.write( "horizontal length = (50.47+5)=55.47 ft
\n" ); document.write( "
\n" ); document.write( "
\n" );