Question: A bag contains 4 white, 7 black and 5 red balls. 4 balls are drawn with replacement. Show that the probability of at least two balls are white is $\frac{67}{256}$.*
I have tried in the following way:
Number of white balls = 4
Number of black balls = 7
Number of red balls = 5
Total balls = 16
$P (\text{at least $2$ balls drawn are white})$ $= P (2\text{ balls drawn are white}) + P (3 \text{ balls drawn are white}) +P (4 \text{ balls drawn are white}) $ $=\frac{^4C_2\times ^{12}C_2}{^{16}C_4}+\frac{^4C_3\times ^{12}C_1}{^{16}C_4}+\frac{^4C_4\times ^{12}C_0}{^{16}C_4}$
I don't know whether my approach is correct or not.