Question : Selecting a Panel
Source : Manhattan GMAT CAT
A certain panel is to be composed of exactly three women and exactly two men, chosen from x women and y men. How many different panels can be formed with these constraints?
(1) If two more women were available for selection, exactly 56 different groups of three women could be selected.
(2) x = y + 1
My approach was through slot method :
___ ___ ___ and ___ ___
3 women out of x and 2 men out of y
x * (x-1) * (x-2) and y * (y-1)
so we got to find what does the above expression evaluate to ?
1st statement -> if two more women were available so x is now x+2
so women can be chosen in (x+2) * (x+1) * (x) ways
and men can be chosen in (y) * (y-1) ways
[(x+2) * (x+1) * (x)] * [((y) * (y-1)] = 56
however, this expression won't evaluate to a definite answer hence it is INSUFFICIENT which rules out options A and D
2nd statement -> x = y+1
Putting y+1 as the value of x in the above expression in blue again wont give me a definite value for the expression hence this statement is INSUFFICIENT which rules out option B
Combining both, we get two equations and we have two variables. Although I did not attempt to solve the equations but I think that it will give me the required value for x and y and hence we will be able to evaluate the expression in blue on top and hence combining statement 1 and statement 2 it is SUFFICIENT and hence answer is C.
Is my approach incorrect ?
Regards