Select 7 unique numbers from 1 to 100000
        Total possible combinations (ways)
        
If order does not matter (e.g. most lottery numbers): 19,837,103,521,810,812,302,411,153,014,784 (~)
If order matters (e.g. pick3 numbers, permutations, lock combinations, pin-codes): 99,979,001,749,926,499,264,356,575,963,250,688 (~)
            
                If order does not matter (e.g. most lottery numbers): 19,837,103,521,810,812,302,411,153,014,784 (~)
If order matters (e.g. pick3 numbers, permutations, lock combinations, pin-codes): 99,979,001,749,926,499,264,356,575,963,250,688 (~)



