A box contains `n` marbles that are identical in every way except colour, of which `k` marbles are coloured red and the remainder of the marbles are coloured green. Two marbles are drawn randomly from the box.
If the first marble is not replaced into the box before the second marble is drawn, then the probability that the two marbles drawn are the same colour is
- `(k^2 + (n-k)^2)/n^2`
- `(k^2 + (n-k-1)^2)/n^2`
- `(2k(n-k-1))/(n(n-1))`
- `(k(k-1) + (n-k)(n-k-1))/(n(n-1))`
- `\ ^n C_2 (k/n)^2 (1-k/n)^(n-2)`