document.write( "Question 270165: Test whether the function is even, off or neither even nor odd:\r
\n" );
document.write( "\n" );
document.write( "f(x)=7x^3+4x-2 \n" );
document.write( "
Algebra.Com's Answer #197945 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Test whether the function is even, off or neither even nor odd: \n" ); document.write( "f(x)=7x^3+4x-2 \n" ); document.write( "f(-x) = -7x^2 - 4x -2 \n" ); document.write( "-f(-x) = 7x^3 + 4x + 2 \n" ); document.write( "------ \n" ); document.write( "f(x) not equal to f(-x) so not even \n" ); document.write( "-- \n" ); document.write( "f(x) not equal to -f(-x) so not odd \n" ); document.write( "--- \n" ); document.write( "Ans: neither even nor odd \n" ); document.write( "================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |