Answers for "how many sets of 3 in 4"

0

how many sets of 3 in 4

nCr = n!/(r!(n-r)!)
4C3 = 4!/(3!(4-3)!)
    = 24/(6*1)
    = 4
Posted by: Guest on April-10-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language