document.write( "Question 210072: determine whether the function f(x)=x+1 is odd,even,or neither \n" ); document.write( "
Algebra.Com's Answer #158940 by HyperBrain(694)![]() ![]() ![]() You can put this solution on YOUR website! f(x)=x+1 \n" ); document.write( "f(-x)=-x+1 \n" ); document.write( "Since f(x) and f(-x) are not equal then the function is not even. \n" ); document.write( "***it is a pitfall to say that if a function is not even, then it is odd and vice-versa. We shall see that this statement is not applicable here. \n" ); document.write( "-f(x)=-x-1 \n" ); document.write( "--- \n" ); document.write( "Since f(-x) and -f(x) are not equal then, the function is not odd. \n" ); document.write( ")_____ \n" ); document.write( "Therefore, the function is neither odd nor even \n" ); document.write( " |