Original Question: A well-balanced coin is flipped 10 times. How much more likely is it to get 5Heads & 5Tails vs 9Heads & 1Tail?
The math operations aren't confusing for me. I just have problems thinking through the problems, which is more a notation-related problem, understanding what the math labels.
A fair coin has an equal chance of hitting heads || tails. ie. 50% likelihood of anything.
In general for problems like this:
the formula = multiplicity of event x probability associated with sub-events.
In this case, multiplicity is determined by the combination formula, because the desired outcome is content specific, not priority specific.
Ω = multiplicity
Ω_5H = C(10,5)=252
Ω_9H = C(10,9)=C(10,1)=10
(1/2)^10 <-- associated with flipping coin 10 times.
What specifically does the (1/2)^10 describe in a generic sense?
- The probability of all subevents?
- What do you call the situation of flipping the coin 10 times?
in assessing the likelihood ratio: it's the same if you just consider the multiplicities.
Problems like these are group events. This is why you need to consider multiplicities and why a probability factor is scaled.
Finding the likelihood of getting 5Heads & 5Tails || 9Heads & 1Tail ... is actually a problem of finding the probability for a set of independent events.
In this description getting heads on one flip assumes that getting heads on the next flip is also equally random.
Thus going back to the formula:
the probability of the group event || set of independent events is defined as thus
Pgroup= Ωgroup * (probability of individual event)^number of component events.
Ωgroup= the number of multiple ways you can acquire the group arrangement
probability of individual event = defined by some process described in the problem
Going back to the example problem:
P_specific_combination= Ωcombination x (probability of getting head on 1 flip)^#flips
P_5H,5T = C(10,5) x (1/2)^10