Question 113994
Remember sine is the ratio of the opposite side over the hypotenuse (ie {{{sin(theta)=opposite/hypotenuse}}}). So think of 9 as the length of the opposite side and 13 as the length of the hypotenuse. Also, since the ratio is negative, the opposite side is negative (the hypotenuse is never negative). So we basically have this triangle set up:



{{{drawing(500,500,-0.5,2,-3,1,

line(0,0,0,-3),
line(0,-3,2,0),
line(2,0,0,0),
locate(-0.2,-1.5,-9),
locate(1,-0.2,x),
locate(1,-2,13)
)}}}


Since we can see that the triangle has legs of 9 and x with a hypotenuse of 13, 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




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



{{{8 1 +  x  ^ 2 = 1 6 9}}} Square each individual term




{{{ x  ^ 2 = 1 6 9 - 8 1}}} Subtract 81 from both sides



{{{ x  ^ 2 = 8 8}}} Combine like terms



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



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




Now let's find cos(theta)



cosine is defined as the adjacent (which is x) over the hypotenuse (which is 13)


So {{{cos(theta)=adjacent/hypotenuse=x/13=2*sqrt(22)/13}}}