Given distinct, positive integers $p, b, y$ such that
$$4p+2b+3y = 149$$
How can we minimize $2p + 3b + y$?
$$2p + 3b + y = (4p+2b+3y)-2p+b-2y = (149+b)-2(p+y)$$
Which is equivalent to maximizing $p+y$ since $b>0$. However, I am not sure where this leads us.