返回题库

AIME 2015 II · 第 5 题

AIME 2015 II — Problem 5

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Two unit squares are selected at random without replacement from an n×nn \times n grid of unit squares. Find the least positive integer nn such that the probability that the two selected unit squares are horizontally or vertically adjacent is less than 12015\frac{1}{2015}.

解析

Solution 1

Call the given grid "Grid A". Consider Grid B, where the vertices of Grid B fall in the centers of the squares of Grid A; thus, Grid B has dimensions (n1)×(n1)(n-1) \times (n-1). There is a one-to-one correspondence between the edges of Grid B and the number of adjacent pairs of unit squares in Grid A. The number of edges in Grid B is 2n(n1)2n(n-1), and the number of ways to pick two squares out of Grid A is (n22)\dbinom{n^2}{2}. So, the probability that the two chosen squares are adjacent is 2n(n1)(n22)=2n(n1)n2(n21)2=4n(n+1)\frac{2n(n-1)}{\binom{n^2}{2}} = \frac{2n(n-1)}{\frac{n^2(n^2-1)}{2}} = \frac{4}{n(n+1)}. We wish to find the smallest positive integer nn such that 4n(n+1)<12015\frac{4}{n(n+1)} < \frac{1}{2015}, and by inspection the first such nn is 090\boxed{090}.

Solution 2

Consider a 3×33 \times 3 grid, where there are 44 corner squares, 44 edge squares, and 11 center square. A 4×44 \times 4 grid has 44 corner squares, 88 edge squares, and 44 center squares. By examining simple cases, we can conclude that for a grid that is n×nn \times n, there are always 44 corners squares, 4(n2)4(n-2) edge squares, and n24n+4n^2-4n+4 center squares.

Each corner square is adjacent to 22 other squares, edge squares to 33 other squares, and center squares to 44 other squares. In the problem, the second square can be any square that is not the first, which means there are n21n^2-1 to choose from. With this information, we can conclude that the probability that second unit square is adjacent to the first is 2n21(4n2)+3n21(4(n2)n2)+4n21(n24n+4n2)\frac{2}{n^2-1}(\frac{4}{n^2}) +\frac{3}{n^2-1}(\frac{4(n-2)}{n^2}) +\frac{4}{n^2-1}(\frac{n^2-4n+4}{n^2}).

Simplifying, we get 4n(n+1)\frac{4}{n(n+1)} which we can set to be less than 12015\frac{1}{2015}. By inspection, we find that the first such nn is 090\boxed{090}.

Solution 3

There are 3 cases in this problem. Number one, the center squares. Two, the edges, and three, the corners. The probability of getting one center square and an adjacent square is (n2)(n2)n2\frac{(n-2)(n-2)}{n^2} multiplied by 4n21\frac{4}{n^2 -1}. Add that to the probability of an edge and an adjacent square( 4n8n2\frac{4n-8}{n^2} multiplied by 3n21\frac{3}{n^2-1}) and the probability of a corner and an adjacent square( 4n2\frac{4}{n^2} multiplied by 2n21\frac{2}{n^2-1}) to get 4n24nn4n2\frac{4n^2-4n}{n^4-n^2}. Simplify to get 4n2+n\frac{4}{n^2+n}. With some experimentation, we realize that the smallest value of n is 090\boxed{090}.

Solution 4 (cheese)

Notice how a chosen unit square on the grid has 4 vertically & horizontally adjacent squares around it (not counting corners or sides.) That's 4n2\frac{4}{n^2}. Using this, we rewrite 12015\frac{1}{2015} as 48060\frac{4}{8060}. Notice that the denominator 80608060 is really close to 90290^2, and the problem is asking for the least positive integer less than 12015\frac{1}{2015}. Therefore, the closest possible estimation is 090\boxed{090}. We can check this by adding in our corners and sides. Easy multiplication and simplification finds us with 090\boxed{090} as the correct answer.

~orenbad

Solution 5

Lets start with some simpler cases. For example, lets use a 2x2. We have 22 horizontally and 22 vertically, for a total of 44. Then, our possible outcomes is just (42)\binom{4}{2}, so our probability is just 23\dfrac{2}{3}. Now, lets do a 3x3. We have that there are 66 horizontally and 66 vertically, for a total of 1212. Our possible outcomes is just (92)=36\binom{9}{2} = 36. Now, our probability is just 13\dfrac{1}{3}. Now, lets try to generalize. For each colum, there is n1n-1 ways, then we multiply that by nn for our nn columns. Then we multiply all that by 22 for the rows to get 2n(n1)2n(n-1). For our denominator, we have n2n^2 squares, and we need to choose 22 of them, so our probability is:

2n(n1)(n22)\dfrac{2n(n-1)}{\binom{n^2}{2}} . Lets simplify this. We have:

2n(n1)n2(n21)24n(n+1)\dfrac{2n(n-1)}{\dfrac{n^2(n^2-1)}{2}} \Longrightarrow \dfrac{4}{n(n+1)} . So, we have this to be less than 12015\dfrac{1}{2015}. So we have:

4n(n+1)<12015n(n+1)>8060\dfrac{4}{n(n+1)} < \dfrac{1}{2015} \Longrightarrow n(n+1) > 8060 , so the smallest nn that satisfies this condition is n=090n = \boxed{090}

-jb2015007

Video Solution

https://www.youtube.com/watch?v=9re2qLzOKWk&t=304s

~MathProblemSolvingSkills.com