Your answer
choiceHow many minutes are needed to finish the required widgets?
- five | 5 minutes
- ten | 10 minutes
- fifty | 50 minutes
- hundred | 100 minutes
Jev example · Reasoning puzzles
Keep production rate separate from machine count.
This is the context Jev receives before answering the typed question.
{
"machine_count": 100,
"widgets_required": 100,
"rate": "Each independent machine produces one widget every five minutes, starting together. All machines work in parallel."
}How many minutes are needed to finish the required widgets?
Try a widget count that is not divisible by the machine count and define whether partial batches count.
Catalog source: TypeSafeAI/typesafe-playground, reused under MIT. This is an independent community catalog, not an official TypeSafe AI product.
Background source: Test-family inspiration: BIG-Bench Hard; these puzzles are independently authored.