document.write( "Question 886966: Given f(x) below, graph over the domain [-3, 3], what is the range?
\n" );
document.write( "f(x)={x if x>=0
\n" );
document.write( " {1 if -1<=x<0
\n" );
document.write( " {x-2 if x<-1 \n" );
document.write( "
Algebra.Com's Answer #536254 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Given f(x) below, graph over the domain [-3, 3], what is the range? \n" ); document.write( "f(x)={x if x>=0 \n" ); document.write( " {1 if -1<=x<0 \n" ); document.write( " {x-2 if x<-1 \n" ); document.write( "------ \n" ); document.write( "Left-most interval:: \n" ); document.write( "-3<= x < -1 ; Rule is y = x-2 ; Range is -5<= y < -3 \n" ); document.write( "---- \n" ); document.write( "Middle interval:: \n" ); document.write( "[-1<= x < 0 ; Rule is y = 1 ; Range is y = 1 \n" ); document.write( "---- \n" ); document.write( "Right-most interval:: \n" ); document.write( "0<= x <=3 ; Rule is y = x ; Range is 0<= y <=3 \n" ); document.write( "---- \n" ); document.write( "Range in interval form:: [-5,-3]U[0,3] \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------------- \n" ); document.write( " |