Difficulty: Medium
Correct Answer: 7
Explanation:
Introduction / Context:This classic heads-and-legs puzzle uses simple linear equations. Cows have 4 legs, hens have 2 legs. Heads count equals the total number of animals. A relation connects legs to twice the number of heads with a fixed surplus of 14 legs.
Given Data / Assumptions:
Concept / Approach:Set up the equation using the leg and head counts. Simplify to isolate the number of cows. Only one variable will remain after cancellation because both sides include 2h.
Step-by-Step Solution:
Start: 4c + 2h = 2c + 2h + 14.Subtract 2h both sides: 4c = 2c + 14.Subtract 2c: 2c = 14.Therefore c = 7.Verification / Alternative check:Pick any h and verify the relation holds by computing heads and legs. The equation above guarantees correctness for c = 7 regardless of h, consistent with the given relation structure.
Why Other Options Are Wrong:
Common Pitfalls:Forgetting that the number of heads equals total animals. Also, do not overcomplicate by trying to find h explicitly; the equation collapses neatly to c = 7.
Final Answer:7
Discussion & Comments