Quote:
Originally Posted by maverick_srikan Puys,
Need some help.
Could someone temme the formula for finding the number of permutations for:
1. AABB
2. AABC
Thanks!  |
hi
The general formula would look like this if there are n items and among them if there are p similar items and q similar items and remaining items are different for each other then the formula will be n!/p!*q!.
i,e AABB n=4 (AABB) p=2(AA) q=2(BB) => 4!/2!*2!
AABC n=4 p=2(AA) reaming two are different from other items =>4!/2!.
Hey if am wrong anywhere let me know.