Shankar B. answered 05/29/19
Advanced Math experience at Engineering Math levels
This is a direct application of a combinatorial selection problem. If you have n objects of which you wish to select r, then you can do so in nCr ways. The mathematical formula to calculate nCr is -
nCr = n! / ( (n-r)! r! ) where the "!" sign denotes the factorial.
Note that the denominator is the product of (n-r)! and r!
For this specific problem, n = 22 and r = 11
Answer = 22C11
= 22! / (11! x 11!) ...answer