Bunuel
How many 4 member committee can be formed from a group of x men and y women such that 3 members are of one sex and 1 member of opposite sex
(1) There are a total of 12 men and women together in the group
(2) If the number of men was y and the number of women was x then the number of committees formed would not change
I am not at all sure about my approach, but this is the only line of thought that I could come up with, looking forward to the OA and explanation.
there will be 2 valid scenarios,
Scenario 1: 3 Men and 1 Woman
Scenario 2: 3 Women and 1 Man
Therefore the total number of committees formed would be
Scenario1 + Scenario2
\(xC3* yC1 + yC3*xC1\)
this expands to
\([\frac{(x)(x-1)(x-2)}{(1*2*3)}]*(y) + [\frac{(y)(y-1)(y-2)}{(1*2*3)}]*(x)\)
Statement 1: x+y = 12
substituting y= 12-x and bringing it into the brackets, the above expansion reduces to
[\frac{(x)(x-1)(x-2)(12-x)}{(1*2*3)}] + [\frac{(12-x)(11-x)(10-x)(x)}{(1*2*3)}]
Taking commons
\([\frac{(x)(12-x)}{(1*2*3)}][(x-1)(x-2) + (11-x)(10-x)]\)
expanding
\([\frac{(x)(12-x)}{(1*2*3)}][ x^2 -3x +2 + 110 -21x +x^2]\)
\([\frac{(x)(12-x)}{(1*2*3)}]2x^2 -24x +112]\)
taking 2 common and cancelling
\([\frac{(x)(12-x)}{(1*3)}][x^2 -12x +56]\)
without x we can't solve this, so statement 1 is NOT enough
Statement 2:
if the number of men was y and the number women was x, the number of committees formed would still be the same.
This statement is redundant because
\([\frac{(x)(x-1)(x-2)}{(1*2*3)}]*(y) + [\frac{(y)(y-1)(y-2)}{(1*2*3)}]*(x)\)
The above equation is symmetrical across the + so exchanging x and y would still give us the same equation
Based on the above observations I feel that the answer should be
(E) Both Statements Together are not enough