document.write( "Question 900242: Is the following function even, odd, or neither? f(x)=3x^8-4*|x|. \n" ); document.write( "
Algebra.Com's Answer #545841 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! if \n" ); document.write( "f(–x) = f(x) (even) \n" ); document.write( "or \n" ); document.write( "f(–x) = -f(x) (odd) \n" ); document.write( ". \n" ); document.write( "plug -x into f(x): \n" ); document.write( "f(-x)=3(-x)^8-4*|-x| \n" ); document.write( "f(-x)=3x^8-4*|x| \n" ); document.write( "since this looks exactly like f(x) the function is: \n" ); document.write( "EVEN \n" ); document.write( " |