2002 AMC 10A Problem 22

Below is the professionally curated solution for Problem 22 of the 2002 AMC 10A, 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 of the real AMC 8, AMC 10, AMC 12, and AIME problems in our complete solution collection are used with official legal permission of the Mathematical Association of America (MAA).

Concepts:perfect squarerecursionpattern recognition

Difficulty rating: 1790

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

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 22 in Other Years