Question: A farmer has chickens and cows. If there are 50 animals in total and the number of cows is 10 more than the number of chickens, how many cows are there?
Options:
Correct Answer: 20
Solution:
Let the number of chickens be x. Then the number of cows is x + 10. The equation is x + (x + 10) = 50. Solving gives 2x + 10 = 50, so 2x = 40, x = 20. Therefore, cows = x + 10 = 30.