Select 25 unique numbers from 0 to 1
        Total possible combinations (ways)
        
If order does not matter (e.g. most lottery numbers): 26
If order matters (e.g. pick3 numbers, permutations, lock combinations, pin-codes): 33,554,432 (~34 million)
            
                If order does not matter (e.g. most lottery numbers): 26
If order matters (e.g. pick3 numbers, permutations, lock combinations, pin-codes): 33,554,432 (~34 million)



