Probability of Same Number of Heads and 3/5 Outcomes in 10 Flips and 15 Rolls

  • Thread starter Thread starter aeubz
  • Start date Start date
  • Tags Tags
    Dice Probability
aeubz
Messages
16
Reaction score
0

Homework Statement


You have a fair coin. Your friend has a fair die you flip your coin 10 times. Your friend rolls his die 15 times. What is the probability that you get "heads" exactly the same number of times your friend gets "3" or "5". Leave your answer in the form of a summation. No need to simplify! Assume independence here.


Homework Equations


kCn (P)^n (1-P)^k-n


The Attempt at a Solution


10Cn (1/2)^n (1/2)^10-n (coin)
15Cn (1/3)^n (2/3)^15-n (dice)

Sum (n = 1 to 10) of 10Cn (1/2)^n (1/2)^10-n * 15Cn (1/3)^n (2/3)^15-n
 
Physics news on Phys.org


This summation represents the probability of getting "heads" the same number of times as getting a "3" or "5" on the die for each of the 10 flips and 15 rolls. We use the combination formula to account for the possible ways of getting the same number of "heads" and "3"/"5" outcomes, and we multiply the probabilities since we are assuming independence between the coin and the die. We sum this over all possible values of n from 1 to 10, representing the number of times we get "heads" and "3"/"5" outcomes. The final answer does not need to be simplified as per the instructions.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top