Given,
A committee of
n - women
k - men
Alternate choices, in case of replacement, available are 2 women & 2 men.
The probability of increasing the # of women, is by replacement of 1 man in the committee with 1 woman from the alternates.
Consider this as a selection of 2 people, one man from k men & one woman from the 2 alternates.
#of ways selecting 1 man from k men = k
#of way of selecting 1 woman from 2 women = 2
Required Probability = Probability of selecting 1 man from (n+k) members * Probability of selecting 1 woman from 4 alternates
Therefore required Probability is \({k/(n+k)}*{2/4}\)
Ok now lets check
Statement 1 : \(n+k = 12\), clearly not sufficient, as n=10, k= 2 or n=7, k=5, or many other combinations.
Statement 2: \(k/n =1/3\)
which is \(n/k = 3/1\)
By adding 1 to each side can be converted to
\((n+k)/k = 4/1\)
\(k/(n+k) = 1/4\)
Hence statement 2 is sufficient to find the required probability.