document.write( "Question 703311: Can you answer this question (and try to show your steps, if possible). Thank you.\r
\n" );
document.write( "\n" );
document.write( "Given f(x) = 2x^2+8x-4 and g(x)=-5x+6, find (f-g)(x) \n" );
document.write( "
Algebra.Com's Answer #433425 by Nfrey78(18) ![]() You can put this solution on YOUR website! Can you answer this question (and try to show your steps, if possible). Thank you.\r \n" ); document.write( "\n" ); document.write( "Given f(x) = 2x^2+8x-4 and g(x)=-5x+6, find (f-g)(x)\r \n" ); document.write( "\n" ); document.write( "People get most confused with the notation. \n" ); document.write( "(f-g)(x) = f(x)-g(x) \n" ); document.write( "This notation just means we are subtracting the two functions to create a new function. \n" ); document.write( "(2x^2 + 8x - 4) - (-5x + 6) \n" ); document.write( "Since we are subtracting that second polynomial make sure to distribute the negative, i.e. flipping the signs in the second expression to get \n" ); document.write( "2x^2 + 8x - 4 + 5x - 6 \n" ); document.write( "Simplify by combining like terms \n" ); document.write( "2x^2 + 13x -10 \n" ); document.write( "So (f - g)(x) = 2x^2 + 13x -10 \n" ); document.write( " |