document.write( "Question 41188: How do I solve the below equation? I know I have to add the two absolute value equations, but can not find any information on how to add them. \r
\n" );
document.write( "\n" );
document.write( "If f(x) = | x + 2| and g(x) = | x - 3 |, then (f + g)(x) = \n" );
document.write( "
Algebra.Com's Answer #26657 by zeynep(43)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "f(x) = x+2, if x>=-2 \n" ); document.write( "f(x) =-x-2, if x<-2\r \n" ); document.write( "\n" ); document.write( "and \r \n" ); document.write( "\n" ); document.write( "g(x) = x-3 , if x>=3 \n" ); document.write( "g(x) = -x+3, if x<3\r \n" ); document.write( "\n" ); document.write( "to write (f+g)(x), we take the intersection of the domains of these two functions.\r \n" ); document.write( "\n" ); document.write( "(f+g)(x)= (-x-2)+(-x+3), if x<-2 \n" ); document.write( "(f+g)(x)= (x+2)+(-x+3), if -2<=x<3 \n" ); document.write( "(f+g)(x)= (x+2)+(x-3), if x>=3\r \n" ); document.write( "\n" ); document.write( "if we do these additions;\r \n" ); document.write( "\n" ); document.write( "(f+g)(x)= -2x+1, if x<-2 \n" ); document.write( "(f+g)(x)= 5 , if -2<=x<3 \n" ); document.write( "(f+g)(x)= 2x-1, if x>=3 \n" ); document.write( " \n" ); document.write( " |