document.write( "Question 475493: How do you find (f - g)(x) for f(x) = x2 + 10x, and g(x) = - 5x + 3 ? \n" ); document.write( "
Algebra.Com's Answer #326058 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
f-g(x) is equivalent to f(x) - g(x)
\n" ); document.write( "if f(x) = x^2 + 10x and g(x) = -5x + 3 then:
\n" ); document.write( "f-g(x) = (x^2 + 10x) - (-5x + 3)
\n" ); document.write( "remove parentheses to get:
\n" ); document.write( "f-g(x) = x^2 + 10x + 5x - 3
\n" ); document.write( "combine like terms to get:
\n" ); document.write( "f-g(x) = x^2 + 15x = 3
\n" ); document.write( "here's a reference discussing operations on functions.
\n" ); document.write( "f-g(x) is part of that, as is:
\n" ); document.write( "f+g(x)
\n" ); document.write( "f*g(x)
\n" ); document.write( "f/g(x)
\n" ); document.write( "fog(x) which is otherwise shown as f(g(x))
\n" ); document.write( "in general, these are the rules:
\n" ); document.write( "f-g(x) = f(x) - g(x)
\n" ); document.write( "f+g(x) = f(x) + g(x)
\n" ); document.write( "f*g(x) = f(x) * g(x)
\n" ); document.write( "f/g(x) = f(x) / g(x)
\n" ); document.write( "fog(x) = f(g(x)) which means f of g of x.
\n" ); document.write( "I could go on but the reference says it all so check out the reference if you need more.
\n" ); document.write( "http://www.wtamu.edu/academic/anns/mps/math/mathlab/col_algebra/col_alg_tut30b_operations.htm\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );