AMC 10 Step by Step

Topics / Number Theory

Number Properties

Perfect squares/cubes, parity, consecutive integers, floor/ceiling, integer sequences

32
primary-topic problems (2.5% of all)
69
more as a secondary topic
Where it appears
16
P1-10
2
P11-15
4
P16-20
10
P21-25

What you need to know

  • Parity: odd ±\pm odd == even, odd ×\times odd == odd; a sum of integers is odd iff it has an odd number of odd terms. Squares satisfy n2n(mod2)n^2 \equiv n \pmod 2.
  • Perfect squares end in 0,1,4,5,6,90, 1, 4, 5, 6, 9; they are 0,1(mod4)\equiv 0, 1 \pmod 4 and odd squares are 1(mod8)\equiv 1 \pmod 8. Squares 0,1(mod3)\equiv 0, 1 \pmod 3; cubes 0,±1(mod9)\equiv 0, \pm 1 \pmod 9.
  • Among any kk consecutive integers, exactly one is divisible by kk; hence k!n(n+1)(n+k1)k! \mid n(n+1)\cdots(n+k-1).
  • Floor function: x\lfloor x \rfloor is the greatest integer x\le x, so xx<x+1\lfloor x \rfloor \le x < \lfloor x \rfloor + 1. The number of perfect squares N\le N is N\lfloor \sqrt N \rfloor.
  • n21=(n1)(n+1)n^2 - 1 = (n-1)(n+1); for nn odd this is divisible by 88, and for 3n3 \nmid n it is divisible by 33.
  • Sum of the first nn positive integers is n(n+1)2\frac{n(n+1)}{2}; sum of the first nn odd numbers is n2n^2.

How AMC 10 tests it

  • "How many integers nn in a range make n21n^2 - 1 (or n3nn^3 - n) divisible by 2424?" Parity and residues (problems 10–16).
  • Counting squares or cubes in a range, or integers that are neither: floors of square and cube roots plus inclusion–exclusion.
  • Parity arguments: a sum of 20252025 odd numbers cannot be 20242024; a chessboard-style impossibility.
  • Sequences of integers with a growth rule; find the number of terms below NN or a specific term via floors.
  • "Which of the following must be true about nn?" with five statements about odd/even, squares, consecutive products.

Standard approaches

  1. Check parity first; it kills half the candidates in seconds.
  2. Factor the expression, then examine each factor's divisibility separately (n(n+1)n(n+1) is always even, etc.).
  3. Reduce mod 3,4,8,93, 4, 8, 9 where squares and cubes have few residues.
  4. For counts in [1,N][1, N], use floors and inclusion–exclusion, and double-check endpoints.
  5. When a statement "must" hold, test n=1,2n = 1, 2, and a prime; a single counterexample settles it.

Worked example

For how many integers nn with 1n1001 \le n \le 100 is n21n^2 - 1 divisible by 2424?

(A) 2525 (B) 3030 (C) 3333 (D) 3434 (E) 5050

Since n21=(n1)(n+1)n^2 - 1 = (n-1)(n+1), divisibility by 24=8324 = 8 \cdot 3 can be checked separately. If nn is odd, n1n - 1 and n+1n + 1 are consecutive even numbers, one of them a multiple of 44, so 8(n1)(n+1)8 \mid (n-1)(n+1); if nn is even, the product is odd. If 3n3 \nmid n, one of n1,n+1n-1, n+1 is a multiple of 33; if 3n3 \mid n, neither is. So the condition is exactly gcd(n,6)=1\gcd(n, 6) = 1. Among 1,,1001, \ldots, 100 there are 5050 even numbers, 3333 multiples of 33, and 1616 multiples of 66, leaving 1005033+16=33100 - 50 - 33 + 16 = 33. The answer is (C) 33\boxed{\textbf{(C)}\ 33}.

Pitfalls

  • Believing "n21(mod8)n^2 \equiv 1 \pmod 8" for all nn; it holds only for odd nn.
  • Miscounting squares in [a,b][a, b]: it is ba+1\lfloor \sqrt b \rfloor - \lceil \sqrt a \rceil + 1, not ba\lfloor \sqrt b \rfloor - \lfloor \sqrt a \rfloor when aa is a perfect square.
  • Applying x+y=x+y\lfloor x + y \rfloor = \lfloor x \rfloor + \lfloor y \rfloor; it can be off by one.
  • Forgetting that n=1n = 1 or n=0n = 0 are integers that may satisfy (or break) the condition.

