#probability
33 messages · Page 1 of 1 (latest)
- 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:
For the second one you can use binomial distribution.
As for the third... Well, if you throw a lot consecutively, you will probably get tired, which will decrease your probability of success.
what is binomial distribution
im pretty sure i missed that in class and its on our mock tuesday
Suppose we have n independent events, each with probability of success p.
Then the number of successes follows a binomial distribution: X ~ Bin(n, p).
Its PMF is:
p(k) = C(n, k) p^k (1 - p)^(n - k), k = 0, ..., n
Here C(n, k) = n!/(k! (n - k)!) is the binomial coefficient.
So, in your case n = 3, p = 7/10 and you need to find P(X = 2), which is p(2) using the PMF.
You're welcome!
Actually, I can share a table with some of the most common distributions if you're interested.
I made it quite a while ago.
Here you go. Too big for a picture, so a PDF.
If you notice any mistakes, please notify me! I've checked it multiple times, but stuff can happen.
i have a question
would it be easier to do a bernoulli trial
for this
Well, binomial distribution is the sum of Bernoulli distributions anyway.
You shouldn't write a horizontal line when writing a binomial coefficient.
Other than that, yes.
why not
Well, that's just how it's written, without a horizontal line.
Otherwise it just looks like a fraction.
You're welcome!
+close