返回题库

AIME 2017 II · 第 1 题

AIME 2017 II — Problem 1

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Find the number of subsets of {1,2,3,4,5,6,7,8}\{1, 2, 3, 4, 5, 6, 7, 8\} that are subsets of neither {1,2,3,4,5}\{1, 2, 3, 4, 5\} nor {4,5,6,7,8}\{4, 5, 6, 7, 8\}.

解析

Solution 1

The number of subsets of a set with nn elements is 2n2^n. The total number of subsets of {1,2,3,4,5,6,7,8}\{1, 2, 3, 4, 5, 6, 7, 8\} is equal to 282^8. The number of sets that are subsets of at least one of {1,2,3,4,5}\{1, 2, 3, 4, 5\} or {4,5,6,7,8}\{4, 5, 6, 7, 8\} can be found using complementary counting. There are 252^5 subsets of {1,2,3,4,5}\{1, 2, 3, 4, 5\} and 252^5 subsets of {4,5,6,7,8}\{4, 5, 6, 7, 8\}. It is easy to make the mistake of assuming there are 25+252^5+2^5 sets that are subsets of at least one of {1,2,3,4,5}\{1, 2, 3, 4, 5\} or {4,5,6,7,8}\{4, 5, 6, 7, 8\}, but the 222^2 subsets of {4,5}\{4, 5\} are overcounted. There are 25+25222^5+2^5-2^2 sets that are subsets of at least one of {1,2,3,4,5}\{1, 2, 3, 4, 5\} or {4,5,6,7,8}\{4, 5, 6, 7, 8\}, so there are 28(25+2522)2^8-(2^5+2^5-2^2) subsets of {1,2,3,4,5,6,7,8}\{1, 2, 3, 4, 5, 6, 7, 8\} that are subsets of neither {1,2,3,4,5}\{1, 2, 3, 4, 5\} nor {4,5,6,7,8}\{4, 5, 6, 7, 8\}. 28(25+2522)=1962^8-(2^5+2^5-2^2)=\boxed{196}.

Solution 2

Upon inspection, a viable set must contain at least one element from both of the sets {1,2,3,4,5}\{1, 2, 3, 4, 5\} and {4,5,6,7,8}\{4, 5, 6, 7, 8\}. Since 4 and 5 are included in both of these sets, then they basically don't matter, i.e. if set A is a subset of both of those two then adding a 4 or a 5 won't change that fact. Thus, we can count the number of ways to choose at least one number from 1 to 3 and at least one number from 6 to 8, and then multiply that by the number of ways to add in 4 and 5. The number of subsets of a 3 element set is 23=82^3=8, but we want to exclude the empty set, giving us 7 ways to choose from {1,2,3}\{1, 2, 3\} or {6,7,8}\{6, 7, 8\}. We can take each of these 7×7=497 \times 7=49 sets and add in a 4 and/or a 5, which can be done in 4 different ways (by adding both, none, one, or the other one). Thus, the answer is 49×4=19649 \times 4=\boxed{196}.

Solution 3

This solution is very similar to Solution 22. The set of all subsets of {1,2,3,4,5,6,7,8}\{1,2,3,4,5,6,7,8\} that are disjoint with respect to {4,5}\{4,5\} and are not disjoint with respect to the complements of sets (and therefore not a subset of) {1,2,3,4,5}\{1,2,3,4,5\} and {4,5,6,7,8}\{4,5,6,7,8\} will be named SS, which has 77=497\cdot7=49 members. The union of each member in SS and the 22=42^2=4 subsets of {4,5}\{4,5\} will be the members of set ZZ, which has 494=19649\cdot4=\boxed{196} members. \blacksquare

Solution by a1b2

Solution 4

Consider that we are trying to figure out how many subsets are possible of {1,2,3,4,5,6,7,8}\{1,2,3,4,5,6,7,8\} that are not in violation of the two subsets {1,2,3,4,5}\{1,2,3,4,5\} and {4,5,6,7,8}\{4,5,6,7,8\}. Assume that the number of numbers we pick from the subset {1,2,3,4,5,6,7,8}\{1,2,3,4,5,6,7,8\} is nn. Thus, we can compute this problem with simple combinatorics:

If n=1n=1, (81)\binom{8}{1} - ((51)\binom{5}{1} + (51)\binom{5}{1} 2- 2) [subtract 22 to eliminate the overcounting of the subset {4}\{4\} or {5}\{5\}] = 888 - 8 = 00

If n=2n=2, (82)\binom{8}{2} - ((52)\binom{5}{2} + (52)\binom{5}{2} 1- 1) [subtract 11 to eliminate the overcounting of the subset {4,5}\{4,5\}] = 281928 - 19 = 99

If n=3n=3, (83)\binom{8}{3} - ((53)\binom{5}{3} + (53)\binom{5}{3}) = 562056 - 20 = 3636

If n=4n=4, (84)\binom{8}{4} - ((54)\binom{5}{4} + (54)\binom{5}{4}) = 701070 - 10 = 6060

If n=5n=5, (85)\binom{8}{5} - ((55)\binom{5}{5} + (55)\binom{5}{5}) = 56256 - 2 = 5454

If n>5n>5, then the set {1,2,3,4,5,6,7,8}\{1,2,3,4,5,6,7,8\} is never in violation of the two subsets {1,2,3,4,5}\{1,2,3,4,5\} and {4,5,6,7,8}\{4,5,6,7,8\}. Thus,

If n=6n=6, (86)\binom{8}{6} = 2828

If n=7n=7, (87)\binom{8}{7} = 88

If n=8n=8, (88)\binom{8}{8} = 11

Adding these together, our solution becomes 00 + 99 + 3636 + 6060 + 5454 + 2828 + 88 + 11 =196=\boxed{196}

Solution by IronicNinja~