Questions tagged [probability]

For questions about probability. independence, total probability and conditional probability. For questions about the theoretical footing of probability use [tag:probability-theory]. For questions about specific probability distributions, use [tag:probability-distributions].

The probability that an event occurs is a number in the interval $[0, 1]$, which represents how likely the event is to happen. $0$ indicates it will never happen, $1$ indicates it will always happen.

For example, throwing two dice gives a total of $6$ five times out of thirty-six. We write $$P(X=6)=\frac{5}{36}$$.

Use this tag for basic questions about probability, independence, total probability and conditional probability.

For questions about the theory of probability, use instead. For questions about specific probability distributions, use .

105859 questions
4
votes
2 answers

Determining the number of balls in a box

I'm facing problems solving this question and I'd like some help: A box contains n balls, where just 2 are white and the rest are red. A random sample of 4 balls is drawn without replacement. It's known that the probability of the 2 white balls are…
Rods2292
  • 243
4
votes
1 answer

Finding $E(N)$ in this question

suppose $X_1,X_2,\ldots$ is sequence of independent random variables of $U(0,1)$ if $N=\min\{n>0 :X_{(n:n)}-X_{(1:n)}>\alpha , 0<\alpha<1\}$ that $X_{(1:n)}$ is smallest order statistic and $X_{(n:n)}$ is largest order statistic. how can find…
hadisanji
  • 999
4
votes
1 answer

Two tower problem

Suppose that we have two towers of equal height $N$, each tower consisting of $N$ coins piled on top of each other. Now suppose we have a machine or whatever that takes a coin from one of the towers and move it to the other one. That is, a coin can…
4
votes
3 answers

Exponential Distribution - memoryless

A post office has 2 clerks. Alice enters the post office while 2 other customers, Bob and Claire, are being served by the 2 clerks. She is next in line. Assume that the time a clerk spends serving a customer has the Exponential(x) distribution. (a)…
4
votes
2 answers

What is a probability that at 2nd turn you will pick green ball?

I have an interesting question that I certainly don't know how to solve it. I've already read many topics on probability, eg: Probability that someone will pick a red ball first? and Comparing probabilities of drawing balls of certain color, with…
Tilqur
  • 41
4
votes
0 answers

Median from probability generating function

How can I find a median, or an approximation of a median, from the probability generating function?
Mile
  • 41
4
votes
2 answers

Flipping 100 coins and getting all heads.

I hold 100 fair coins in my hands. Then, I toss the 100 coins high into the air all at once. I understand that the chance of getting 100 heads when they land is 1 in 2 exp 100. Can someone help me determine, on average, how many attempts at tossing…
Eyost
  • 41
4
votes
2 answers

Independent events and Dependent events

I have a question regarding these strikingly similar problems with contradicting solutions. This is somewhat long, so prepare Probblem 1 Consider a bag of ten coins, nine are fair, but one is weighted with both sides heads. You randomly select a…
Lemon
  • 12,664
4
votes
1 answer

Difference between population, sample and sample value.

I was going through a book and reached a point where the author is comparing a Population, Sample and Sample Values. I don't seem to understand the difference at all. (Caps are Random Variables, small font are values/data points) What is the role…
Inquest
  • 6,635
4
votes
1 answer

random walk on the nonnegative integers

Consider a simple random walk on the integers with a reflecting barrier at $0$. What is the expected time the walk spends in the set $\{0, \ldots, k\}$ in the first $n$ steps? I'm curious about how the answer scales with $n,k$, and don't really…
angela o.
  • 604
4
votes
1 answer

Minimize the probability of getting the same sum of two rolls.

If you can design two dice that not necessarily fair and not necessarily weighted in the same manner, then roll twice. How can you minimize the probability of getting the same sum of the two rolls? My thought is since the probability of rolling the…
4
votes
2 answers

Expected Grade on Strange Testing Scheme

A teacher wants to give a test for a class. She gives the students 12 problems to study, 8 of which will be on the test. Students can pick 4 questions to answer and only those will be graded. If a student memorizes the answer to k problems, what is…
4
votes
3 answers

$3$ identical Dice are tossed simultaneously, The probability that all dice shows same number.

If $3$ identical Dice are tossed simultaneously, The find probability that all dice shows same number. $\bf{My\; Try::}$ Let $A$ be the event in which upper face of all dice shows same number and $S$ be the sample space Now Here we have $3$…
juantheron
  • 53,015
4
votes
1 answer

If $3$ married couples are seated randomly in a row, then find the probability that exactly $2$ couples can sit together.

If $3$ married couples are seated randomly in a row, then find the probability that exactly $2$ couples can sit together. My attempt is like this: $$\frac{4!(2!)^2}{6!}$$ My understanding: The probability of $3$ couples ($6$ people) sit in a row is…
4
votes
1 answer

Expected value of a coin toss

You flip a coin. If you get heads you win \$2 if you get tails you lose \$1. What is the expected value if you flip the coin 1000 times? I know that the expected value of flipping the coin once is $\frac{1}{2}(2) - \frac{1}{2}(1) =0.50$ Would the…
johnbowen
  • 429