You can put this solution on YOUR website! Test whether the function is even, off or neither even nor odd:
f(x)=7x^3+4x-2
f(-x) = -7x^2 - 4x -2
-f(-x) = 7x^3 + 4x + 2
------
f(x) not equal to f(-x) so not even
--
f(x) not equal to -f(-x) so not odd
---
Ans: neither even nor odd
=================================
Cheers,
Stan H.