mariyea
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
Question: \(C^{3}_{x}*C^{2}_{y}=?\) So we need the values of \(x\) and \(y\).
(1) \(C^{3}_{x+2}=56\) --> there is only one \(x\) to satisfy this (meaning that there is only one number out of which we can make 56 different selections of 3, so \(x+2\) is some specific number which gives some specific \(x\)), but we know nothing about \(y\). Not sufficient.
Just to illustrate how to find \(x\): \(C^{3}_{x+2}=56\) --> \(\frac{(x+2)!}{(x+2-3)!*3!}=56\) --> \(\frac{(x+2)!}{(x-1)!*3!}=56\) --> \(\frac{x(x+1)(x+2)}{3!}=56\) --> \(x(x+1)(x+2)=6*7*8\) --> \(x=6\).
<< --- how to calculate roots fast for 3rd degree polynomial.
(2) x = y + 1. Clearly insufficient.
(1)+(2) From (1) we know \(x\), so from (2) we can get \(y\). Sufficient.
Answer: C.
How you calculated the value of X for 3rd degree polynomial ? Is there any test for third or above degree polynomial to guess signs of the roots without solving equation ? (Whether polynomial has 0 one of the root or n number of negative or positive roots )
Thanks.