document.write( "Question 965430: if f(x)=x and g(x)=x-5,find
\n" );
document.write( "a. (f+g)(x)
\n" );
document.write( "b. (f-g)(x)
\n" );
document.write( "c. (f x g)(x)
\n" );
document.write( "d. (f/g)(x) \n" );
document.write( "
Algebra.Com's Answer #590127 by t0hierry(194)![]() ![]() You can put this solution on YOUR website! a x + x - 5 \n" ); document.write( "b x - x + 5 \n" ); document.write( "c x(x-5) \n" ); document.write( "d x/(x-5) \n" ); document.write( " |