document.write( "Question 675196: I need help simplifying the given expression\r
\n" );
document.write( "\n" );
document.write( "cos(5)cos(4) + sin(5)sin(4) \n" );
document.write( "
Algebra.Com's Answer #419618 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! cos(5)cos(4) + sin(5)sin(4) \n" ); document.write( "cos(A-B) = cos(A)cos(B) + sin(A)sin(B) \n" ); document.write( "Your expression matches the pattern of the right side of cos(A-B), with the \"A\" being 5 and the \"B\" being 4. So, according to the formula, your expression must be equal to the left side (with the \"A\" being 5 and the \"B\" being 4): \n" ); document.write( "cos(5-4) \n" ); document.write( "which simplifies to: \n" ); document.write( "cos(1) \n" ); document.write( " |