Question 893967

2[(2y-1)+y] less than or equal to 5(y+3)
<pre>
{{{2((2y - 1) + y) <= 5(y + 3)}}}
{{{2(2y - 1 + y) <= 5y + 15}}}
{{{2(3y - 1)<= 5y + 15}}}
{{{6y - 2 <= 5y + 15}}}
{{{6y - 5y <= 15 + 2}}}
{{{highlight_green(highlight_green(y <= 17))}}}