A bag contains \(n\) metal coins, \(n \ge 3\), that are made from either silver or bronze.
There are \(k\) silver coins in the bag and the rest are bronze.
Two coins are to be drawn at random from the bag, with the first coin drawn not being replaced before the second coin is drawn.
Which of the following expressions will give the probability that the two coins drawn are made of the same metal?
- \(\dfrac{k(k-1)+(n-k)(n-k-1)}{n(n-1)}\)
- \(\left(\begin{array}{l}n \\ 2\end{array}\right) \left(\begin{array}{l}n \\ k\end{array}\right) \left(\begin{array}{l}1-\dfrac{k}{n} \end{array}\right)^{n-2} \)
- \(\dfrac{\left(\begin{array}{l}k \\ 2\end{array}\right) + \left(\begin{array}{c}n-k \\ 2\end{array}\right)}{n(n-1)} \)
- \(\dfrac{k^{2}+(n-k)^2}{n^{2}}\)