Question 413236

no. of ways to find combination of r from n = nCr = n!/[r!*(n-r)!]


no. of ways to find combination of 3 from 6 = 6C3 = 6!/[3!*3!] = 20