Strategies and Hints To win every time you must let your opponent start first and then make one of the following numbers of balloons on each round: 18, 15, 12, 9, 6, 3. These numbers are computed by the equation n = O (mod 3), where n = safe number, and the 3 was used because it is one more than the maximum number of balloons which may be popped. If you allowed 1, 2, 3, or 4 balloons to be popped, the equation would be n = O (mod 5). Extension:
|
||