Question 119178
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,x),
locate(1,-0.2,6),
locate(1,2,10)
)}}}

Since we can see that the triangle has legs of x and 6 with a hypotenuse of 10, we can use Pythagoreans theorem to find the unknown side.



Pythagoreans theorem:


{{{a^2+b^2=c^2}}} where a and b are the legs of the triangle and c is the hypotenuse




{{{x^2+6^2=10^2}}}  Plug in a=x, b=6, and c=10. Now lets solve for x



{{{ x  ^ 2 + 3 6 = 1 0 0}}} Square each individual term




{{{ x  ^ 2 = 1 0 0 - 3 6}}} Subtract 36 from both sides



{{{ x  ^ 2 = 6 4}}} Combine like terms



{{{s q r t (  x  ^ 2 ) = s q r t ( 6 4 )}}} Take the square root of both sides




{{{x=8}}} Simplify the square root





So our answer is

{{{x = 8}}}



So the ladder touches the 8 ft mark on the wall