In the Euro problem, when calculating the likelihood of the entire set at once, it seems like this should use the binomial distribution. The binomial distribution calculates what the odds are of seeing K instances in N draws if the probability is P, and it seems like that's exactly what the likelihood should be, with N being tails + heads, K being heads, and P being x.
How does this likelihood function differ from a binomial?