This concerns getting the probablity that we will get our first success on the kth trial, with a probability of success on each trial being p = 1/3. The other tutor was correct for part b), which was: b)a) Instead of plotting, I'll just list the values: PMF(probability mass function) CDF(cumulative distribution function) k|PMF(k) |CDF(k) 1|0.3333 |0.3333 2|0.2222 |0.5556 3|0.1481 |0.7037 4|0.0988 |0.8025 5|0.0658 |0.8683 6|0.0439 |0.9122 7|0.0293 |0.9415 8|0.0195 |0.9610 9|0.0130 |0.9740 10|0.0087 |0.9827 c) (approximately) Edwin