document.write( "Question 1112843: If 0 < x < 90 and , compute log(sinx)+log(cosx)+log(tanx). \n" );
document.write( "
Algebra.Com's Answer #727871 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "log(sinx)+log(cosx)+log(tanx) = log(sinx*cosx*tanx) = log((sinx)^2) \n" ); document.write( "If the angle is in quadrant I and cosx = 3/sqrt(10), then sinx = 1/sqrt(10). \n" ); document.write( "Then log((sinx)^2) = log(1/10) = -1. \n" ); document.write( " |