Question 503327


We basically have this triangle set up:



{{{drawing(500,500,-0.5,2,-0.5,3.2,
line(0,0,0,3),
line(0,3,2,0),
line(2,0,0,0),
locate(-0.2,1.5,15),
locate(1,-0.2,15),
locate(1,2,x)
)}}}



To find the unknown length, we need to use the Pythagorean Theorem.



Remember, the Pythagorean Theorem is {{{a^2+b^2=c^2}}} where "a" and "b" are the legs of a triangle and "c" is the hypotenuse.



Since the legs are {{{15}}} and {{{15}}} this means that {{{a=15}}} and {{{b=15}}}


   

Also, since the hypotenuse is {{{x}}}, this means that {{{c=x}}}.



{{{a^2+b^2=c^2}}} Start with the Pythagorean theorem.



{{{15^2+15^2=x^2}}} Plug in {{{a=15}}}, {{{b=15}}}, {{{c=x}}} 



{{{225+15^2=x^2}}} Square {{{15}}} to get {{{225}}}.



{{{225+225=x^2}}} Square {{{15}}} to get {{{225}}}.



{{{450=x^2}}} Combine like terms.



{{{x^2=450}}} Rearrange the equation.



{{{x=sqrt(450)}}} Take the square root of both sides. Note: only the positive square root is considered (since a negative length doesn't make sense).



{{{x=15*sqrt(2)}}} Simplify the square root.



================================================================



Answer:



So the solution is {{{x=15*sqrt(2)}}} which approximates to {{{x=21.213}}}.