document.write( "Question 1012593: find a numerical value for cos(x) if the following equation is true: (1/ cot(x)) - (sec (x)/csc(x)) = cos (x) \n" ); document.write( "
Algebra.Com's Answer #628603 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From \n" ); document.write( "(1/ cot(x)) - (sec (x)/csc(x)) = cos (x) \n" ); document.write( "let's express everything in sines and cosines... \n" ); document.write( "(1/(cos/sin) - (1/cos / 1/sin) = cos \n" ); document.write( "sin(x)/cos(x) - sin(x)/cos(x) = cos x \n" ); document.write( "cos x = 0 \n" ); document.write( "x = 90 or 270 degrees or pi/2 or 3pi/2 radians \n" ); document.write( " |