奇怪的等式 (MiaoHunt 2023)

奇怪的等式
MiaoHunt 2023
Lost Town
Author(s)TheCelestialF
AnswerClick to revealVIOLENCE
Links
PuzzleLink


奇怪的等式 is a math puzzle from MiaoHunt 2023. The layout involves pictorial versions of equations along with digits and operations that would be used.

Solve Path[edit | edit source]

 

The general premise involves deducing which colors and shapes refer to which operations and numbers. A good break-in is expressions that equal 12, as there are multiple expressions with some only using one operation. Below are some strategies that can be applied.

  • Bounding arguments can be used to narrow down possible operations. For example, since 12 can be written as the product of at most three distinct whole number, the color red must represent multiplication.
  • Tracking possible numbers can be used if one knows that a number must appear in that equation. For example, after finding that green is multiplication, the number 1 must be represented by either the triangle, square, or pentagon.
  • After narrowing down some values, writing a computer program that assumes a color as an operation can be done to brute force possibilities.

Once all the symbols and numbers are found, the rest of the expressions can be calculated, and the answer can be extracted via A1Z26.

Puzzle Elements[edit | edit source]

Math - The entire premise of the puzzle is a math puzzle.

 

A1Z26 - Used for the final extraction.