Daily Math Puzzle: 2026-05-12
Sharpen your mathematical thinking with fresh puzzles delivered daily.
🧩 New Puzzle Every Day — Free
2026-05-12
You are the commander of a spaceship that is running low on fuel. You have three fuel tanks, each with a different capacity: Tank A can hold 1000 L, Tank B can hold 2000 L, and Tank C can hold 3000 L. The fuel gauges are broken, and you only know that one tank is full, one tank is half‑full, and one tank is empty. You can send exactly one message to Mission Control. Which single piece of information should you send to guarantee you can determine the status of every tank?
🔥 Build your streak — solve daily in the app
Solution
Send the difference in fuel levels between Tank A and Tank B — Sending the difference between the fuel in Tank A and Tank B is enough to pin down the whole situation. There are only three possible assignments of "full", "half‑full" and "empty" to the three tanks, because each capacity is distinct:
1. A = full (1000 L), B = half (1000 L), C = empty (0 L) → difference A‑B = 0 L
2. A = full (1000 L), B = empty (0 L), C = half (1500 L) → difference A‑B = 1000 L
3. A = half (500 L), B = full (2000 L), C = empty (0 L) → difference A‑B = -1500 L
4. A = half (500 L), B = empty (0 L), C = full (3000 L) → difference A‑B = 500 L
5. A = empty (0 L), B = full (2000 L), C = half (1500 L) → difference A‑B = -2000 L
6. A = empty (0 L), B = half (1000 L), C = full (3000 L) → difference A‑B = -1000 L
Each possible difference value (0, 1000, ‑1500, 500, ‑2000, ‑1000) occurs only once among the six arrangements, so Mission Control can look at the reported difference and instantly know which tank is full, half‑full, and empty. The other three answer choices do not give a unique mapping: the total fuel could correspond to several arrangements, the amount in Tank A alone leaves ambiguity, and knowing the level of the largest tank (C) still leaves two possibilities for A and B. Hence the correct choice is the third one.
Never Miss a Daily Puzzle
Download TestPrepMagic and get push notifications for each day's puzzle. Build daily streaks and track your improvement.
Download Free AppRelated Puzzles
Math Puzzle: 2026-05-11
The High Priestess of the forgotten civilization of Xylos was tasked with organizing ancient, fragile scrolls into special ceremonial boxes. She noted that if she placed 8 scrolls into each box, there were 5 scrolls left over, unable to fit into any box. However, if she attempted to place 9 scrolls into each box, she found she would need 3 additional scrolls to fill all the boxes completely. How many ceremonial boxes did the High Priestess possess?
Math Puzzle: 2026-05-10
InnovateCo, a promising tech startup, launched its premium analytics service. For their initial clients, they implemented a unique pricing strategy: the first client paid $100, the second paid $120, the third paid $140, and so on, with each subsequent client paying $20 more than the previous one. After successfully acquiring their 100th client with this model, the company decided to adjust its strategy. All *future* clients (starting from the 101st) would pay a flat rate that is 20% less than the *average price paid by the first 100 clients*. How much will the 101st client pay for the premium analytics service?
Math Puzzle: 2026-05-09
Alice, a data scientist at 'PatternPulse,' is analyzing a peculiar sequence of numbers representing the 'evolution of a viral algorithm's daily unique user count' in a highly abstracted form. She presents you with the first five days' data and asks you to predict the sixth day's count. What comes next in this sequence: 1, 11, 21, 1211, 111221, ?