You can put this solution on YOUR website! Determine whether the function f(x)=2x^4-x^2 is even, odd, or neither.
-------
f(x) = 2x^4 - x^2
---
f(-x) = 2(-x)^4 - (-x)^2 = 2x^4 - x^2
----
Since f(x) = f(-x) f is an even function.
============================================
Cheers,
Stan H.
==============