---
title: 'A Bizarre Probability Fact'
source: 'https://youtube.com/watch?v=Pny70rNPJLk'
video_id: 'Pny70rNPJLk'
date: 2026-08-08
duration_sec: 168
---

# A Bizarre Probability Fact

> Source: [A Bizarre Probability Fact](https://youtube.com/watch?v=Pny70rNPJLk)

## Summary

The video explores a surprising probability fact: the maximum of two uniform random variables (between 0 and 1) has the same distribution as the square root of a single uniform random variable. It provides a clear geometric visualization and a mathematical proof using cumulative distribution functions.

### Key Points

- **Sampling Two Uniform Numbers** [00:00] — Sampling two uniform numbers and taking their maximum yields a distribution biased towards larger values.
- **Square Root of a Uniform Number** [00:14] — Taking the square root of a single uniform number also produces a distribution biased towards larger values.
- **Surprising Equivalence** [00:29] — The distribution of the maximum of two uniform variables is identical to that of the square root of one uniform variable.
- **Visualizing with a Unit Square** [00:43] — Plotting the two numbers on an x-y axis creates a unit square; the maximum corresponds to a region within the square.
- **Probability of Maximum ≤ r** [01:50] — The probability that the maximum is less than or equal to r is the area of the square from (0,0) to (r,r), which is r².
- **Probability of Square Root ≤ r** [02:06] — The probability that the square root is less than or equal to r is the same as the probability that the original number is ≤ r², which is r².
- **Generalization to Three Variables** [02:34] — The maximum of three uniform variables has the same distribution as the cube root of one variable.

## Transcript

Say you sample two random numbers, each one uniform in the range from 0 to 1, Then the result is of course another random number with this bias towards being larger.
be to take one of those numbers and compute its square root. When you square a number that's smaller than 1, it becomes smaller, So this is another process that would give you
The surprise is that both of these are the same, in the sense that the distribution describing your result is identical for At first it just feels really wrong that computing a maximum and
but there's actually a really nice way to visualize why this should be true. Well think about one of these random numbers as existing somewhere on an x-axis between
And the other random number is going to exist on a y-axis, again uniform between 0 and 1. when you sample both at random, you're basically sampling a random point inside this
So take a moment to think about what it looks like for the maximum of these two values to be a particular number, like 0.7. Well either x1 is equal to that value and x2 is smaller than it,
which puts you somewhere on this line, or x2 equals that value and x1 is smaller than that, putting you somewhere on this line. In general, with continuous values, it's not very helpful to ask the probability
of equaling a certain number, since the answer tends to be infinitesimal. random value is less than or equal to a certain number. In this case, what it looks like to be less than or equal to 0.7 is that
you fall somewhere inside this square here, and so because everything is uniform, the probability of landing in that region is the area of that region. is less than some number r looks like r-squared.
cumulative distribution function for the random variable. What is the probability that the square root of one of these values is less than some number r?
That's the same thing as asking for the value itself to be less than or equal to r-squared, and since it's all uniform, the answer there is again r-squared. So both of these processes have the same cumulative distribution function,
Essentially, identical reasoning will show that if you take the maximum of three such random variables, it has the same effect as taking the cube root of one of them.
