Difficulty: Easy
Correct Answer: 36
Explanation:
Introduction: Another heads-and-legs linear system. Each animal contributes one head, hens have 2 legs, goats have 4 legs. Solve for the number of goats.
Given Data / Assumptions:
Concept / Approach: Simplify the legs equation by dividing by 2, then eliminate h to isolate g.
Step-by-Step Solution:
h + g = 81 … (1)h + 2g = 117 … (2) (after dividing by 2)Subtract (1) from (2): g = 36.Hence h = 45 (sanity check).Verification / Alternative check: Legs: 2*45 + 4*36 = 90 + 144 = 234, checks out.
Why Other Options Are Wrong: Other counts lead to wrong total legs; “Cannot be determined” is incorrect because the system is solvable and unique.
Common Pitfalls: Missing the divide-by-2 simplification, which makes arithmetic cleaner.
Final Answer: 36
Discussion & Comments