document.write( "Question 843187: given the function f(x)= 2x, if 0\n" ); document.write( "1-x, if 1<=x<=2,
\n" ); document.write( "0 if 2<=x<=3
\n" ); document.write( "find a) the domain b)f(1) c) f(2) d) f(3) e) f(0.1)
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #508016 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
a) Looks like the function is only defined for (0,3].
\n" ); document.write( "b) \"f%281%29=1-1=0\"
\n" ); document.write( "c) \"f%282%29=1-2=-1\"
\n" ); document.write( "d) \"f%283%29=0\"
\n" ); document.write( "e) \"f%280.1%29=2%280.1%29=0.2\"
\n" ); document.write( "
\n" ); document.write( "
\n" );