Select 12 unique numbers from 0 to 9
        Total possible combinations (ways)
        
If order does not matter (e.g. most lottery numbers): 293,930 (~294 thousand)
If order matters (e.g. pick3 numbers, permutations, lock combinations, pin-codes): 1,000,000,000,000 (~1 trillion)
            
                If order does not matter (e.g. most lottery numbers): 293,930 (~294 thousand)
If order matters (e.g. pick3 numbers, permutations, lock combinations, pin-codes): 1,000,000,000,000 (~1 trillion)



