Question : A urn contain N white and M black balls. Balls are randomly selected, one at a time , until a black one is obtained . It we assume that each selected ball is replaced before the next one is drawn, what is the probability that
i) exactly n draws are needed
ii) atleast k draws are needed
----------------------------------------------------------------
Should i be using geometric distribution

