document.write( "Question 1155243: given the function f(x)=-3x^2+5x
\n" );
document.write( "find F(-x) \n" );
document.write( "
Algebra.Com's Answer #777794 by Theo(13342)![]() ![]() You can put this solution on YOUR website! to find f(-x) given f(x) = -3x^2 + 5x, you replace x with -x. \n" ); document.write( "f(-x) would be equal to -3 * (-x)^2 + 5 * (-x) which becomes: \n" ); document.write( "f(-x) = -3x^2 - 5x \n" ); document.write( "the x^2 term windes up being the same because (-x)^2 = x^2 \n" ); document.write( " \n" ); document.write( " |