In the game of ``Colonel Blotto'' there are two players, Adam and Betty. First Adam chooses three non-negative integers a1,a2 and a3, such that a1+a2+a3=9, and then Betty chooses non-negative integers b1,b2 and b3, such that b1+b2+b3=9. If a1>b1 then Adam scores one point; if a1<b1 then Betty scores one point; and if a1=b1 no points are scored. Similarly for a2,b2 and a3,b3. The winner is the player who scores the greater number of points: if the socres are equal then the game is drawn. Show that, if Betty knows the numbers a1,a2 and a3, she can always choose her numbers so that she wins. Show that Adam can choose a1,a2 and a3 in such a way that he will never win no matter what Betty does.
Now suppose that Adam is allowed to write down two triples of numbers and that Adam wins unless Betty can find one triple that beats both of Adam's choices (knowing what they are). Confirm that Adam wins by writing down (5,3,1) and (3,1,5).