Question 9

Cover Image for Question 9

Question 9

A bag contains n metal coins, n3n \geq 3, that are made from either silver or bronze. There are kk 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?

A. k(k1)+(nk)(nk1)n(n1)\displaystyle \frac{k(k-1) + (n-k)(n-k-1)}{n(n-1)}

B. (n2)(nk)(1kn)n2\displaystyle \binom{n}{2}\binom{n}{k}\left(1-\frac{k}{n}\right)^{n-2}

C. (k2)+(nk2)n(n1)\displaystyle \frac{\binom{k}{2} + \binom{n - k}{2}}{n(n-1)}

D. k2+(nk)2n2\displaystyle \frac{k^2 + (n-k)^2}{n^2}

Solution

The number of ways we can choose two coins is to pick any of the nn coins, followed by any of the n1n-1 remaining coins. This means there are n(n1)n(n-1) ways we can pick a pair of coins.

...

Log in or sign up to see more