Skip to main content
MITMH2022
Public Access

Solution to What’s in the Box? What’s in the Box?!

Lake Eerie

Answer: PAPETERIE
by Aaron Feldman, Deborah Levinson, Jen McTeague and Shai Nir Hana

This is a swag puzzle in which solvers are sent a small box full of paper shreds of various colors, including white shreds as filler. They also find a PostScript program on the puzzle page itself that they’ll need to complete the puzzle. Solvers must find all the colored shreds and reassemble them into their original 15cm x 15cm sheets (The patterns on top and bottom are to help with alignment of otherwise blank shreds). On one side of the sheet is a type sample with lorem ipsum placeholder text; on the other is an illustration of a monster, a percentage sign, and a set of pips.

Side A

Lorem ipsum text on a blue background Lorem ipsum text on a goldenrod background Lorem ipsum text on a pink background Lorem ipsum text on a red background Lorem ipsum text on a yellow background

Side B

Cartoon mummy with a percentage symbol and 5 black dots on a blue background; top of image has a black scalloped edge; bottom has a black wedge Cartoon ghost with a percentage symbol and 6 black dots on a goldenrod background; top of image has a black scalloped edge; bottom has a black wedge Cartoon vampire with a percentage symbol and 7 black dots on a pink background; top of image has a black scalloped edge; bottom has a black wedge Cartoon zombie with a percentage symbol and 9 black dots on a red background; top of image has a black scalloped edge; bottom has a black wedge Cartoon medusa with a percentage symbol and 12 black dots on a yellow background; top of image has a black scalloped edge; bottom has a black wedge

Solvers count the number of pipped shreds of each color and identify the monsters:

The PostScript file is typeset in a generic monospaced font for core variables and functions, but includes five sections typeset in the fonts corresponding to the different lorem ipsum samples. At the bottom, it includes a string of unique shapes. It also includes a section with definitions for variables setting the number of pips of each color (initially set to zero), as well as a section with definitions for variables named after the monsters. By changing colored pip variables to the correct number for each color, and only using the section that matches the font on each lorem ipsum section, the PostScript file draws shapes that overlay on certain letters in the lorem ipsum sample.

However, the script also draws an extra ‘decoy’ shape on each type sample. Solvers must realize that the % (PostScript comment) symbol next to the monster indicates that they should comment out the line corresponding to that monster in the section matching the lorem ipsum font on the other side of the paper. (As an added hint, the decoy letters spell out, in the order colors are listed in the PostScript file, BOGUS)

When the paper shreds have been reassembled, and the right lines commented out, the PostScript draws a set of different shapes that can be overlaid onto the matching font samples.

Lorem ipsum text on a blue background with an E surrounded by a square an a P surrounded by a hexagon
Highlighted E and P

Lorem ipsum text on a goldenrod background with an R surrounded by a triangle and an E surrounded by a hexagon
Highlighted R and E

Lorem ipsum text on a pink background with a P surrounded by a triangle and an I surrounded by a pentagon
Highlighted P and I

Lorem ipsum text on a red background with a T surrounded by a triangle and an A surrounded by a circle
Highlighted T and A

Lorem ipsum text on a yellow background with an E surrounded by a pentagon
Highlighted E

Each shape surrounds a single letter, and read in order based on the string of shapes in the PostScript program, they spell out PAPETERIE.