Question 805301
{{{4-2a<=3a}}} AND {{{3a<a+8}}}


The first statement,
{{{4<=3a+2a}}}
{{{4<=5a}}}
{{{5a>=4}}}
{{{a>=4/5}}}


The second statement,
{{{3a<a+8}}}
{{{3a-a<a+8-a}}}
{{{2a<8}}}
{{{a<4}}}


Reminder:  These results are combined using AND so both results must be true.
{{{highlight(4/5<=a<4)}}}