document.write( "Question 526686: Determine whether the function is even, odd, or neither.
\n" );
document.write( "f(x) = sin x + cos x \n" );
document.write( "
Algebra.Com's Answer #348648 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Determine whether the function is even, odd, or neither. \n" ); document.write( "f(x) = sin x + cos x \n" ); document.write( "** \n" ); document.write( "A function is odd if f(-x)=-f(x) \n" ); document.write( "A function is odd if f(-x)=f(x) \n" ); document.write( ".. \n" ); document.write( "f(x) = sin x + cos x \n" ); document.write( "f(-x)=sin(-x)+cos(-x)=-sin(x)+cos(x) \n" ); document.write( "function is neither odd or even \n" ); document.write( " |