返回题库

AIME 2010 I · 第 7 题

AIME 2010 I — Problem 7

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Define an ordered triple (A,B,C)(A, B, C) of sets to be minimally intersecting if AB=BC=CA=1|A \cap B| = |B \cap C| = |C \cap A| = 1 and ABC=A \cap B \cap C = \emptyset. For example, ({1,2},{2,3},{1,3,4})(\{1,2\},\{2,3\},\{1,3,4\}) is a minimally intersecting triple. Let NN be the number of minimally intersecting ordered triples of sets for which each set is a subset of {1,2,3,4,5,6,7}\{1,2,3,4,5,6,7\}. Find the remainder when NN is divided by 10001000.

Note: S|S| represents the number of elements in the set SS.

解析

Solution

Let each pair of two sets have one element in common. Label the common elements as xx, yy, zz. Set AA will have elements xx and yy, set BB will have yy and zz, and set CC will have xx and zz. There are 765=2107 \cdot 6 \cdot 5 = 210 ways to choose values of xx, yy and zz. There are 44 unpicked numbers, and each number can either go in the first set, second set, third set, or none of them. Since we have 44 choices for each of 44 numbers, that gives us 44=2564^4 = 256.

Finally, 256210=53760256 \cdot 210 = 53760, so the answer is 760\fbox{760}.