Every time Sherry buys a book it is a math book with probability 0.3 and a novel with probability 0.7. Sherry keeps her math books in a bookcase that can hold 50 math books and keeps her novels in a different bookcase that can hold 100 novels. What is the probability that she fills up her math bookcase before she fills up her novels bookcase, assuming they are initially empty? Assume Sherry continues her book buying patterns even after one or both of her bookcases gets filled. Use indicator random variables and the central limit theorem to approximate the desired probability.
Question: Is be attempt below correct?
My attempt:
Let p = 0.3, n = 149 purchases
$P$[she fills up at least 50 math books in 149 purchases] = $P$[($X$ - np)/ √(np(1-p))] = $P$[($X$ - (149)(0.3))/√(149(0.3)(0.7)) ≥ (50 - 44.7)/√(31.29)] = $P$[$Z$ ≥ 0.95] = $0.8289$
Therefore, the probability of filling up her math bookcase before her novel bookcase is approximately 83%.