PRMO 2014 question 20, subset counting



20. What is the number of ordered pairs (A,B)(A, B) where AA and BB are subsets of {1,2,,5}\{1, 2, \ldots, 5\} such that neither ABA \subseteq B nor BAB \subseteq A?
[PRE-RMO–2014]


A wrong approach:
Let's partition the numbers into 2 sets.
First set has 1 element, second has 4 elements. Total ways to do this = 5C1 * 2 = 10. 5C1 since there are 5C1 ways to choose the set with 1 element. *2 because these are ordered pairs.
Similarly, let's partition the numbers such that first set has 2 elements, second set has 3 elements.
Again, 5C2*2 = 20.
So total 30 ways.

Why is this wrong?
Because we didn't count the cases when a number is not present in either set + when a number is present in both the sets.

For e.g. A = {2}, B = {3,4} is a valid case.
A = {2,3}, B = {1,2} is also valid.

So what's the correct approach?

Via the “four‐color” method. Label each element of {1,2,3,4,5}\{1,2,3,4,5\} according to whether it is

  1. in neither AA nor BB,

  2. in AA only,

  3. in BB only, or

  4. in both AA and BB.

There are 44 possible statuses for each of the 55 elements, giving a total of 45=10244^5 = 1024 ways to form an ordered pair (A,B)(A,B).

To ensure that neither ABA\subseteq B nor BAB\subseteq A, we need at least one element of type 2 (an element in AA only) and at least one of type 3 (an element in BB only). Use inclusion–exclusion:

  • Total configurations: 45=10244^5 = 1024.

  • Subtract those with no type 2 element (so only types 1, 3, 4 are used): 35=2433^5 = 243.

  • Subtract those with no type 3 element (so only types 1, 2, 4 are used): another 35=2433^5 = 243.

  • Add back those with neither type 2 nor type 3 (so only types 1, 4 are used): 25=322^5 = 32.

Hence the count is

1024    243    243  +  32  =  570.1024 \;-\;243\;-\;243\;+\;32 \;=\;570.

Therefore, the number of ordered pairs (A,B){1,2,3,4,5}(A,B)\subseteq\{1,2,3,4,5\} with neither ABA\subseteq B nor BAB\subseteq A is

570.

Comments

Popular posts from this blog

Combinatorics DPP - RACE 6 - Q16 pending discussion

Geometry practice problems

Pre RMO 2018(IOQM), Question 2 incircle quadrilateral