Compare commits

..

1 Commits

Author SHA1 Message Date
bed4fd2766
Added "Somewhat Random Numbers" 2025-01-23 19:35:42 -08:00

@ -71,8 +71,8 @@ What is the optimal strategy, and what is its probability of guessing correctly?
}
- #{
(
box(strike(`B`), inset: 1pt)
+ box(`B`, stroke: ored, inset: 1pt)
box(`B`, stroke: ored, inset: 1pt)
+ box(strike(`B`), inset: 1pt)
+ box([: $approx 0.251$], inset: (top: 1pt, bottom: 1pt))
)
}