document.write( "Question 404328: Given the function f(x)= 3x^2+8x-6. Calculate the following values: \r
\n" );
document.write( "\n" );
document.write( "f(x+1) and f(-x) \n" );
document.write( "
Algebra.Com's Answer #285838 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Given the function f(x)= 3x^2+8x-6. Calculate the following values: \n" ); document.write( "f(x+1) and f(-x) \n" ); document.write( ": \n" ); document.write( "f(x+1) = 3(x+1)^2 + 8(x+1) + 6 \n" ); document.write( "f(x+1) = 3(x^2+2x+1) + 8x + 8 + 6 \n" ); document.write( "f(x+1) = 3x^2 + 6x + 3 + 8x + 14 \n" ); document.write( "f(x+1) = 3x^2 + 14x + 17 \n" ); document.write( ": \n" ); document.write( "f(-x) = 3(-x)^2 + 8(-x) + 6 \n" ); document.write( "f(-x) = 3x^2 - 8x + 6 \n" ); document.write( " |