document.write( "Question 1128255: f={(1,2),(2,3),(3,3)},g={(1,0)(2,3),(3,2),(4,8)}
\n" );
document.write( "Find the range of f+g= \n" );
document.write( "
Algebra.Com's Answer #744730 by greenestamps(13334) You can put this solution on YOUR website! \n" ); document.write( "f+g is only defined for values of x in the domains of both f and g: {1,2,3}. f+g is not defined for x=4, because 4 is in the domain of only g, not f. \n" ); document.write( "We aren't going to run into any problems with function values being undefined for the function f+g, so there will be three values in the range of f+g. \n" ); document.write( "(f+g)(1) = 2+0 = 2 \n" ); document.write( "(f+g)(2) = 3+3 = 6 \n" ); document.write( "(f+g)(3) = 3+2 = 5 \n" ); document.write( "ANSWER: The range of f+g is {2,5,6} \n" ); document.write( " |