Question 1046985
Splitting into two separate inequalities is not necessary here, because only the middle member contains a variable.


The typical number properties you already may know will work without complications.


{{{-4<2x-6<=4}}}


{{{-4+6<2x-6+6<=4+6}}}


{{{2<2x<=10}}}


{{{2/2<2x/2<=10/2}}}


{{{highlight(2<x<=5)}}}
or using interval notation,
(2,5].


An attempt to show a number line with solution
<pre>
<----------------------------()=========================(=)------------->
                 0            2                          5

</pre>