Can someone describe why this answer is incorrect?

  • Thread starter cdux
  • Start date
In summary: PS. By the way, CASIOs (regular ones) do that calc easily with nCr.I don't know what CASIO is, but I am glad you can do it easily now. :)In summary, the discussion revolved around finding the chance for 3 particular students to end up in different groups when 90 students are randomly divided into 3 groups of 30. The conversation covered various methods of calculating this probability using combinatorics, including using binomial coefficients, factorials, and algebra. The final answer was found to be the same as the expression (90*60*30/(90*89*88)), which was also verified using a calculator.
  • #1
cdux
188
0
lhSpLdN.png


"90 students are split randomly into 3 groups of 30. What is the chance for 3 particular students A, B, C to end up each in a different group?"

One of the right answers is (90*60*30/(90*89*88) but I wonder if my type of solution can be corrected for the same result.
 
Last edited:
Physics news on Phys.org
  • #2
PS. I hadn't initially mentioned the part about "particular students A, B, C". I wonder if it's part of the mistake..

probably not though.
 
  • #3
OK let me rephrase / alter the question since it may be too confusing:

Is there a way to solve that question by chiefly using Combinatorics? (and not just step-by-step probability logic)

I can see that the denominator of the '(90*60*30/(90*89*88)' solution can maybe be translated to k-permutations of n, but what about the numerator? Is it forced to only be a case of the basic principle of enumeration or is there a more concise formula to express it?
 
Last edited:
  • #4
cdux said:
Is there a way to solve that question by chiefly using Combinatorics? (and not just step-by-step probability logic)



Hi, I used combinatorics like this:

[itex]\Large \frac{{87 \choose 29} * {3 \choose 1}}{{90 \choose 30}}*\frac{{58 \choose 29} * {2 \choose 1}}{{60 \choose 30}}*\frac{{29 \choose 29} * {1 \choose 1}}{{30 \choose 30}}[/itex]

(In the first group we choose 29 out of the 87 other, 1 one out of our 3, in the second we choose 29 out of the 58 remaining of the others, and one of our 2 that is left, and the third fraction is actually just one.)

If you use the definition of binomal coefficient, factorial, and you use algebra to short numerators and denominators, you will get the desired answer.

I tried to put your first answer in the calculator, and it does not seem to give the same answer as the other answer. I think that in order to answer why it is a wrong answer, you need to explain how you thought when you got it.
 
Last edited:
  • Like
Likes 1 person
  • #5
bobby2k said:
Hi, I used combinatorics like this:

[itex]\Large \frac{{87 \choose 29} * {3 \choose 1}}{{90 \choose 30}}*\frac{{58 \choose 29} * {2 \choose 1}}{{60 \choose 30}}*\frac{{29 \choose 29} * {1 \choose 1}}{{30 \choose 30}}[/itex]

(In the first group we choose 29 out of the 87 other, 1 one out of our 3, in the second we choose 29 out of the 58 remaining of the others, and one of our 2 that is left, and the third fraction is actually just one.)

If you use the definition of binomal coefficient, factorial, and you use algebra to short numerators and denominators, you will get the desired answer.

I tried to put your first answer in the calculator, and it does not seem to give the same answer as the other answer. I think that in order to answer why it is a wrong answer, you need to explain how you thought when you got it.

Thank you. Excellent answer.

And so involved. I don't know why they include them as 1/5th (or less) of a curriculum. This is so interesting (and complex) as a subject that it deserves 6 months on its own.

Though I wish it was possible to eliminate that "90->60->30" succession from the arithmitic. For some reason it sounds unintuitive (though it may be just me).

I had also heard of another impressive (and correct) answer that starts with the denominator being all possible arrangements of the students: 90!/(30!*30!*30!).

My attempt started with "all possible arrangements of the 90 students in 30-student groups" as denominator and then I was trying to eliminate having "either 2 or 3 of the same 3 in the same class" on the enumerator and then reversing it to get "neither 2 or 3 in the same class" (it was also confusing that 0 of them would be impossible because that would mean at least 2 would be in another group so I didn't know if it should be included).

I suspect that I did a mistake at least with the denominator because it might produce more combinations than possible (judging from correct answers) but I'm not sure..

PS. By the way, CASIOs (regular ones) do that calc easily with nCr.
 
  • #6
cdux said:
Though I wish it was possible to eliminate that "90->60->30" succession from the arithmitic. For some reason it sounds unintuitive (though it may be just me).
Hey again! :)

Why is it not logical? The 90-60-30 comes from the fact that the first you have 90 people, after you have created the first group you have 60 people, then 30.(in the binomal coefficient in the denominators)

I had also heard of another impressive (and correct) answer that starts with the denominator being all possible arrangements of the students: 90!/(30!*30!*30!).
Really?, I tried evaluation this expression, but I did not get the same answer.

My attempt started with "all possible arrangements of the 90 students in 30-student groups" as denominator and then I was trying to eliminate having "either 2 or 3 of the same 3 in the same class" on the enumerator and then reversing it to get "neither 2 or 3 in the same class" (it was also confusing that 0 of them would be impossible because that would mean at least 2 would be in another group so I didn't know if it should be included).

I suspect that I did a mistake at least with the denominator because it might produce more combinations than possible (judging from correct answers) but I'm not sure..

I am not sure about everything you do, but a lot in the expression in your first post seems unnatural.
If you want to calculate the probability by excluding 3 in one group, and 2 in one group, you can calculate it like this:

[itex]\Large 1-\frac{{3 \choose 1}*{87 \choose 27}}{{90 \choose 30}}-\frac{{3 \choose 1}*{3 \choose 2}*{2 \choose 1}*{87 \choose 28}*{59 \choose 29}*{30 \choose 30}}{{90 \choose 30}*{60 \choose 30}*{30 \choose 30}}[/itex]

This expression gives the same numerical answer as(90*60*30/(90*89*88))
The first fraction excludes 3 beeing in the same group, and the second excludes 2 beeing in the same group. You have to account for the fact that you can choose any of the 3 persons(when 2 are in the same group), and any of the 3 groups. I think this is more complicating than calculating it directly.

However, even though you asked for a combinatorical approach, I am curious if there is some cool shortcut we can use to get (90*60*30/(90*89*88)), but I do not see it right now.
 
Last edited:
  • #7
bobby2k said:
However, even though you asked for a combinatorical approach, I am curious if there is some cool shortcut we can use to get (90*60*30/(90*89*88)), but I do not see it right now.
There's no reason to resort to combinatorics to solve this problem. Denote g(x) as the group to which person x is assigned. The problem is asking P(g(C)≠g(B) ∧ g(C)≠g(A) ∧ g(B)≠g(A)). This can be rewritten as P(g(C)≠g(B) ∧ g(C)≠g(A) | g(B)≠g(A)) * P(g(B)≠g(A)), the product of the probability that C is not in the same group as either A or B given that A and B are in different groups and the probability that A and B are in different groups. These two probabilities are easily computed.

1. P(g(C)≠g(B) ∧ g(C)≠g(A) | g(B)≠g(A))

Let's start by assigning A and B to two different groups. (That's the given conditional.) This probability asks what the probability that C is in the third group is. There are 88 people to assign to groups after having put A and B in two different groups. Their are 30 people who can be assigned to that third group. Assuming the probability that the probability that C will be assigned to this group is the same as any other person, we have P(g(C)≠g(B) ∧ g(C)≠g(A) | g(B)≠g(A)) = 30/88.

2. P(g(B)≠g(A))

A similar line of reasoning yields that P(g(B)≠g(A)) = 60/89.Finally, P(g(C)≠g(B) ∧ g(C)≠g(A) ∧ g(B)≠g(A)) =(30/88)*(60/89).
 

1. How can I tell if an answer is incorrect?

There are a few ways to determine if an answer is incorrect. First, you can check if it aligns with established scientific theories and evidence. Second, you can look for logical inconsistencies or errors in reasoning. Lastly, you can conduct experiments or gather data to test the validity of the answer.

2. Can someone provide an explanation for why an answer is incorrect?

Yes, someone can provide an explanation for why an answer is incorrect. This can be done by identifying errors in the information or reasoning used to reach the answer. It can also involve providing evidence or counterexamples that contradict the answer.

3. How do I know if the person explaining why an answer is incorrect is reliable?

It is important to evaluate the credibility and expertise of the person explaining why an answer is incorrect. You can consider their qualifications, experience, and the source of their information. It can also be helpful to seek out multiple perspectives and sources for a more comprehensive understanding.

4. Can an incorrect answer be corrected?

Yes, an incorrect answer can be corrected. This can be done through a process of revision and refinement, where new evidence and insights are incorporated to improve the accuracy of the answer. It is important to remain open-minded and willing to revise beliefs and ideas based on new information.

5. How can I avoid giving an incorrect answer?

To avoid giving an incorrect answer, it is important to thoroughly research and understand the topic at hand. This can involve consulting reliable sources, such as scientific journals or experts in the field. It is also important to critically evaluate information and evidence before reaching a conclusion.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
4
Views
749
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Precalculus Mathematics Homework Help
Replies
24
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
21
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
2K
  • Precalculus Mathematics Homework Help
Replies
7
Views
521
  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
339
  • Engineering and Comp Sci Homework Help
Replies
3
Views
2K
Back
Top