2002 AMC 10A Problem 22

Attempt Problem 22 of the 2002 AMC 10A below, then check your answer against the professionally curated solution from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2002 AMC 10A solutions, or check the answer key.

All problems are used with official legal permission of the Mathematical Association of America (MAA).

22.

A set of tiles numbered 11 through 100100 is modified repeatedly by the following operation: remove all tiles numbered with a perfect square, and renumber the remaining tiles consecutively starting with 1.1. How many times must the operation be performed to reduce the number of tiles in the set to one?

1010

1111

1818

1919

2020

Answer: C
Concepts:perfect squarerecursionpattern recognition
Difficulty rating: 1790
Solution:

Starting from n2n^2 tiles, one operation removes the nn perfect squares, leaving n2n.n^2-n. The next operation removes n1n-1 perfect squares, leaving n2n(n1)=(n1)2.n^2-n-(n-1)=(n-1)^2.

So every two operations reduce n2n^2 to (n1)2.(n-1)^2. Going from 102=10010^2=100 down to 12=11^2=1 takes 2(101)=182(10-1)=18 operations.

Thus, the correct answer is C.

← Problem 21#21
Full Exam

Problem 22 in Other Years