#Help
1 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
How many balls are drawn?
they all same
No, I mean, they say the box has 11 balls, but how many of them do we draw?
6
Oh, ok. Not sure why you omitted that.
mistake
We want an odd sum, so the number of odd-numbered balls must be odd. The number of even-numbered balls is irrelevant.
So, consider the case when we have 1 odd ball, then 3, then 5.
yeah i thought about this
Alright, and what did you get?
i dont get it, just thought about this
i tried but something wrong was
Well, I checked this approach just in case, and it does give the correct answer. So, try arriving to it.
wait a second
nah almost xdd
.
Almost what?
can you show me how you did calculations?
Well, I just used hypergeometric distribution. However, I'd like to see what you did first.
hard to explain
so all possiblities 11x10x9x8x7x6=332640
right?
Oh, you're doing it like that.
Well, yeah, I guess.
then
Although, I think it would be easier to look at unordered collections of balls.
5x4x3x2x1x6+6x5x4x3x2x5=720+3600 6x5x4x5x4x3x2=1440 14400+4320=18720
18720/332640=117/2079
so something wrong
Well, as I said, I used hypergeometric distribution. So, that involves looking at unordered collections.
what it means
can you show me?
bcs i first time hear that
.
@void maple
number of odd balls - 6
even balls - 5
6 x 5 x 4 x 3 x2 x 1 + 6x5 x 5 x4 x 3 x 2 + 6 x 5 x 4 x 5 x 4 / (11 x 10 x 9 x 8 x 7 x6 )
Is the numerator not including every situation for each case or something? im getting 8/231 indicating that something is wrong with the amount of cases being calculated?
this is why I hate probability 😢
hold on
every case is being repeated lol
im permuting not using groups
so the total cases are 11C6
462
hm now for the individual ones
6C1 * 5C5 = 6
6C3 * 5C3 = 200
6C5 * 5C1 = 30
ok
there we go
lol
I was counting like 1 3 4 6 8 2 and 3 1 4 6 8 2 as different cases with permutations 💀
basically you're just saying that order doesnt matter
u dont needa look into the name too much its not that deep its just one strcuture of calculating probability for a specific case
like for example
if we had Ball A, Ball B, Ball C, and Ball D
and we wanted to see how many ways we can grab 2 of the balls and 2 of them are either A, B, or C using ur original method we'd get
3 balls
3 * 2, but thats not that case
because lets list out all of the cases
its basically saying
Ball A - [ Ball B or C
Ball B - [ Ball A or C
Ball C - [ Ball A or B
which gives us 6 choices
but wait theres repeating cases
Ball A and Ball B is the same thing is Ball B and Ball A
so we need to use combinations not permutations
Yes. This should just lead to formulas used in hypergeometric distribution.