Question 1009612
-------------------------------------------------
5 less than 3 times a number <b>is no more than</b> the number increased by 11
------------------------------------------------


{{{-5+3n<=n+11}}}

-

{{{3n<=n+16}}}

{{{2n<=16}}}

{{{highlight(n<=8)}}}