There are $3$ horses in this week's race. When we say "the stated odds against a horse winning are $r$-to-$s$", we mean if you wager $1$ dollar on the horse, you will lose $1$ dollar if the horse loses and win $r/s$ dollars if the horse wins. The stated odds against the horse $A$ winning are $2$-to-$1$. The stated odds against $B$ winning are $3$-to-$1$. If the odds against horse $C$ are $4$-to-$1$, how can you get to ensure you will win money?
I did some guesswork: Intuitively since one of the three has to win, we should pile the most money onto horse $A$ since it has the lowest payout if it wins. $2$-$1$-$1$ didn't work, so then I tried $3$-$2$-$2$ and it magically worked.
But I am wondering how one could deduct this more systematically. Here's my attempt. Let $X$ be the total amount of money I bet, $X_A$, $X_B$, $X_C$ the amounts I bet on each horse. We want:
$$ 2X_A > X_A + X_B + X_C, \qquad 3 X_B > X_A + X_B + X_C, \qquad 4X_C > X_A + X_B + X_C.$$
However, I am not sure what to do from here. Can anyone please help?
Letting $a,b,c$ be the amounts of money you make on each bet, the correct inequalities are $$ 2a>b+c\qquad 3b>a+c\qquad4c>a+b $$ since a winning bet only needs to recoup the losses from the other bets.
A way to simplify this is to note that all the inequalities are scale invariant; if $a,b,c$ satisfy the above, then so will $ra,rb$ and $rc$, for any $r>0$. To eliminate this redundancy, let $$ x=b/a,\qquad y=c/a $$ and notice the inequalities become $$ 2>x+y,\qquad 3x>1+y,\qquad 4y>1+x. $$ It is simple to graphically solve these inequalities, and determine the set of $(x,y)$ which works is the interior of a certain triangle: https://www.desmos.com/calculator/e1vjvdpwh6. For example, it is pretty clear that $(2/3,2/3)$ is inside that triangle, which leads to the solution $(a,b,c)=(3,2,2)$.