Odds of Getting 2 Out of 3 Correct

  • Thread starter Thread starter swerdna
  • Start date Start date
Click For Summary

Homework Help Overview

The discussion revolves around calculating the odds of getting 2 correct answers out of 3 choices, each with a 50/50 probability. Participants explore the implications of independence in choices and relate the problem to scenarios like guessing the color of playing cards.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the independence of choices and consider the problem in the context of decision trees. There are questions about how to extend the reasoning to different probabilities, such as a 60/40 chance.

Discussion Status

Several participants have engaged in exploring the problem, with some suggesting a decision tree approach and others questioning how to apply different probabilities. There is no explicit consensus, but productive lines of inquiry are being pursued.

Contextual Notes

Participants note that the problem resembles homework or coursework, and there is a recognition of the need to clarify assumptions about independence and the nature of the choices involved.

swerdna
Messages
251
Reaction score
0
With three 50/50 odds choices, what are the odds of getting any 2 correct?
 
Physics news on Phys.org
swerdna said:
With three 50/50 odds choices, what are the odds of getting any 2 correct?

What are your thoughts? It also depends on whether each choice is independent of the previous choices (like coin flips are). This is a bit too much like homework/coursework, so I'm moving it to Homework Help.
 
berkeman said:
What are your thoughts? It also depends on whether each choice is independent of the previous choices (like coin flips are). This is a bit too much like homework/coursework, so I'm moving it to Homework Help.
I'm far too old for it to be homework. Each choice is independent. If a person was guessing the colour of randomly presented unseen playing cards, what are the chaces of guessing any two of the thee correctly. I think it must be less than 1 in 4.
 
Last edited:
swerdna said:
I'm far too old for it to be homework. Each choice is independent. If a person was guessing the colour of randomly presented unseen playing cards, what are the chaces of guessing any two of the thee correctly. I think it must be less than 1 in 4.

Hey, I'm pretty old as well, and do lots of homework! :biggrin:

The key is to think of it as a decision tree. You can write it out like this, with a correct pick = 1, and a wrong pick = 0:

Code:
1st 2nd 3rd Total
 0    0    0     0
 0    0    1     1
 0    1    0     1
 0    1    1     2
 1    0    0     1
 1    0    1     2
 1    1    0     2
 1    1    1     3

There are 8 possible outcomes. How many of them result in getting 2 right?

Can you see how you would extend this to, say, a 60/40 chance of picking correctly?
 
Last edited:
berkeman said:
Hey, I'm pretty old as well, and do lots of homework! :biggrin:

The key is to think of it as a decision tree. You can write it out like this, with a correct pick = 1, and a wrong pick = 0:

Code:
1st 2nd 3rd Total
 0    0    0     0
 0    0    1     1
 0    1    0     1
 0    1    1     2
 1    0    0     1
 1    0    1     2
 1    1    0     2
 1    1    1     3

There are 8 possible outcomes. How many of them result in getting 2 right?

Can you see how you would extend this to, say, a 60/40 chance of picking correctly?
I have it - Thanks
 
If you've learned the chose formula, then a good way to do problems that have specifically 50/50 odds is this:
[tex]\frac{n C r}{2^n}[/tex] where n is the number of trials, and r is the number of successes. So, to answer your question, 3 C 2=3, and 23=8. So your answer should be [tex]\frac{3}{8}[/tex]
 

Similar threads

Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
1
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K
Replies
6
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 32 ·
2
Replies
32
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 11 ·
Replies
11
Views
5K