while I was in the bus today I thought about this probability experiment A bus does 5 stops from the starting point to its destination point. In each stop only one individual rides. We want to know what is the probability that exactly 3 women will ride between the stops. Assume that all events are equally likely. Will assume that each stop there is ½ chance that a ride is either a man or a women.
a crazy problem lol
You thought about this on a bus? Wow! nice job! :)
yeah sometimes i think about math situations like this while doing something hehee
haha nice!
^_^ :)
Nice
you are having to assume a bit too much, but that makes it even better.... thinking process in it's peak:D
I needed to do those assumption otherwise the problem would be hard hehe
drawing a "probability tree" might be helpful as a start to visualize the situation
that's a good way to start!
i haven't solve it myself but i know the way the answer i guess, i just posted for fun
to the answer*
and it is very fun! :)
probability tree? I never liked it... not that I like statistics, and not even that I really love math. (Only some designated topics of it)
heheh@solomonZelman the probability in general is fun at least to me... although I'm weak in this topic lol
hmm... you might also be able to use a permutation with repeat argument.
b/c what you are really dealing with is trying to figure out how many ways the situation that exactly 3 women will ride the bus. So, that automatically means you have to have exactly 2 men riding the bus. So you are considering sequences like: WWWMM WWMMW WMWMW etc. How many sequences you can make in this fashion will be directly related to the answer.
hmmm that sounds good! but i guess there is no necessity that the number of that will ride will be 2 only
men*
looks like a binomial distribution ?\[P(X=3) = \binom{5}{3}(1/2)^3(1/2)^2\]
yes! that's what i was thinking about! actually what made me think about probability today is watching some youtube series lol
:) jtvatsim's work looks neat, he is actually deriving binomial distribution..
hmm... he/she assumed that only 2 men will ride for the rest of remaining rides
``` WWWMM WWMMW WMWMW etc. ``` we are picking 3 women from 5 ppl so there will be exactly 5C3 sequences possible
and thats a correct assumption right ?
hmm i wasn't thinking about that. he/she still need to multiply by the probability of a women riding and the remaining probability
Ofcourse yes, consider one sequence : `WWWMM` P(W) = 1/2 P(M) = 1/2 so probability for this sequence = 1/2*1/2*1/2*1/2*1/2 = (1/2)^3 * (1/2)^2
Notice we are accounting for remaining two stops also ^
why isn't it \[\frac{\binom{5}{2}}{2^5}\]
oh yes, you are right!
isnt it same as \(\binom{5}{3} \frac{1}{2^5}\) @misty1212
would that be the same, even i take out exactly 3 women.
5 choose 3 and 5 choose 2 are the same @misty1212
yes of course
then it is the same answer
you can choose 3 women or choose 2 men
i might have set the problem the wrong way! my concern is choosing 3 women without the assumption that we choose exactly 3 does that make sense lol
you want "atleast" 3 women ?
yes at least!
Easy, simply add up remaining two probabilities also : \[ P(X\ge 3) ~~ =~~ P(X=3) + P(X=4) + P(X=5)\]
hmm i see... what the reasoning behind it
is*
this is the same as P(AUBUC) where A,B,C are disjoint
I think so.. when the events are independent, the probability of success in each event would be same and you can use binomial distribution : \[\large P(X=k) = \binom{n}{k}p^k(1-p)^{n-k}\] where \(p\) = probability of success \(k\) = number of successes
but we don't have independent. surely one event affect the the other from occurring?
how does next person know what happened previously ?
he has no clue about what happened in the last event its not like he will have some mysterious knowledge to think : "Oh last event was a woman, so i better not get into the bus this time. let me try the next bus.." right ?
probability of woman in each event is same : 1/2 it wont change
hmmm makes sense! i agree
this distribution calc is pretty awesome http://spark.rstudio.com/minebocek/dist_calc/
you can choose the type of distribution from drop down menu and play with the sliders..
yeah, I'm trying to restudy this stuff i'm watching NJ wildberger as well, but he doesn't explain everything in his statistic series lol
Ahh that video looks a lot advanced to me.. i only knw the school level stats. idk much about markov chains and other stuff but i remember working on them in linear algebra..
hhh i didn't reach that part yet lol @ganeshie8 thanks, you helped clear a lot^_^
np :) the distribtion chart makes it easy to see the pverall required probaility for P(X>=3) is 0.5 : http://i.gyazo.com/e5d41ab87baa7d172d5ac75a3c58b477.png
as usual the area of all bins adds up to 1 and the area of shaded region represents the required probability
it gives the probability below the chart
very good tool :)
we can choose the parameters using sliders on left hand side fix \(n =5\), \(p = 0.5\) and try different values of \(a\) i prefer this tool to working the tedius formulas xD
Join our real-time social learning platform and learn together with your friends!