Page 1 of 1

Riddler problems

Posted: Fri Jan 12, 2018 8:08 pm
by Bob78164
I'm pretty sure I've figured out this week's Riddler Express. The Riddler Classic appears to be more of a challenge.

The Riddler Express: Fix a circle. Choose three points at random (uniform distribution) on the circle. (To be clear, that's on the circle itself, not in its interior.) Those three points form a triangle. What is the probability that the center of the circle lies within the triangle? My answer:
Spoiler
0.25
.

The Riddler Classic: Fix a sphere. Choose four points at random (uniform distribution) on the sphere. (To be clear, that's on the sphere itself, not in its interior.) Those four points form a tetrahedron. What is the probability that the center of the sphere lies within the tetrahedron? I don't think the technique I used to figure out the Riddler Express generalizes to this case. --Bob

Re: Riddler problems

Posted: Fri Jan 12, 2018 9:39 pm
by mrkelley23
Bob78164 wrote:I'm pretty sure I've figured out this week's Riddler Express. The Riddler Classic appears to be more of a challenge.

The Riddler Express: Fix a circle. Choose three points at random (uniform distribution) on the circle. (To be clear, that's on the circle itself, not in its interior.) Those three points form a triangle. What is the probability that the center of the circle lies within the triangle? My answer:
Spoiler
0.25
.

The Riddler Classic: Fix a sphere. Choose four points at random (uniform distribution) on the sphere. (To be clear, that's on the sphere itself, not in its interior.) Those four points form a tetrahedron. What is the probability that the center of the sphere lies within the tetrahedron? I don't think the technique I used to figure out the Riddler Express generalizes to this case. --Bob
I don't think the uniform distribution constraint applies to the Express puzzle. Otherwise, I think the probability would be 1.00.

Re: Riddler problems

Posted: Fri Jan 12, 2018 10:13 pm
by Bob78164
mrkelley23 wrote:
Bob78164 wrote:I'm pretty sure I've figured out this week's Riddler Express. The Riddler Classic appears to be more of a challenge.

The Riddler Express: Fix a circle. Choose three points at random (uniform distribution) on the circle. (To be clear, that's on the circle itself, not in its interior.) Those three points form a triangle. What is the probability that the center of the circle lies within the triangle? My answer:
Spoiler
0.25
.

The Riddler Classic: Fix a sphere. Choose four points at random (uniform distribution) on the sphere. (To be clear, that's on the sphere itself, not in its interior.) Those four points form a tetrahedron. What is the probability that the center of the sphere lies within the tetrahedron? I don't think the technique I used to figure out the Riddler Express generalizes to this case. --Bob
I don't think the uniform distribution constraint applies to the Express puzzle. Otherwise, I think the probability would be 1.00.
Definitely not. Consider any three points in the upper half of the circle, which obviously occurs with probability greater than zero. The triangle they form definitely doesn't include the center of the circle. --Bob

Re: Riddler problems

Posted: Fri Jan 12, 2018 11:57 pm
by Bob Juch
Bob78164 wrote:I'm pretty sure I've figured out this week's Riddler Express. The Riddler Classic appears to be more of a challenge.

The Riddler Express: Fix a circle. Choose three points at random (uniform distribution) on the circle. (To be clear, that's on the circle itself, not in its interior.) Those three points form a triangle. What is the probability that the center of the circle lies within the triangle? My answer:
Spoiler
0.25
.

The Riddler Classic: Fix a sphere. Choose four points at random (uniform distribution) on the sphere. (To be clear, that's on the sphere itself, not in its interior.) Those four points form a tetrahedron. What is the probability that the center of the sphere lies within the tetrahedron? I don't think the technique I used to figure out the Riddler Express generalizes to this case. --Bob
Express: You are correct.
Classic:
Spoiler
1/8

Re: Riddler problems

Posted: Sat Jan 13, 2018 9:45 am
by mrkelley23
Bob78164 wrote:
mrkelley23 wrote:
Bob78164 wrote:I'm pretty sure I've figured out this week's Riddler Express. The Riddler Classic appears to be more of a challenge.

The Riddler Express: Fix a circle. Choose three points at random (uniform distribution) on the circle. (To be clear, that's on the circle itself, not in its interior.) Those three points form a triangle. What is the probability that the center of the circle lies within the triangle? My answer:
Spoiler
0.25
.

The Riddler Classic: Fix a sphere. Choose four points at random (uniform distribution) on the sphere. (To be clear, that's on the sphere itself, not in its interior.) Those four points form a tetrahedron. What is the probability that the center of the sphere lies within the tetrahedron? I don't think the technique I used to figure out the Riddler Express generalizes to this case. --Bob
I don't think the uniform distribution constraint applies to the Express puzzle. Otherwise, I think the probability would be 1.00.
Definitely not. Consider any three points in the upper half of the circle, which obviously occurs with probability greater than zero. The triangle they form definitely doesn't include the center of the circle. --Bob
If all three points are in the upper half of the circle, then they are by definition not "uniformly distributed." That's why the classic uses the words "uniformly distributed" and the Express does not.

Re: Riddler problems

Posted: Sat Jan 13, 2018 2:40 pm
by Bob78164
mrkelley23 wrote:
Bob78164 wrote:
mrkelley23 wrote:
I don't think the uniform distribution constraint applies to the Express puzzle. Otherwise, I think the probability would be 1.00.
Definitely not. Consider any three points in the upper half of the circle, which obviously occurs with probability greater than zero. The triangle they form definitely doesn't include the center of the circle. --Bob
If all three points are in the upper half of the circle, then they are by definition not "uniformly distributed." That's why the classic uses the words "uniformly distributed" and the Express does not.
Uniform distribution refers to the probability distribution. It's a more precise way of saying that each point is equally likely (which isn't a helpful concept for continuous probability distributions because the probability of any specific point being selected is 0). Uniform distribution (in this context) means that the probability that your randomly selected point ends up in a given arc is the ratio of the length of that arc to 2*pi.

An alternative, for instance, would be that points are twice as likely to end up in the lower semicircle than in the upper semicircle. --Bob