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



