This blog post presents a more computationally-efficient way to determine the abundance of the molecular isotopes of a molecule. In part 1, we created a molecule for each possible placement of each isotope in a molecule. While that worked, it was computationally expensive because it required creating each permutation. In this blog post, we’ll create each combination only once and calculate its abundance using the binomial distribution.