document.write( "Question 72864This question is from textbook 
\n" );
document.write( ":  I need to evaluate the six trigonometric functions of the angle 0.  The lengths of the sides are 9 and 25.  Please help me solve this problem.   \n" );
document.write( "
| Algebra.Com's Answer #52091 by stanbon(75887)      You can put this solution on YOUR website! The side opposite theta is 9 \n" ); document.write( "adjacent side is 25 \n" ); document.write( "Using Pythagoras you can find the hypotenuse = sqrt(9^2+25^2)=26.57 \n" ); document.write( "====== \n" ); document.write( "sin(theta)=opp/hyp = 9/26.57 \n" ); document.write( "cos(theta)=adj/hyp = 25/26.57 \n" ); document.write( "tan(theta)=opp/adj = 9/25 \n" ); document.write( "-------- \n" ); document.write( "csc(theta) = hyp/opp = 26.57/9 \n" ); document.write( "sec(theta) = hyp/adj =26.57/25 \n" ); document.write( "ctn(theta) = adj/opp = 25/9 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |