Anshika Y.
asked 04/19/21Basic quen on probability
Quen: An ant farm contains both red and black ants. A particular passage in the farm is so narrow that only 1 ant can get through at a time. If 4 ants follow each other through the passage, how many different color patterns (having 4 elements) could be produced (assuming that red ants are indistinguishable from one another, as are black ants)?
1 Expert Answer
Since one red ant is indistinguishable from the other red ant then their order doesn't matter, as well as the black ants from the others. Therefore, we can use the combination formula:
nCr = n! / (r! (n-r)!)
The combination of n items taken r at a time.
The following patterns can be:
No black (4 red) = RRRR → 4C0 = 4! / (0! (4-0)!) = 1
1 black (3 red) = BRRR, RBRR, RRBR, RRRB → 4C1 = 4! / (1! (4-1)!) = 4
2 black (2 red) = BBRR, BRBR, BRRB, RBRB, RRBB, RBBR → 4C2 = 4! / (2! (4-2)!) = 6
3 black (1 red) = BBBR, BBRB, BRBB, RBBB → 4C3 = 4! / (3! (4-3)!) = 4
4 black (no red) = BBBB → 4C4 = 4! / (4! (4-4)!) = 1
4C0 + 4C1 + 4C2 + 4C3 + 4C4 = 1 + 4 + 6 + 4 +1 = 16
There are 16 color patterns.
Another way to solve this is using Pascal Triangle of Numbers.
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Anshika Y.
Thanku so much sir!04/20/21