Simple Combinatorics: What are odds of picking same number?

  • Thread starter Thread starter hamjam9
  • Start date Start date
  • Tags Tags
    Combinatorics
hamjam9
Messages
5
Reaction score
0
This isn't a hwk question, it's just something I've been trying to show my dad. I'm probably wrong. Okay my question is, suppose you pick ONE letter out of the alphabet.

The odds of me picking your letter are 1/26, if I only have one guess. However, if I have two guesses, aren't the odds a LITTLE bit more than 2/26? The reason why I think so is if you do the calculation this way:

Find out what the prob. is that you DONT pick the letter. Then it is (25/26)*(24/26). Since there are 25 ways to pick the wrong first letter, and then 24 ways to pick the wrong letter a second time. Now you just do 1 minus the above to get the probability it is that you pick the CORRECT letter. Is my reasoning right?

Also, obviously, if this is true, you can then extend it to three guesses, and four, etc. by:
25*24*23*22*.../26^(n) where 'n' is how many tries you took. Thanks!
 
Mathematics news on Phys.org
Well, 1-(25/26)*(24/26) represent the chance of picking the right letter AT LEAST once!

But, obviously, if you pick the right letter the first time, then you do NOT, in the described situation, make yet another guess; thus, for your situation, it would be incorrect to retain the probability of getting two correct guesses!

To do this properly, we can decompose our P(getting the right letter on max two guesses) as follows:

P(getting the right letter on max two guesses) =P(getting it right the first time)+P(chance of getting it right the second time, having failed the first)

This equals:
\frac{1}{26}+\frac{25}{26}*\frac{1}{25}=\frac{1}{26}+\frac{1}{26}=\frac{2}{26}
 
Thanks arild! Um.. There's just one thing. I'm guessing the letters simelaneously. So there's no feedback on wether my first guess was right. I write down my two guess , and then put it on a table, and he reads it. What are the odds he tells me one of my letters are right. That's the question..

Does this change the 2/26 ?
 
hamjam9 said:
Thanks arild! Um.. There's just one thing. I'm guessing the letters simelaneously. So there's no feedback on wether my first guess was right. I write down my two guess , and then put it on a table, and he reads it. What are the odds he tells me one of my letters are right. That's the question..

Does this change the 2/26 ?

Well, but you DO know that you choose two DIFFERENT letters, don't you?
To put this in another way:
Thus, you can pick one combination out of 26*25 different combinations.

Label the two letters picked as "A" and "B". Now, the number of combinations in which
"A" is the right letter (but not B) is evidently 25. Equally, there are 25 possiblities that "B" is right and "A" not. Thus, you have 2*25 favourable combinations to pick between.

Thus, the probability is (2*25)/(26*25)=2/26.
 
It doesn't matter if you guess at the same time or one after
the other, so long as you pick different letters.

Probability of getting it right on the first one:

1/26. Easy.

Probability of missing it on the first, then getting it
right on the second:

(25/26)*(1/25) = 1/26. Not too bad.

Since these two events are mutually exclusive, we have
that P(A AND B) = 0. And since

P(A OR B) = P(A) + P(B) - P(A OR B)
P(A OR B) = P(A) + P(B)
P(A OR B) = 1/26 + 1/26 = 2/26.

Looks like 2/26 to me.
 
csprof2000 said:
It doesn't matter if you guess at the same time or one after
the other, so long as you pick different letters.

Right. And if you can't control duplicates -- say, you're rolling a 26-sided die labeled with the letters, and C might come up twice -- the chance of guessing it is 2/26 - 1/26^2 = 51/676.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top