返回题库

AIME 1997 · 第 2 题

AIME 1997 — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The nine horizontal and nine vertical lines on an 8×88\times8 checkerboard form rr rectangles, of which ss are squares. The number s/rs/r can be written in the form m/n,m/n, where mm and nn are relatively prime positive integers. Find m+n.m + n.

解析

Solution

To determine the two horizontal sides of a rectangle, we have to pick two of the horizontal lines of the checkerboard, or (92)=36{9\choose 2} = 36. Similarly, there are (92){9\choose 2} ways to pick the vertical sides, giving us r=1296r = 1296 rectangles.

For ss, there are 828^2 unit squares, 727^2 of the 2×22\times2 squares, and so on until 121^2 of the 8×88\times 8 squares. Using the sum of squares formula, that gives us s=12+22++82=(8)(8+1)(28+1)6=1217=204s=1^2+2^2+\cdots+8^2=\dfrac{(8)(8+1)(2\cdot8+1)}{6}=12*17=204.

Thus sr=2041296=17108\frac sr = \dfrac{204}{1296}=\dfrac{17}{108}, and m+n=125m+n=\boxed{125}.

Solution 2

First, to find the number of squares, we can look case by case by the side length of the possible squares on the checkerboard. We see that there are 828^2 ways to place a 11 x 11 square and 727^2 for a 22 x 22 square. This pattern can be easily generalized and we see that the number of squares is just i=18i2\sum^8_{i=1}{i^2}. This can be simplified by using the well-known formula for the sum of consecutive squares n(n+1)(2n+1)6\frac{n(n+1)(2n+1)}{6} to get 204204.

Then, to find the number of rectangles, first note that a square falls under the definition of a rectangle. We can break up the rectangles into cases for the length x width. As we note down the cases for 11x1,11, 1x2,22 , 2x1,21, 2x2,...,2,..., we see they are respectively 88x8,88, 8x7,77, 7x8,78, 7x7,...7, .... We can quickly generalize this pattern to basically just i=18ii=18i{\sum^8_{i=1}{i}}\cdot{\sum^8_{i=1}{i}}. This gets us (982)2,{(\frac{9\cdot8}{2})}^2, which is just 1296.1296.

Now, to calculate the ratio of s/r,s/r, we divide 204204 by 12961296 to get a simplified fraction of 17108.\frac{17}{108}.

Thus, our answer is just s+r=17+108=125s + r = 17+108 = \boxed{125} ~MathWhiz35