10
Part of 2007 AIME Problems
Problems(2)
Grid Combinatorics
Source: AIME I 2007 #10
3/15/2007
In the grid shown, of the squares are to be shaded so that there are two shaded squares in each row and three shaded squares in each column. Let be the number of shadings with this property. Find the remainder when is divided by .
[asy]size(100);
defaultpen(linewidth(0.7));
int i;
for(i=0; i<5; ++i) {
draw((i,0)--(i,6));
}
for(i=0; i<7; ++i) {
draw((0,i)--(4,i));
}[/asy]
AoPSwikiAMCAIMEAIME I
Probability of sets
Source: AIME II 2007 #10
3/29/2007
Let be a set with six elements. Let be the set of all subsets of Subsets and of , not necessarily distinct, are chosen independently and at random from . the probability that is contained in at least one of or is where , , and are positive integers, is prime, and and are relatively prime. Find (The set is the set of all elements of which are not in )
AIMEcombinatorics