Select 13 unique numbers from 1 to 10
        Total possible combinations (ways)
        
If order does not matter (e.g. most lottery numbers): 497,420 (~497 thousand)
If order matters (e.g. pick3 numbers, permutations, lock combinations, pin-codes): 10,000,000,000,000 (~10 trillion)
            
                If order does not matter (e.g. most lottery numbers): 497,420 (~497 thousand)
If order matters (e.g. pick3 numbers, permutations, lock combinations, pin-codes): 10,000,000,000,000 (~10 trillion)



