PDA

View Full Version : Probability


debwm
Feb 15, 2012, 01:57 AM
I am hosting an event. 80 invitations are sent out. How can I work out the probability of how many will actually attend the event?

ebaines
Feb 15, 2012, 07:06 AM
You can't work this out without more information. You would need to know the probability of any one person accepting the invitation - suppose that value is p. Then you can determine the probability of k people out of 80 accepting by using the binomial probability formula:


P(k) =C(80,k) p^k (1-p)^{(80-k)}

neerajtiwari
Feb 18, 2012, 11:09 PM
n(S)= 80 invitations.
Let n(A) be the event that the members will attain.
Thus,
P(S) = n(A)/n(S)


the ratio between number of members attaining "A" to total number of members "S" will give you the Probability of members attaining...