You and your friend are playing a dice game with the following rules:
If the probability that you win this game is b a , where a and b are coprime positive integers, what is a + b ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If you roll n , you have an 8 n chance of winning.
So, the probability of winning is
P ( You Win ) = 6 1 ( 8 6 + 8 5 + 8 4 + 8 3 + 8 2 + 8 1 ) = 1 6 7
Since 7 and 1 6 are coprime, their sum, 2 3 is the solution.
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Probability - Problem Solving
If you roll a 1 , then your opponent has 1 possible roll that would allow you to win (If he rolled a 1 ).
If you roll a 2 , then your opponent has 2 possible rolls that would allow you to win (If he rolled a 1 or a 2 ).
If you roll a 3 , then your opponent has 3 possible rolls that would allow you to win.
This pattern continues for all of your 6 possible rolls. Each of your rolls has a 6 1 probability. Meanwhile, each of your opponent's rolls has a 8 1 probability.
Your roll and your opponent's rolls are independent , and so we calculate the probability of winning by multiplying the probability of your roll by the probability of your opponent's roll.
P ( you roll a 1 ) ∩ P ( your opponent rolls a 1 ) = 6 1 × 8 1
P ( you roll a 2 ) ∩ P ( your opponent rolls a 2 or less ) = 6 1 × 8 2
P ( you roll a 3 ) ∩ P ( your opponent rolls a 3 or less ) = 6 1 × 8 3
… and so on
These probabilities are mutually exclusive, and so we can use the Rule of Sum to find P ( you win ) .
Summing the probabilities yields P ( you win ) = 1 6 7 , and so a + b = 2 3 .