document.write( "Question 334167: If a right triangle has a hypotenuse with length 15cm. If one of the acute angles of the triangle is 25degrees, find the length of the two shorter sides of the triangle correct to the nearest tenth of a centimeter. \n" ); document.write( "
Algebra.Com's Answer #239455 by jrfrunner(365)\"\" \"About 
You can put this solution on YOUR website!
if you have a right triangle and one of the acute angles is 25 degrees
\n" ); document.write( "then use trig functions to find the other legs.\r
\n" ); document.write( "\n" ); document.write( "--
\n" ); document.write( "Sin(25) = Opposite leg/hypotenuse, and cos(25)=adjacent leg/hypotenuse
\n" ); document.write( "--
\n" ); document.write( "So......
\n" ); document.write( "Opposite leg = hypotenuse*Sin(25) and adjacent leg = hypotenuse*cos(25)
\n" ); document.write( "--
\n" ); document.write( "opposite leg = 15*sin(25) = 15*(0.4226)=6.3;
\n" ); document.write( "adjacent leg = 15*cos(25) =15*(0.906)=13.6\r
\n" ); document.write( "\n" ); document.write( "===\r
\n" ); document.write( "\n" ); document.write( "check
\n" ); document.write( "in a right triangle, leg1^2+leg2^2=hypotenuse^2
\n" ); document.write( "6.3^2+13.6^2 = 39.7+185.0=224.7; 15^2=225 so it checks out
\n" ); document.write( "
\n" );