返回题库

AIME 1986 · 第 6 题

AIME 1986 — Problem 6

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The pages of a book are numbered 11_{}^{} through nn_{}^{}. When the page numbers of the book were added, one of the page numbers was mistakenly added twice, resulting in an incorrect sum of 19861986_{}^{}. What was the number of the page that was added twice?

解析

Solution

Solution 1

Denote the page number as xx, with x<nx < n. The sum formula shows that n(n+1)2+x=1986\frac{n(n + 1)}{2} + x = 1986. Since xx cannot be very large, disregard it for now and solve n(n+1)2=1986\frac{n(n+1)}{2} = 1986. The positive root for n397263n \approx \sqrt{3972} \approx 63. Quickly testing, we find that 6363 is too large, but if we plug in 6262 we find that our answer is 62(63)2+x=1986x=033\frac{62(63)}{2} + x = 1986 \Longrightarrow x = \boxed{033}.

Solution 2

Use the same method as above where you represent the sum of integers from 11 to nn expressed as n(n+1)2\frac{n(n + 1)}{2}, plus the additional page number kk. We can establish an upper and lower bound for the number of pages contained in the book, where the upper bound maximizes the sum of the pages and the lower bound maximizes the extra page (and thus minimizes the total sum of the pages.)

n(n+1)2=1986\frac{n(n + 1)}{2} = 1986 is the quadratic you must solve to obtain the upper bound of nn and n(n+1)2+n=1986\frac{n(n + 1)}{2} + n = 1986 is the quadratic you must solve to obtain the lower bound of nn.

Solving the two equations gives values that are respectively around 62.562.5 and 61.561.5 with the quadratic formula, and the only integer between the two is 6262.

This implies that we can plug in 6262 and come to the same conclusion as the above solution where x=033x = \boxed{033}.