返回题库

AIME 2008 I · 第 7 题

AIME 2008 I — Problem 7

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let SiS_i be the set of all integers nn such that 100in<100(i+1)100i\leq n < 100(i + 1). For example, S4S_4 is the set 400,401,402,,499{400,401,402,\ldots,499}. How many of the sets S0,S1,S2,,S999S_0, S_1, S_2, \ldots, S_{999} do not contain a perfect square?

解析

Solution

The difference between consecutive squares is (x+1)2x2=2x+1(x + 1)^2 - x^2 = 2x + 1, which means that all squares above 502=250050^2 = 2500 are more than 100100 apart.

Then the first 2626 sets (S0,S25S_0,\cdots S_{25}) each have at least one perfect square because the differences between consecutive squares in them are all less than 100100. Also, since 316316 is the largest xx such that x2<100000x^2 < 100000 (100000100000 is the upper bound which all numbers in S999S_{999} must be less than), there are 31650=266316 - 50 = 266 other sets after S25S_{25} that have a perfect square.

There are 100026626=7081000 - 266 - 26 = \boxed{708} sets without a perfect square.

Video Solution

https://youtu.be/6eBLXnzK0n4

~IceMatrix