Average Times Coin Combination Appears in 10 Letters

  • Thread starter Thread starter ParisSpart
  • Start date Start date
AI Thread Summary
Flipping a fair coin 10 times generates a sequence of letters C (for crown) and L (for the other side). The discussion centers on calculating how often the sub-word "CCLLCC" appears in these sequences. It is established that there are 1024 total combinations of 10 letters, and "CCLLCC" can fit into the sequence in 5 distinct positions. For each of these positions, there are 16 combinations for the remaining letters, leading to a total of 80 occurrences of "CCLLCC." The probability of "CCLLCC" appearing in a random sequence of 10 letters is therefore approximately 0.0781.
ParisSpart
Messages
129
Reaction score
0
Flipping a fair coin 10 times. This creates a word of length 10 of the letters C and L. On average how many times it appears in this sub-word CCLLCC?
C=crown and L= the other side of coin

i think that if i count CCLLCC in 10 letters of C and L we will have 5 times but how i will find the average?
 
Physics news on Phys.org
If 6 of the letters are "CCLLCC" then the other four letters can be either "C" or "L". There are 2^4= 16 ways to do that. But you also need to allow for where in the set of 10 letters those letters occur.

I assume by "sub-word", you require that the letters "CCLLCC" occur together. Do you see that there are 5 places the initial C can be?
 
Hello, I'm not quite sure if I'm right as I'm still a novice in the world of math. It's been a while since I have taken my prob/stats class.

__ __ __ __ __ __ __ __ __ __

There are 2 ways either C or L for each of the spaces above. So, the total number of ways for spelling out a 10 letter word is 2*2*2*2... = 2^{10} = 1024

There are 5 ways for CCLLCC to occur inside some of the 10 letter words. One of them looks like this:

C C L L C C __ __ __ __

The spaces containing CCLLCC are all "locked in". So, there are 4 spaces left for choices.

2*2*2*2 = 2^{4} = 16
There are 5 ways in which CCLLCC can occur because you can just shift CCLLCC one space to the right each time to get a new word that contains CCLLCC.

Possible ways of getting a word with CCLLCC in it: 5*16 = 80

I'm not sure what you meant by "average", so I guess you want the probability as well. \frac{80}{1024} = 0.0781

Once again I'm not a 100% sure, but I hope it helps you a bit. :P
 
Last edited:
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top