Official Solution:On a farm, there are chickens, cows, and sheep. The total number of chickens and cows is three times the number of sheep. If there are more cows than either chickens or sheep, and the combined total of heads and feet of chickens and cows is 100, how many sheep are on the farm? A. 5
B. 8
C. 10
D. 14
E. 17
Let's denote the number of chickens as \(c\), cows as \(w\), and sheep as \(s\).
We know that the combined total of heads and feet for chickens and cows is 100, so we can construct the equation: \(100 = (1c + 1w) + (2c + 4w)\). In this equation, 1 represents the number of heads per animal, while 2 and 4 denote the numbers of legs for a chicken (\(c\)) and a cow (\(w\)) respectively. Simplifying, we get: \(100 = 3c + 5w\).
Since both 100 and \(5w\) are multiples of 5, to satisfy \(100 = 3c + 5w\), \(c\) must also be a multiple of 5. If it isn't, then \(3c + 5w\) would become a sum of a non-multiple of 5 and a multiple of 5, which cannot be a multiple of 5. Considering multiples of 5 for \(c\) and keeping in mind the constraint of \(w > c\) (it's specified that there are more cows than either chickens or sheep), we find two fitting pairs: \(c=5\), \(w=17\) and \(c=10\), \(w=14\).
Finally, since the total number of chickens and cows is three times the number of sheep, we have \(c + w = 3s\). The pair \(c=5\), \(w=17\) doesn't satisfy this equation, as \(5 + 17 = 22\) isn't divisible by 3. However, \(10 + 14 = 24\) is divisible by 3, making this pair valid. As a result, for \(10 + 14 = 3s\), we find that \(s = 8\).
Answer: B