For example, in a pet shop, 35% of cats is 1 ~ 2 years old, 40% is 2 ~ 4 years old and the remaining 25% is 4 ~ 6 years old. How can I know the average of cat's age in this pet shop?
2026-03-26 09:41:53.1774518113
Given the percentage of each range of years, how to calculate the total average of years?
62 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Assuming the question asks for the average age as a range (the same way the group ages are given), consider the case where cats in each group are at the minimum age, then the overall average is:
$$ 35\% \cdot 1 + 40\% \cdot 2 + 25\% \cdot 4 = 2.15 $$
Then, work out the same calculation for the maximum ages:
$$ 35\% \cdot 2 + 40\% \cdot 4 + 25\% \cdot 6 = 3.8 $$
Therefore the average cat age is between $\,2.15 \,\cdots\, 3.8\,$ years old.