document.write( "Question 1021629: Evaluate the function at the specified values of the indepent variable and simplify. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "f(x)=x^4-4x^2+4\r
\n" );
document.write( "\n" );
document.write( "a) f(2)=
\n" );
document.write( "b) f(5)=
\n" );
document.write( "c) f(-1)= \n" );
document.write( "
Algebra.Com's Answer #637374 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! You merely plug the given values into the function \n" ); document.write( "f(x)=x^4-4x^2+4 \n" ); document.write( "a) f(2)= 2^4 - 4(2^2) + 4 = 16 - 16 + 4 = 4 \n" ); document.write( "b) f(5)= 5^4 - 4(5^2) + 4 = 625 - 100 + 4 = 529 \n" ); document.write( "c) f(-1)= (-1)^4 - 4(-1)^2 + 4 = 1 - 4 + 4 = 1 \n" ); document.write( " |