document.write( "Question 976482: Complete the following functions
\n" );
document.write( "F(x)=x-2, g(x)=x^2
\n" );
document.write( "Find (f+g)(x) and its domain
\n" );
document.write( "find fg(x) and its domain\r
\n" );
document.write( "\n" );
document.write( "find (F/g)(x) and its domain.
\n" );
document.write( "Can someone please show show a step by step instructions for at least one of them please. \n" );
document.write( "
Algebra.Com's Answer #598059 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! (f+g)x= \n" ); document.write( "x-2 +x^2 +2= x^2 +x domain is all reals.\r \n" ); document.write( "\n" ); document.write( "fg(x)= (x-2) (x^2)=x^3-2x^2 domain is all reals.\r \n" ); document.write( "\n" ); document.write( "(f/g) x= (x-2)/x^2, and that cannot be simplified. Domain is all reals. \n" ); document.write( " |