Technique: complementary counting
Count the complement and subtract from the total
- 1.2003 AMC 10A #15
What is the probability that an integer in the set is divisible by and not divisible by ?
- A)
- B)
- C)
- D)
- E)
- A)
- 2.2013 AMC 10A #7
A student must choose a program of four courses from a menu of courses consisting of English, Algebra, Geometry, History, Art, and Latin. This program must contain English and at least one mathematics course. In how many ways can this program be chosen?
- A)
- B)
- C)
- D)
- E)
- A)
- 3.2016 AMC 10B #12
Two different numbers are selected at random from and multiplied together. What is the probability that the product is even?
- A)
- B)
- C)
- D)
- E)
- A)
- 4.2017 AMC 10A #8
At a gathering of people, there are people who all know each other and people who know no one. People who know each other hug, and people who do not know each other shake hands. How many handshakes occur?
- A)
- B)
- C)
- D)
- E)
- A)
- 5.2017 AMC 10B #16
How many of the base-ten numerals for the positive integers less than or equal to contain the digit ?
- A)
- B)
- C)
- D)
- E)
- A)
- 6.2021 AMC Fall 10B #14
Una rolls standard -sided dice simultaneously and calculates the product of the numbers obtained. What is the probability that the product is divisible by
- A)
- B)
- C)
- D)
- E)
- A)
- 7.2023 AMC 10B #16
Define an to be a positive integer of or more digits where the digits are strictly increasing moving left to right. Similarly, define a to be a positive integer of or more digits where the digits are strictly decreasing moving left to right. For instance, the number is an upno and is a downno. Let equal the total number of and let equal the total number of . What is ?
- A)
- B)
- C)
- D)
- E)
- A)
- 8.2005 AMC 10B #22
For how many positive integers less than or equal to is evenly divisible by
- A)
- B)
- C)
- D)
- E)
- A)
- 9.2016 AMC 10A #17
Let be a positive multiple of . One red ball and green balls are arranged in a line in random order. Let be the probability that at least of the green balls are on the same side of the red ball. Observe that and that approaches as grows large. What is the sum of the digits of the least value of such that ?
- A)
- B)
- C)
- D)
- E)
- A)
- 10.2016 AMC 10B #22
A set of teams held a round-robin tournament in which every team played every other team exactly once. Every team won games and lost games; there were no ties. How many sets of three teams were there in which beat , beat , and beat
- A)
- B)
- C)
- D)
- E)
- A)
- 11.2021 AMC Fall 10B #23
Each of the sides and the diagonals of a regular pentagon are randomly and independently colored red or blue with equal probability. What is the probability that there will be a triangle whose vertices are among the vertices of the pentagon such that all of its sides have the same color?
- A)
- B)
- C)
- D)
- E)
- A)
- 12.2021 AMC 10A #23
Frieda the frog begins a sequence of hops on a grid of squares, moving one square on each hop and choosing at random the direction of each hop-up, down, left, or right. She does not hop diagonally. When the direction of a hop would take Frieda off the grid, she "wraps around" and jumps to the opposite edge. For example if Frieda begins in the center square and makes two hops "up", the first hop would place her in the top row middle square, and the second hop would cause Frieda to jump to the opposite edge, landing in the bottom row middle square. Suppose Frieda starts from the center square, makes at most four hops at random, and stops hopping if she lands on a corner square. What is the probability that she reaches a corner square on one of the four hops?
- A)
- B)
- C)
- D)
- E)
- A)
Answers
| # | Answer | Topic and the idea it turns on |
|---|---|---|
| 1 | C | Divisibility & Factors — Count the 50 even numbers, then remove the 16 multiples of 6; 34 of 100 remain. |
| 2 | C | Basic Counting — English is forced, so choose 3 of the other 5 courses and throw away the single choice with no math course. |
| 3 | D | Basic Probability — A product is odd only when both factors are odd; 3 of the 10 pairs are odd-odd, so 7 of 10 products are even. |
| 4 | B | Basic Counting — A handshake happens exactly when at least one of the pair is a stranger: 10 times 20 mixed pairs plus C(10,2) stranger-stranger pairs. |
| 5 | A | Bases & Digits — Count numbers with no zero digit (9, 81, 729 for 1 to 3 digits, 729 for 1000-1999, none for 2000-2017) and subtract from 2017. |
| 6 | C | Basic Probability — The product misses a factor of 4 only if all six dice are odd, or exactly one die shows 2 or 6 and the rest are odd. |
| 7 | E | Basic Counting — An upno is a subset of {1,...,9} of size at least 2 and a downno a subset of {0,...,9}; the counts are 2^9 - 10 and 2^10 - 11. |
| 8 | C | Divisibility & Factors — n!/(1+...+n) = 2(n-1)!/(n+1), which fails to be an integer exactly when n+1 is an odd prime; eight such n up to 24, so 24 - 8 = 16. |
| 9 | A | Basic Probability — Only the red ball's position matters; with N = 5m it fails exactly when 2m+1 to 3m-1 greens lie to its left, so P(N) = 1 - (m-1)/(5m+1). |
| 10 | A | Games & Processes — There are 21 teams; a triple is non-cyclic iff one team beat the other two, and each team supplies C(10,2) such triples, so C(21,3) - 21*45 = 385. |
| 11 | D | Basic Probability — With no one-color triangle, every vertex has exactly 2 red and 2 blue edges, so the red edges form a 5-cycle; only 12 of 1024 colorings. |
| 12 | D | Conditional Probability & States — Only three states matter: center, edge, corner. From an edge, half the hops reach a corner, a quarter return to the center, a quarter wrap to another edge. |