document.write( "Question 544904: Could someone please tell me if these functions are odd, even or neither?\r
\n" );
document.write( "\n" );
document.write( "a. y = 2x^2
\n" );
document.write( "b. y = 2(x + 1)^2
\n" );
document.write( "c. y = 5x^1/4
\n" );
document.write( "d. y = x^2 - 4\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I have a.even b. odd c. neither and d. even\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "thank you \n" );
document.write( "
Algebra.Com's Answer #359282 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Could someone please tell me if these functions are odd, even or neither? \n" ); document.write( "a. y = 2x^2 \n" ); document.write( "b. y = 2(x + 1)^2 \n" ); document.write( "c. y = 5x^1/4 \n" ); document.write( "d. y = x^2 - 4 \n" ); document.write( "** \n" ); document.write( "if f(-x)=f(x), function is even \n" ); document.write( "if f(-x)=-f(x), function is odd \n" ); document.write( ".. \n" ); document.write( "a. y = 2x^2 \n" ); document.write( "f(-x)=2x^2=f(x), therefore, function is even \n" ); document.write( ".. \n" ); document.write( "b. y = 2(x + 1)^2=2(x^2+2x+1) \n" ); document.write( "f(-x)= 2(-x+1)^2=2(x^2-2x+1) \n" ); document.write( "function neither odd or even \n" ); document.write( ".. \n" ); document.write( "c. y = 5x^1/4 \n" ); document.write( "f(-x)=5(-x)^1/4 \n" ); document.write( "function neither odd or even, can't take an even root(4) of a negative number(-x) \n" ); document.write( ".. \n" ); document.write( "d. y = x^2 - 4 \n" ); document.write( "f(-x)=(-x)^2-4=x^2-4=f(x), therefore, function is even \n" ); document.write( " |