document.write( "Question 1012689: 3.3\r
\n" );
document.write( "\n" );
document.write( "Evaluate the function f(x)=x^2 +6x+5 at the given values of the independent variable and simplify.\r
\n" );
document.write( "\n" );
document.write( "a. f(9)= \r
\n" );
document.write( "\n" );
document.write( "b. f(x+5)=\r
\n" );
document.write( "\n" );
document.write( "c. f(-x)= \n" );
document.write( "
Algebra.Com's Answer #628693 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! For f(x) = x^2 + 6x + 5, we merely substitute the other values for x and evaluate, so that \n" ); document.write( "f(9) = 9^2 + 6(9) + 5 = 81 + 54 + 5 = 140 \n" ); document.write( "f(x+5) = (x+5)^2 + 6(x+5) + 5 = x^2 + 10x + 25 + 6x + 30 + 5 = x^2 + 16x + 60 \n" ); document.write( "f(-x) = (-x)^2 + 6(-x) + 5 = x^2 - 6x + 5 \n" ); document.write( " |