document.write( "Question 940092: for the indicated functions f and g, find the
\n" );
document.write( "functions f + g, f - g, fg, and f|g, and find their domains.\r
\n" );
document.write( "\n" );
document.write( "f(x)= 4x; g(x)= x + 1
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #572929 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Note: domain of a Polynomial function is ALL real numbers. \n" ); document.write( "Ex: ax^3 + bx^2 + cx + d 0r ax^2 + b x + c, 0r ax + b etc \n" ); document.write( ".... \n" ); document.write( "f(x)= 4x; g(x)= x + 1 \n" ); document.write( "f + g, 5x + 1 (Polynomial), domain is ALL real numbers (−∞, ∞) \n" ); document.write( "f - g, 3x+ 1 (Polynomial), domain is ALL real numbers (−∞, ∞) \n" ); document.write( "fg, 4x^2 + 4x (Polynomial), domain is ALL real numbers (−∞, ∞) \n" ); document.write( "..... \n" ); document.write( "f/g, 4x/(x+1), domain is ALL real numbers EXCEPT x = -1 , (−∞, -1)∪ (−1, ∞) \n" ); document.write( "CANNOT Divide by Zero \n" ); document.write( " |