Traps that recur

  • Counting one solution for every integer n with |x| < 100 (n = -100 to 99, giving 200) without noticing that n = 99 yields only f = 1, which is excluded. (2018 AMC 10B #25)
  • Counting the 45 pairs (j, k) with 1 <= j < k <= 10 as separate jump points, forgetting that equal fractions like 1/2 = 2/4 = 3/6 are one jump. (2016 AMC 10B #25)
  • Forgetting the constraint r <= 2m (so that m^2 is really the largest square below n) and choosing a smaller m, or miscounting: 8 numbers in the sequence means 7 subtractions. (2010 AMC 10A #25)
  • Using the naive pattern 1, 4, 7, 10, … (odds only 6 apart) or evens spaced 4 apart (506), or dropping the extra 2 elements from the leftover 2021–2024. (2024 AMC 10A #20)

Problems, easiest first

2024 AMC 10A · #4Number Properties

The number 20242024 is written as the sum of not necessarily distinct two-digit numbers. What is the least number of two-digit numbers needed to write this sum?

2023 AMC 10A · #3Number Properties

How many positive perfect squares less than 20232023 are divisible by 55 ?

2016 AMC 10A · #4Number Properties

The remainder can be defined for all real numbers xx and yy with y0y \neq 0 by rem(x,y)=xyxy\text{rem} (x ,y)=x-y\left \lfloor \frac{x}{y} \right \rfloor where xy\left \lfloor \dfrac{x}{y} \right \rfloor denotes the greatest integer less than or equal to xy\dfrac{x}{y} . What is the value of …

2016 AMC 10A · #5Number Properties

A rectangular box has integer side lengths in the ratio 1:3:41: 3: 4 . Which of the following could be the volume of the box?

2013 AMC 10B · #4Number Properties

When counting from 33 to 201201 , 5353 is the 51st51^\mathrm{st} number counted. When counting backwards from 201201 to 33 , 5353 is the nthn^\mathrm{th} number counted. What is nn ?

2011 AMC 10A · #2Number Properties

A small bottle of shampoo can hold 35 milliliters of shampoo, whereas a large bottle can hold 500 milliliters of shampoo. Jasmine wants to buy the minimum number of small bottles necessary to completely fill a large bottle. How many bottles must she buy?

2009 AMC 10A · #2Number Properties

Four coins are picked out of a piggy bank that contains a collection of pennies, nickels, dimes and quarters. Which of the following could not be the total value of the four coins, in cents?

2023 AMC 10B · #9Number Properties

The numbers 1616 and 2525 are a pair of consecutive positive squares whose difference is 99 . How many pairs of consecutive positive perfect squares have a difference of less than or equal to 20232023 ?

2020 AMC 10B · #7Number Properties

How many positive even multiples of 33 less than 20202020 are perfect squares?

2019 AMC 10A · #5Number Properties

What is the greatest number of consecutive integers whose sum is 45?45?

2014 AMC 10A · #8Number Properties

Which of the following numbers is a perfect square?

2012 AMC 10B · #9Number Properties

Two integers have a sum of 26. When two more integers are added to the first two integers the sum is 41. Finally when two more integers are added to the sum of the previous four integers the sum is 57. What is the minimum number of odd integers among the 6 integers?

2006 AMC 10A · #10Number Properties

For how many real values of xx is 120x\sqrt{120-\sqrt{x}} an integer?

2006 AMC 10A · #9Number Properties

How many sets of two or more consecutive positive integers have a sum of 1515 ?

2004 AMC 10B · #6Number Properties

Which of the following numbers is a perfect square?

2003 AMC 10B · #7Number Properties

The symbolism x\lfloor x \rfloor denotes the largest integer not exceeding xx . For example, 3=3,\lfloor 3 \rfloor = 3, and 9/2=4\lfloor 9/2 \rfloor = 4 . Compute 1+2+3++16.\lfloor \sqrt{1} \rfloor + \lfloor \sqrt{2} \rfloor + \lfloor \sqrt{3} \rfloor + \cdots + \lfloor \sqrt{16} \rfloor.

2025 AMC 10A · #21Number Properties

A set of numbers is called sum-free if whenever xx and yy are (not necessarily distinct) elements of the set, x+yx+y is not an element of the set. For example, {1,4,6}\{1,4,6\} and the empty set are sum-free, but {1,4,5}\{1,4,5\} is not. What is the greatest possible number of elements in a sum-free subset of …

2023 AMC 10B · #15Number Properties

What is the least positive integer mm such that m2!3!4!5!16!m \cdot 2! \cdot 3!\cdot 4!\cdot 5! \dots 16! is a perfect square?

2022 AMC 10B · #14Number Properties

Suppose that SS is a subset of {1,2,3,,25}\left\{ 1, 2, 3, \ldots , 25 \right\} such that the sum of any two (not necessarily distinct) elements of SS is never an element of S.S. What is the maximum number of elements SS may contain?

2020 AMC 10A · #18Number Properties

Let (a,b,c,d)(a,b,c,d) be an ordered quadruple of not necessarily distinct integers, each one of them in the set {0,1,2,3}.\{0,1,2,3\}. For how many such quadruples is it true that adbca\cdot d-b\cdot c is odd? (For example, (0,3,1,1)(0,3,1,1) is one such quadruple, because 0131=30\cdot 1-3\cdot 1 = -3 is odd.)

2007 AMC 10A · #17Number Properties

Suppose that mm and nn are positive integers such that 75m=n375m = n^{3} . What is the minimum possible value of m+nm + n ?

2024 AMC 10A · #20Number Properties

Let SS be a subset of {1,2,3,,2024}\{1, 2, 3, \dots, 2024\} such that the following two conditions hold: - If xx and yy are distinct elements of SS , then xy>2.|x-y| > 2. - If xx and yy are distinct odd elements of SS , then xy>6.|x-y| > 6. What is the maximum possible number of elements in SS ?

2023 AMC 10B · #22Number Properties

How many distinct values of xx satisfy x23x+2=0,\lfloor{x}\rfloor^2-3x+2=0, where x\lfloor{x}\rfloor denotes the largest integer less than or equal to xx ?

2020 AMC 10A · #22Number Properties

For how many positive integers n1000n \le 1000 is 998n+999n+1000n\left\lfloor \dfrac{998}{n} \right\rfloor+\left\lfloor \dfrac{999}{n} \right\rfloor+\left\lfloor \dfrac{1000}{n}\right \rfloor not divisible by 33 ? (Recall that x\lfloor x \rfloor is the greatest integer less than or equal to xx .)

2020 AMC 10B · #24Number Properties

How many positive integers nn satisfy n+100070=n?\dfrac{n+1000}{70} = \lfloor \sqrt{n} \rfloor? (Recall that x\lfloor x\rfloor is the greatest integer not exceeding xx .)

2015 AMC 10B · #21Number Properties

Cozy the Cat and Dash the Dog are going up a staircase with a certain number of steps. However, instead of walking up the steps one at a time, both Cozy and Dash jump. Cozy goes two steps up with each jump (though if necessary, he will just jump the last step). Dash goes five steps up with each jump (though if …

2011 AMC 10A · #19Number Properties

In 1991 the population of a town was a perfect square. Ten years later, after an increase of 150 people, the population was 9 more than a perfect square. Now, in 2011, with an increase of another 150 people, the population is once again a perfect square. Which of the following is closest to the percent growth of the …

2011 AMC 10B · #21Number Properties

Brian writes down four integers w>x>y>zw > x > y > z whose sum is 4444 . The pairwise positive differences of these numbers are 1,3,4,5,6,1, 3, 4, 5, 6, and 99 . What is the sum of the possible values for ww ?

2002 AMC 10A · #22Number Properties

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

2018 AMC 10B · #25Number Properties

Let x\lfloor x \rfloor denote the greatest integer less than or equal to xx . How many real numbers xx satisfy the equation x2+10,000x=10,000xx^2 + 10,000\lfloor x \rfloor = 10,000x ?

2016 AMC 10B · #25Number Properties

Let f(x)=k=210(kxkx)f(x)=\sum_{k=2}^{10}(\lfloor kx \rfloor -k \lfloor x \rfloor) , where r\lfloor r \rfloor denotes the greatest integer less than or equal to rr . How many distinct values does f(x)f(x) assume for x0x \ge 0 ?

2010 AMC 10A · #25Number Properties

Jim starts with a positive integer nn and creates a sequence of numbers. Each successive number is obtained by subtracting the largest possible integer square less than or equal to the current number until zero is reached. For example, if Jim starts with n=55n = 55 , then his sequence contains 55 numbers: …