Technique: casework
Split into exhaustive cases and handle each
- 1.2018 AMC 10A #7
For how many (not necessarily positive) integer values of is the value of an integer?
- A)
- B)
- C)
- D)
- E)
- A)
- 2.2020 AMC 10A #5
What is the sum of all real numbers for which
- A)
- B)
- C)
- D)
- E)
- A)
- 3.2025 AMC 10A #8
Agnes writes the following four statements on a blank piece of paper.
At least one of these statements is true.
At least two of these statements are true.
At least two of these statements are false.
At least one of these statements is false.
Each statement is either true or false. How many false statements did Agnes write on the paper?
- A)
- B)
- C)
- D)
- E)
- A)
- 4.2025 AMC 10B #4
The value of the two-digit number in base seven equals the value of the two-digit number in base nine. What is
- A)
- B)
- C)
- D)
- E)
- A)
- 5.2019 AMC 10A #14
For a set of four distinct lines in a plane, there are exactly distinct points that lie on two or more of the lines. What is the sum of all possible values of ?
- A)
- B)
- C)
- D)
- E)
- A)
- 6.2021 AMC Fall 10B #7
Call a fraction , not necessarily in the simplest form, special if and are positive integers whose sum is . How many distinct integers can be written as the sum of two, not necessarily different, special fractions?
- A)
- B)
- C)
- D)
- E)
- A)
- 7.2017 AMC 10A #23
How many triangles with positive area have all their vertices at points in the coordinate plane, where and are integers between and , inclusive?
- A)
- B)
- C)
- D)
- E)
- A)
- 8.2021 AMC 10A #19
The area of the region bounded by the graph of is , where and are integers. What is ?
- A)
- B)
- C)
- D)
- E)
- A)
- 9.2021 AMC 10A #20
In how many ways can the sequence be rearranged so that no three consecutive terms are increasing and no three consecutive terms are decreasing?
- A)
- B)
- C)
- D)
- E)
- A)
- 10.2022 AMC 10B #23
Ant Amelia starts on the number line at and crawls in the following manner. For Amelia chooses a time duration and an increment independently and uniformly at random from the interval During the th step of the process, Amelia moves units in the positive direction, using up minutes. If the total elapsed time has exceeded minute during the th step, she stops at the end of that step; otherwise, she continues with the next step, taking at most steps in all. What is the probability that Amelia’s position when she stops will be greater than ?
- A)
- B)
- C)
- D)
- E)
- A)
- 11.2024 AMC 10B #24
Let How many of the values , , , and are integers?
- A)
- B)
- C)
- D)
- E)
- A)
- 12.2024 AMC 10B #15
A list of real numbers consists of , , , , , and , as well as , , and with . The range of the list is , and the mean and the median are both positive integers. How many ordered triples ( , , ) are possible?
- A)
- B)
- C)
- D)
- E)
- A)
Answers
| # | Answer | Topic and the idea it turns on |
|---|---|---|
| 1 | E | Exponents, Logarithms & Radicals — Write 4000 = 2^5 * 5^3; positive n costs factors of 5 (at most 3), negative n costs factors of 2 (at most 5), and n = 0 works. |
| 2 | C | Absolute Value & Inequalities — Split into x^2-12x+34 = 2 (roots 4 and 8) and x^2-12x+34 = -2 (double root 6); sum the distinct roots 4 + 8 + 6. |
| 3 | B | Logic Puzzles — Each statement is a condition on T, the number of true statements, so test T = 0, 1, 2, 3, 4 and keep the value that reproduces itself. |
| 4 | A | Bases & Digits — Place value turns the condition into 7a + b = 9b + a, so 3a = 4b, and a must be a base-seven digit. |
| 5 | D | Angles & Polygons — Six pairs of lines give at most 6 points; parallel pairs and concurrent triples remove points. Every count from 0 to 6 is achievable except 2. |
| 6 | C | Fractions & Decimals — Reduce the 14 special fractions; two of them sum to an integer only if both are integers or both have the same denominator 2 or 4. |
| 7 | B | Basic Counting — Count all C(25,3) triples and subtract collinear ones, organized by the line's direction: rows, columns, both diagonal directions, and slopes of plus or minus 1/2 and 2. |
| 8 | E | Coordinate Geometry — In the sector |y| <= x the equation is x^2 + y^2 = 6x, a circle through the origin; four such arcs bound a 6-by-6 square with four half-disks attached. |
| 9 | D | Arrangements with Restrictions — The sequence must zigzag; for the up-down shape, 5 sits at a peak (position 2 or 4), and each choice leaves 8 completions, so 16 total, doubled by reflection. |
| 10 | C | Geometric Probability — She always takes two steps and stops there iff t₁ + t₂ > 1 (probability 1/2); positions are independent of times, so P = ½·½ + ½·⅚. |
| 11 | E | Modular Arithmetic — Over denominator 8, P(m) is an integer iff 8 divides 4m+2m^2+m^4+m^8; even m is trivial, odd m gives 4(m+1). |
| 12 | C | Statistics & Data — The median must be one of x, y, z; the mean forces x+y+z = 11.2 or 20.2; the range forces x = 0, z = 8, or z = x+7. |