document.write( "Question 696409:  f(x)=x-4;g(x)=5x^2
\n" );
document.write( "(f+g)(5)=126\r
\n" );
document.write( "\n" );
document.write( "What step do i take next to find the domain?? \n" );
document.write( "
| Algebra.Com's Answer #429063 by KMST(5328)     You can put this solution on YOUR website! The domain is the set of x values where the function is defined. \n" ); document.write( "Unless a restriction is specified in the definition of the function, \n" ); document.write( "the function is defined for any x such that you can calculate the value of the function. \n" ); document.write( "For any value of x, you can calculate f(x)=x-4. \n" ); document.write( "For f(x), the domain is all the real numbers. \n" ); document.write( "For any value of x, you can calculate g(x)=5x^2. \n" ); document.write( "For g(x), the domain is all the real numbers. \n" ); document.write( " \n" ); document.write( "In general, for any monomial or polynomial, the domain is all the real numbers. \n" ); document.write( "When you have square roots, or variables in a denominator, \n" ); document.write( "as in \n" ); document.write( "you will not be able to calculate that for some values of x, \n" ); document.write( "and the domain will not include all real numbers. \n" ); document.write( " |