Question 1047227
OR indicates the union of the two inequalities.


{{{7x<5+2}}}
{{{7x<7}}}
{{{x<1}}}


{{{5x-10>5}}}
{{{x-2>1}}}
{{{x>3}}}


Solution is {{{system(x<1, OR, x>3)}}}.


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