Kindergarten
โฉ๏ธ Back to puzzleSolved! ๐ += 25;
You’re about to tell the kids about the MOP system
of using a TEAM SELECTION EXAM
,
where candidates are whittled down through a series of increasingly
rigorous tests, and finally the top names go through multi-year testing
in order to determine the top six students to represent the United States.
Then you think about it a bit more, and decide maybe this isn’t quite the message you shouldn’t be giving to a bunch of kindergarteners. Perhaps when they are older, it’ll make more sense to them.
So instead, you mutter something like, “uh, just keep practicing, you’ll all get better with experience”.
“Oh,” says the small girl. She looks around at her classmates, and sighs. “Why can’t everyone be as smart as me?”, she laments, before closing her eyes and resuming trying to count.
Kids will be kids, you think to yourself, as you leave the kindergarteners to enjoy the rest of their recess.
Solution to Kindergarten
Introduction
Contacting Steve with the message “teach me a lesson” yields the following haiku:
Don’t know ๐๐๐’s?
Want to learn to count with me?
Join#kindergarten
!
The three emojis are hinting “ABC”, in line with the puzzle theme.
The solver then finds they now have access to a new channel
in the MOSP Discord, the #kindergarten
channel.
Counting
As mentioned in the Acknowledgments, the Kindergarten puzzle requires solvers to complete a counting exercise, hosted in the Discord. As a tip-off to Haikubot, the solvers can’t just type the numbers in: they must format them as haikus using arithmetic operations, e.g.
$7 - 6$
$1 \times 1 + 1 \times 1$
$3 \times 1 + 2$
Steve will confirm each correct line of the haiku, presenting a particular emoji as each haiku is completed.
Trolls
Much like in the sister Mystery hunt puzzle, a few automated trolls are present, which will mess up the count for the solvers.
- The Helpful Firefly will, after a few seconds, post the previous line written in chat with “+1” appended to it. This won’t cause a miscount in terms of the next number, but it will botch the syllable count unless (and only unless) the previous number is $1 \bmod 3$ (in which case the “+1” adds two syllables to get a seven syllable line). Thus, when Helpful Firefly appears, solvers must rush to the next $1 \bmod 3$ number and stop there.
- The Quiz Owl will post a random early AMC 10 problem and nag the solvers to send it the answer via DM. If the answer isn’t sent soon enough, the Quiz Owl will insist more loudly. If it still isn’t sent, it will output the answer to the AMC problem, most likely causing a miscount.
- The Singing Creodont initiates a two-minute countdown once the threshold 42 is reached, forcing solvers to race to get as far as they can in the two minutes. (Once the countdown expires, the game ends.)
Emojis
The first 23 haikus completed will generate emojis; subsequent haikus (past the score 70) won’t generate any additional information.
The Creodont will also tell the solvers that extraction is possible after the first 17 haikus, and the remaining haikus are just an additional hint. Reproduced below is the Creodont’s hint after 51 points are earned:
Wow you passed 50!๐ฅ
You made seventeen haikus ๐ค
Emoji haiku? ๐คฏ
You could extract now ๐ฅ
But I suggest you go on ๐ช
There are six more hints ๐ก
This message is not a puzzle, so please don’t read too much into it.
The 23 emojis obtained are:
๐ตโ๐โ๏ธโ๐งโ๏ธ๐๏ธโ๏ธ๐คโโ๐โ๐โ๏ธโ ๐ณ ๐ด ๐น ๐ต๐ฐ๐ต
As hinted, we arrange these in 5/7/5 format, with an extra line of six characters.
๐ตโ๐โ๏ธโ
๐งโ๏ธ๐๏ธโ๏ธ๐คโโ
๐โ๐โ๏ธโ
๐ณ ๐ด ๐น ๐ต๐ฐ๐ต
The next steps are as follows:
- These lines arrange to form equations: we substitute the four math symbols that appear with their operations, interpreting โ๏ธ as equals and โ as an unknown.
- As suggested by the earlier message about ๐๐๐ being ABC, the emojis canonically represent letters.
- Using A=1, …, Z=26, we can find the value of โ in each equation.
- We convert that back into a letter.
The process is shown below
Haiku line | Letter equation | Number equation | Answer | Letter |
---|---|---|---|---|
๐ต $\div$ ๐ $=$ โ | $T \div A = {?}$ | $20 \div 1 = {?}$ | $20$ | $T$ |
๐ง $\times$ ๐๏ธ $=$ ๐ค $+$ โ | $E \times I = Z + {?}$ | $5 \cdot 9 = 26 + {?}$ | $19$ | $S$ |
๐ $-$ ๐ $=$ โ | $H - C = {?}$ | $8 - 3 = {?}$ | $5$ | $E$ |
NOT ๐ต๐ฐ๐ต | NOT $TST$ |
The abbreviation for TSE
that best fits the hint “NOT TST” is
TEAM SELECTION EXAM
.
Author Notes
The authors had a little too much fun coding the Discord bots for this puzzle.