- #1
Big-Daddy
- 343
- 1
Homework Statement
The game of Risk follows these rules: (skip if you are already familiar with Risk and the casting of the dice)
---------------------------------------------------
Rules of Risk:
a) An attacker attacks, and a defender defends. The attacker can attack with any number of pieces less than or equal to how many he has, and a defender defends with all the pieces he has.
b) When the attacker attacks, he rolls with 1 die (if he is attacking with 1 piece), 2 dice (if he is attacking with 2 pieces) or 3 dice (if he is attacking with 3 pieces or more). When the defender defends, he rolls with 1 die (if he has one piece) or 2 dice (if he has 2 or more pieces). The roll of the attacker, and the roll of the defender, are independent of one another, i.e. they essentially occur simultaneously.
c) Of the rolls of the attacker's die/dice, align them in order from highest roll to lowest roll. e.g. {2,5,5} should be aligned {5,5,2}. Of the rolls of the defender's die/dice, align them in order from highest roll to lowest roll. e.g. {5,1}. Now compare the attacker's first, highest score to the defender's first, highest score: if the attacker's is higher, the defender loses a piece; if the defender's is higher or the same as the attacker's, the attacker loses a piece. Then compare the attacker's second score to the defender's scond score: if the attacker's is higher, the defender loses a piece; if the defender's is higher or the same as the attacker's, the attacker loses a piece. In my example, 5v5 so the defender wins the first, but 2v1 so the attacker wins the second, and the net result is that each side loses 1 piece. Note that, the defender having 2 dice total maximum, the attacker can only lose a maximum of 2 pieces per turn, and same for the defender.
d) The next turn, the defender proceeds with his new number of pieces, and the attacker with his new number of pieces, and the same thing happens again. This continues until one side runs out of pieces.
---------------------------------------------
What is:
a) the probability of an attacker winning on a given turn where a Attackers and 1 Defender are present [teacher later added the adendum that you may consider cases where a=1, a=2 and a≥3 separately],
b) the probability of an attacker winning overall when a Attackers battle 1 Defender [same adendum as a)]
c) the probability of an attacker winning on a given turn where a Attackers and 2 Defenders are present [same adendum],
d) the probability of an attacker winning on a given turn where a Attackers and 2 Defenders are present [same adendum],
Homework Equations
No clue. Obviously the probability of a single roll on either part is (1/6).
The Attempt at a Solution
My teacher likes to set general problems, which suggests it would be foolish to try and tackle a case as general as d Defenders all at once, when the problem says 1 and 2 defenders.
a) seems ok for a=1, as it'll just be (18+6)/36=2/3. That's just about the only case I can handle here.