Difficulty: Medium
Correct Answer: 14
Explanation:
Introduction / Context:
This classic heads-and-legs problem is solved by translating the verbal conditions into linear equations. Equal counts of cows and herdsmen imply paired head counts but different per-head leg counts (cows have 4 legs; herdsmen have 2 legs).
Given Data / Assumptions:
Concept / Approach:
Write legs = 4*(heads) − 28. Substitute heads = 2n and legs = 6n to form a single linear equation in n and solve.
Step-by-Step Solution:
Verification / Alternative check:
Heads = 2n = 28; 4*heads = 112. Legs = 6n = 84. 112 − 84 = 28, matching the condition exactly.
Why Other Options Are Wrong:
Common Pitfalls:
Assigning the same leg count to cows and herdsmen or forgetting that the phrase “equal number” applies to counts of individuals, not legs or heads.
Final Answer:
14
Discussion & Comments