From a80fbc0c55ca6194b4d4b395008b66ecb4bb4aab Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 10 Feb 2025 08:38:52 -0800 Subject: [PATCH] Edit "Somewhat Random Numbers" --- src/Warm-Ups/Somewhat Random Numbers/main.typ | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Warm-Ups/Somewhat Random Numbers/main.typ b/src/Warm-Ups/Somewhat Random Numbers/main.typ index 7fdee3d..be3fd1f 100644 --- a/src/Warm-Ups/Somewhat Random Numbers/main.typ +++ b/src/Warm-Ups/Somewhat Random Numbers/main.typ @@ -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([