Legs at the Party
A variety of multi-legged critters show up to a function. Wasps have $6$ legs each, horses have $4$ legs each, and ducks have
A variety of multi-legged critters show up to a function. Wasps have $6$ legs each, horses have $4$ legs each, and ducks have
How to Think About It: Everything in this problem is expressed as a multiple of the number of horses, so let $n$ be the number of horses and express everything else in terms of $n$. Once you have a single linear equation in $n$, solve it and scale up to get the wasp count.
Quick Estimate: The wasp-to-horse ratio is
Approach: Set up one linear equation in $n$ and solve exactly.
Formal Solution:
Let $n$ = number of horses. Then: - Ducks: $5n$ (five times as many as horses) - Wasps:
Total legs: $4n + 2(5n) + 6(10n) = 4n + 10n + 60n = 74n = 888$
Solving: $n = 12$.
Number of wasps:
Answer: $\boxed{120}$ wasps.
The key move in these multi-variable word problems is to reduce everything to one variable as quickly as possible. When every quantity is stated as a ratio of some base quantity -- here, all counts are multiples of the number of horses -- you should immediately set $n$ to be that base and express the others in terms of $n$. One equation, one unknown.
This pattern appears constantly in interview brain teasers: the problem looks like it has three unknowns, but the ratio constraints collapse it to one. Recognizing that structure early is the sign of a clear thinker under time pressure.