There are some cows, bulls and 45 hens in a group. One caretaker looks after 15 animals. The number of bulls is twice the number of cows. If the number of heads is less than the total number of feet by 186 (including the caretakers), how many caretakers are there?

Aptitude Simplification Difficulty: Hard
Choose an option
  • A
    5
  • B
    6
  • C
    8
  • D
    9
  • E
    None of these

Answer

Correct Answer: 6

Explanation

### Concept & Logic This is an advanced algebraic puzzle requiring you to construct equations based on physical attributes (heads and feet) across multiple categories (animals and humans), while maintaining relational constraints (bulls to cows, caretakers to animals). $$ \text{Total Feet} - \text{Total Heads} = 186 $$ ### Step-by-Step Solution * **Define Variables:** Let the number of cows be $c$. * Bulls ($b$) = $2c$. * Hens ($h$) = $45$. * **Total Animals ($A$):** $A = c + 2c + 45 = 3c + 45$. * **Caretakers ($k$):** One caretaker for every 15 animals. * $k = \frac{3c + 45}{15} = \frac{c}{5} + 3$. * **Total Heads ($H$):** Every creature has 1 head. * $H = \text{Animals} + \text{Caretakers} = (3c + 45) + \left(\frac{c}{5} + 3\right) = 3.2c + 48$. * **Total Feet ($F$):** Cows and bulls have 4 feet, hens and caretakers have 2. * $F = 4(c) + 4(2c) + 2(45) + 2\left(\frac{c}{5} + 3\right)$ * $F = 4c + 8c + 90 + 0.4c + 6 = 12.4c + 96$. * **Apply the Given Condition:** Feet minus Heads = 186. * $(12.4c + 96) - (3.2c + 48) = 186$ * $9.2c + 48 = 186$ * $9.2c = 138$ * $c = \frac{138}{9.2} = 15$. * **Final Calculation:** Number of cows is 15. We need the number of caretakers ($k$). * $k = \frac{c}{5} + 3 = \frac{15}{5} + 3 = 3 + 3 = 6$. ### Exam Strategy & Shortcut Notice the caretaker fraction: $k = \frac{c}{5} + 3$. For caretakers to be a whole number (you can't have a fraction of a person), the number of cows ($c$) *must* be a multiple of 5 (e.g., 5, 10, 15, 20). If you test $c=15$, then $k = 6$. Check the total feet and heads with these numbers to verify it equals 186. Guessing and checking logically is often faster than solving decimals algebraically. ### Common Pitfall Forgetting to include the caretakers in the head and feet count. The problem explicitly states "(including the caretakers)", but under pressure, students often calculate heads and feet only for the animals, leading to a completely unsolvable equation. ### Final Answer **Therefore, the correct answer is 6.**
Discussion & Comments
No comments yet. Be the first to comment!
Join Discussion