a.shoib Wrote:Hi ron
am sorry am bumping into an old thread..
but ive always had this fundamental problem of identifying combinatronics problem whether it is an "AND" problem or an "OR" problem..
i understood your session on combinations problems.. but this aspect i was just not able to take.. can u plss help me in understanding this?
you, have to examine the particulars of the problem, and use those particulars to decide whether the problem is "and" or "or" (or even some combination of both). generally, once you figure out the distinction, it will translate directly into the appropriate operation (multiplication if it's an "and" situation, addition if it's a mutually exclusive "or" situation).
in the problem above, just spell out very explicitly what is happening in the problem:
you have to pick
(2 cheeses AND 2 fruits) OR (1 cheese AND 1 fruit)
... and this translates directly into
(ways of picking 2 cheeses
X ways of picking 2 fruits)
+ (ways of picking 1 cheese
X ways of picking 1 fruit)
it's similar in other problems -- there is not going to be a systematic rule; you just have to examine the situation and use your intuition to see which is which.