Questions tagged [probability]

For basic questions about probability and the questions associated with the calculation of probability, expected value, variance, standard deviation, or similar statistical quantities. For questions about the theoretical footing of probability (especially using [tag:measure-theory]), ask under [tag:probability-theory] instead. For questions about specific probability distributions, use [tag:probability-distributions] instead.

Probability is a numerical quantity which lies in the interval $[0, 1]$. According to the Bayesian view, it represents the belief about an event or preposition and it is interpreted as how likely it is for an event to occur, or of how likely it is for a proposition to be true. According to the frequentist view, it represents the relative frequency of a favourable event with respect to the sample space. Use this tag for basic questions about probability and for questions about calculating a probability, expected value, variance, standard deviation, or similar quantities. For questions about the theoretical footing of probability (especially using ), please ask under instead. For questions about specific probability distributions, please use .

95623 questions
93
votes
4 answers

Probability density function vs. probability mass function

I've a confession to make. I've been using PDF's and PMF's without actually knowing what they are. My understanding is that density equals area under the curve, but if I look at it that way, then it doesn't make sense to refer to the "mass" of a…
93
votes
3 answers

Why did no student correctly find a pair of $2\times 2$ matrices with the same determinant and trace that are not similar?

I gave the following problem to students: Two $n\times n$ matrices $A$ and $B$ are similar if there exists a nonsingular matrix $P$ such that $A=P^{-1}BP$. Prove that if $A$ and $B$ are two similar $n\times n$ matrices, then they have the same…
92
votes
14 answers

I roll a die repeatedly until I get 6, and then count the number of 3s I got. What's my expected number of 3s?

Consider the following experiment. I roll a die repeatedly until the die returns 6, then I count the number of times 3 appeared in the random variable $X$. What is $E[X]$? Thoughts: I expect to roll the die 6 times before 6 appears (this part is…
nettle
  • 1,239
  • 1
  • 10
  • 14
88
votes
10 answers

Would you ever stop rolling the die?

You have a six-sided die. You keep a cumulative total of your dice rolls. (E.g. if you roll a 3, then a 5, then a 2, your cumulative total is 10.) If your cumulative total is ever equal to a perfect square, then you lose, and you go home with…
Newb
  • 17,046
  • 12
  • 59
  • 104
85
votes
11 answers

Expected number of unpecked chicks - NYT article

In this article, the winner of the math competition answered this question correctly: In a barn, 100 chicks sit peacefully in a circle. Suddenly, each chick randomly pecks the chick immediately to its left or right. What is the expected number of…
AAC
  • 1,027
  • 1
  • 7
  • 13
82
votes
7 answers

Rigorous nature of combinatorics

Context: I'm a high school student, who has only ever had an introductory treatment, if that, on combinatorics. As such, the extent to which I have seen combinatoric applications is limited to situations such as "If you need a group of 2 men and 3…
frog1944
  • 2,267
  • 1
  • 22
  • 34
81
votes
21 answers

How to generate a random number between 1 and 10 with a six-sided die?

Just for fun, I am trying to find a good method to generate a random number between 1 and 10 (uniformly) with an unbiased six-sided die. I found a way, but it may requires a lot of steps before getting the number, so I was wondering if there are…
P.A.
  • 819
  • 1
  • 7
  • 4
80
votes
12 answers

The Monty Hall problem

I was watching the movie $21$ yesterday, and in the first 15 minutes or so the main character is in a classroom, being asked a "trick" question (in the sense that the teacher believes that he'll get the wrong answer) which revolves around…
80
votes
4 answers

Why did my friend lose all his money?

Not sure if this is a question for math.se or stats.se, but here we go: Our MUD (Multi-User-Dungeon, a sort of textbased world of warcraft) has a casino where players can play a simple roulette. My friend has devised this algorithm, which he himself…
Konerak
  • 1,033
  • 11
  • 16
79
votes
4 answers

Intuition behind using complementary CDF to compute expectation for nonnegative random variables

I've read the proof for why $\int_0^\infty P(X >x)dx=E[X]$ for nonnegative random variables (located here) and understand its mechanics, but I'm having trouble understanding the intuition behind this formula or why it should be the case at all. Does…
bouma
  • 1,015
  • 1
  • 9
  • 8
76
votes
8 answers

What is the chance to get a parking ticket in half an hour if the chance to get a ticket is 80% in 1 hour?

This sounds more like a brain teaser, but I had some kink to think it through :( Suppose you're parking at a non-parking zone, the probability to get a parking ticket is 80% in 1 hour, what is the probability to get a ticket in half an hour? Please…
Rock
  • 806
  • 1
  • 7
  • 10
75
votes
6 answers

Understanding Borel sets

I'm studying Probability theory, but I can't fully understand what are Borel sets. In my understanding, an example would be if we have a line segment [0, 1], then a Borel set on this interval is a set of all intervals in [0, 1]. Am I wrong? I just…
DaZzz
  • 1,101
  • 2
  • 10
  • 11
75
votes
5 answers

Drunk man with a set of keys.

I found this problem in a contest of years ago, but I'm not very good at probability, so I prefer to see how you do it: A man gets drunk half of the days of a month. To open his house, he has a set of keys with $5$ keys that are all very similar,…
iam_agf
  • 5,340
  • 1
  • 18
  • 43
74
votes
9 answers

Probability of 3 people in a room of 30 having the same birthday

I have been looking at the birthday problem (http://en.wikipedia.org/wiki/Birthday_problem) and I am trying to figure out what the probability of 3 people sharing a birthday in a room of 30 people is. (Instead of 2). I thought I understood the…
irl_irl
  • 843
  • 1
  • 7
  • 6
72
votes
3 answers

Mathematical research of Pokémon

In competitive Pokémon-play, two players pick a team of six Pokémon out of the 718 available. These are picked independently, that is, player $A$ is unaware of player $B$'s choice of Pokémon. Some online servers let the players see the opponents…
Andrew Thompson
  • 4,113
  • 5
  • 37
  • 65