Question 1171555
s = number of shirts
p = number of pajamas


s + 2p <= 20
2s + 3p <= 24


Technically, the manufacturer could choose to make 1 shirt and 1 pair of pajamas and that would still satisfy the conditions. There are many more pairs that work, and you can find them yourself.