document.write( "Question 136391: Tutor Can you help me in determining whether the function is even, odd or neither even or odd?\r
\n" );
document.write( "\n" );
document.write( "f(x)=x-|x| \n" );
document.write( "
Algebra.Com's Answer #99906 by Nate(3500) ![]() You can put this solution on YOUR website! f(-x) = f(x) is even \n" ); document.write( "f(-x) = -f(x) is odd \n" ); document.write( "~~~~~~~~~ \n" ); document.write( "f(x) = x - |x| \n" ); document.write( "f(-x) = -x - |x| \n" ); document.write( "and \n" ); document.write( "-f(x) = -x + |x| \n" ); document.write( "f(-x) does not equal f(x) \n" ); document.write( "f(-x) does not equal -f(x) \n" ); document.write( "Neither~ \n" ); document.write( " |