Question 1052782
(A)
{{{ 30x + 22y <= 130 }}}
-------------------------
{{{ 22y <= -30x + 130 }}}
{{{ y <= (-30/22)*x + 130/22 }}}
Here's the graph. The triangular area 
between the line and the x and y axes
are the possible solutions 
( including the x and y axes )
But you are restricted to points ( x,y ) that
are whole numbers, since fractions
of pants or shirts is not allowed.
-------------------------------------
{{{ graph( 400, 400, -10, 10, -10, 10, (-30/22)*x + 130/22 ) }}}
(B)
From the graph, it looks like {{{ x=2 }}} and {{{ y=3 }}}
would be allowed
------------------
Check this answer:
{{{ 30x + 22y <= 130 }}}
{{{ 30*2 + 22*3 <= 130 }}}
{{{ 60 + 66 <= 130 }}}
{{{ 126 <= 130 }}}
OK
You can find 2 more by lookng at the graph