How do you solve the below equation? The question read " There are n different dolls in a bag. The number of ways of choosing 4 dolls is same as 8 dolls. Find n.
I came down till this below step and now i'm stuck.
(n-4)!=1680(n-8)!
2026-04-08 05:46:03.1775627163
Find n from the equation
475 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
easiest solution I know is to note $\binom{n}{k}=\binom{n}{n-k}$ this translates as $\binom{n}{4}=\binom{n}{n-4}$, we were told $\binom{n}{4}=\binom{n}{8}$ therefore $\binom{n}{8}=\binom{n}{n-4}$ which leads to 8=n-4 which then leads to n=12.