Enael
I've been stuck in this problem.
I don't understand completely why we only take 6C2*6C2 when the group is composed of 2 +ves and 2 -ves.
For me, there are 2 scenarios
Scenario 1: ++++ ++-- ----
Scenario 2: ++-- ++-- ++--
Note: In these 2 scenarios, it is indifferent both: the order of the group and the order WITHIN the group.
Since every decision for a single group affects the other 2 groups, I don't understand how we can simply add up (1)+(2)+(3) as in the previous answer.
My reasoning:
Scenario 1: ++++ ++-- ----
6C4*2C2*6C2*4C4 = 225
Scenario 2: ++-- ++-- ++--
6C2*6C2*4C2*4C2*2C2*2C2
It get confused whenever we're supposed to add combinations vs multiply them.
Help is much appreciated.
Not sure I understand your logic there but hope that the solution below will clear your doubts.
From 6 positive numbers and 6 negative numbers, how many groups of 4 numbers, yielding a positive product, can be formed?A. 720
B. 625
C. 30
D. 960
E. 255
For the product of 4 numbers to be positive there must be:
0 positive numbers and 4 negative numbers --> choosing all 4 numbers from 6 positive: \(C^4_6=15\);
2 positive numbers and 2 negative numbers --> choosing 2 numbers from 6 positive numbers and 2 numbers from 6 negative numbers: \(C^2_6*C^2_6=225\);
4 positive numbers and 0 negative numbers --> choosing all 4 numbers from 6 negative: \(C^4_6=15\).
Total = 15 + 225 + 15 = 255.
Answer: E.
Also, note that the order of the chosen numbers is not important here. Meaning that if the positive numbers are 1, 2, 3, 4, 5, and 6 and negative numbers are -1, -2, -3, -4, -5, and -6, then {1, 2, 3, 4} selection is the same as {4, 3, 2, 1} selection, {-1, -2, -3, -4} selection is the same as {-4, -3, -2, -1} selection, {1, 2, -1, -2} selection is the same as {1, -1, 2, -2} selection...
Hope it's clear.
Your answer is very clear but i'm stuck on one part(and this is the same part that I get on stuck on with every problem). How do you know when the order is important vs. when the order isn't important? Meaning, I can almost never decipher if I need to use the P or C formula. I've read the GMAT club book but haven't had any luck differentiating between "ordered" vs. "unordered" pairs.