Compare commits

..

1 Commits

Author SHA1 Message Date
dfda27e56e
Added "Somewhat Random Numbers"
All checks were successful
CI / Typst formatting (pull_request) Successful in 12s
CI / Typos (pull_request) Successful in 23s
CI / Build (pull_request) Successful in 10m49s
2025-01-23 19:41:31 -08:00

View File

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