Edit "Somewhat Random Numbers"
All checks were successful
CI / Typst formatting (push) Successful in 4s
CI / Typos (push) Successful in 13s
CI / Build (push) Successful in 9m25s

This commit is contained in:
Mark 2025-02-10 08:47:51 -08:00 committed by Mark
parent c81ed3c7b9
commit 4e2b6ec7e3

View File

@ -13,7 +13,10 @@ Bob generates 101 random numbers from $[0, 1]$, but deletes the lowest result.
Say we have both of the resulting arrays, but do not know who generated each one. \
We would like to guess which of the two was generated by Bob. \
What is the optimal strategy, and what is its probability of guessing correctly?
- Say we assign the array with the smallest mean to Alice. \
What is our probability of guessing correctly?
- How often do we guess correctly if we instead assign \
the array with the smaller _minimum_ to Alice?
#solution([