So I began by finding the prime factorization of $72$, which is: $$ 72 = 2^{3} \times 3^{2}$$ then exponentiating by $100$: $$ 72^{100} = 2^{300} \times 3^{200}$$ and so now the question is asking to count the positive integers (natural numbers) which divide this prime factorization.
So basically is this question asking me to compute the natural numbers which divide $2$ and $3$? wouldn't that just be $1,2$ and $3$? Or am I misinterpreting this (could very well be the case). Thanks for any assistance!
By your analysis, any number of the form $2^i3^j$ with $0 \le i \le 300$ and $0 \le j \le 200$ will divide your number. So, you have $301*201=60501$ possible numbers like that.