Question 1208858
Taking those square brackets as just grouping symbols and not as indication for absolute value
{{{0<(1-x/3)<1}}}

{{{0<3-x<3}}}

{{{0+x<3<3+x}}}


{{{system(x<3, and, 3<3+x)}}}


{{{system(x<3,and,0<x)}}}


{{{highlight(0<x<3)}}}


<pre>
<------------------------()================()------------->
                         0                  3
</pre>