AMC 10 Step by Step

Filter

Reset
2025 AMC 10A · #5Sequences & Series

Consider the sequence of positive integers 1,2,1,2,3,2,1,2,3,4,3,2,1,2,3,4,5,4,3,2,1,2,3,4,5,6,5,4,3,2,1,2,1,2,1,2,3,2,1,2,3,4,3,2,1,2,3,4,5,4,3,2,1,2,3,4,5,6,5,4,3,2,1,2,\dots What is the 20252025 th term in this sequence?

2025 AMC 10A · #19Sequences & Series

An array of numbers is constructed beginning with the numbers 131-1\qquad3\qquad1 in the top row. Each adjacent pair of numbers is summed to produce a number in the next row. Each row begins and ends with 1-1 and 11 , respectively. \[\begin{array}{ccccccccc} &&-1&&3&&1&&\\ &-1&&2&&4&&1&\\ -1&&1&&6&&5&&1\\ …

2025 AMC 10B · #2Modular Arithmetic

Jerry wrote down the ones digit of each of the first 20252025 positive squares: 1,4,9,6,5,6,1,4,9,6,5,6,\dots . What is the sum of all the numbers Jerry wrote down?

2025 AMC 10B · #3Sequences & Series

A Pascal-like triangle has 1010 as the top row and 1010 followed by 11 as the second row. In each subsequent row the first number is 1010 , the last number is 11 , and, as in the standard Pascal's Triangle, each other number in the row is the sum of the two numbers directly above it. The first four rows are shown …

2025 AMC 10B · #18Sequences & Series

What is the ones digit of the sum 1+2+3++2025?\lfloor \sqrt{1} \rfloor + \lfloor \sqrt{2} \rfloor + \lfloor \sqrt{3} \rfloor + \dots + \lfloor \sqrt{2025} \rfloor? (Recall that x\lfloor x \rfloor represents the greatest integer less than or equal to xx .)

2024 AMC 10A · #6Games & Processes

What is the minimum number of successive swaps of adjacent letters in the string ABCDEFABCDEF that are needed to change the string to FEDCBA?FEDCBA? (For example, 33 swaps are required to change ABCABC to CBA;CBA; one such sequence of swaps is ABCBACBCACBA.ABC\to BAC\to BCA\to CBA. )

2024 AMC 10A · #10Sequences & Series

Consider the following operation. Given a positive integer nn , if nn is a multiple of 33 , then you replace nn by n3\frac{n}{3} . If nn is not a multiple of 33 , then you replace nn by n+10n+10 . For example, beginning with n=4n=4 , this procedure gives 4142481862124\to14\to24\to8\to18\to6\to2\to12\to\cdots . Suppose you …

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 ?

2024 AMC 10B · #1Basic Counting

In a long line of people arranged left to right, the 1013th person from the left is also the 1010th person from the right. How many people are in the line?

2024 AMC 10B · #23Sequences & Series

The Fibonacci numbers are defined by F1=1,F2=1,F_1 = 1, F_2 = 1, and Fn=Fn1+Fn2F_n = F_{n-1} + F_{n-2} for n3.n \geq 3. What is F2F1+F4F2+F6F3+...+F20F10?{\frac{F_2}{F_1}} + {\frac{F_4}{F_2}} + {\frac{F_6}{F_3}} + ... + {\frac{F_{20}}{F_{10}}}?

2023 AMC 10B · #6Modular Arithmetic

Let L1=1L_1 = 1 , L2=3L_2 = 3 , and Ln+2=Ln+1+LnL_{n+2} = L_{n+1}+L_n for n1n \geq 1 . How many terms in the sequence L1,L2,L3,,L2023L_1, L_2, L_3, \cdots, L_{2023} are even?

2023 AMC 10B · #8Modular Arithmetic

What is the units digit of 20222023+202320222022^{2023} + 2023^{2022} ?

2023 AMC 10B · #12Polynomials

When the roots of the polynomial P(x)=(x1)1(x2)2(x3)3(x10)10P(x) = (x-1)^1 (x-2)^2 (x-3)^3 \cdot \cdot \cdot (x-10)^{10} are removed from the number line, what remains is the union of 1111 disjoint open intervals. On how many of these intervals is P(x)P(x) positive?

2022 AMC 10A · #18Transformations & Symmetry

Let TkT_k be the transformation of the coordinate plane that first rotates the plane kk degrees counterclockwise around the origin and then reflects the plane across the yy -axis. What is the least positive integer nn such that performing the sequence of transformations T1,T2,T3,...,TnT_1, T_2, T_3,...,T_n returns the point …

2022 AMC 10A · #24Recursive Counting

How many strings of length 55 formed from the digits 00 , 11 , 22 , 33 , 44 are there such that for each j{1,2,3,4}j \in \{1,2,3,4\} , at least jj of the digits are less than jj ? (For example, 0221402214 satisfies this condition because it contains at least 11 digit less than 11 , at least 22 digits less than 22 , at …

2022 AMC 10B · #6Primes

How many of the first ten numbers of the sequence 121,11211,1112111,121, 11211, 1112111, \ldots are prime numbers?

2022 AMC 10B · #25Modular Arithmetic

Let x0,x1,x2,x_0,x_1,x_2,\dotsc be a sequence of numbers, where each xkx_k is either 00 or 11 . For each positive integer nn , define Sn=k=0n1xk2kS_n = \sum_{k=0}^{n-1} x_k 2^k Suppose 7Sn1(mod2n)7S_n \equiv 1 \pmod{2^n} for all n1n \geq 1 . What is the value of the sum x2019+2x2020+4x2021+8x2022?x_{2019} + 2x_{2020} + 4x_{2021} + 8x_{2022}?

2021 AMC 10B · #8Paths & Grids

Mr. Zhou places all the integers from 11 to 225225 into a 1515 by 1515 grid. He places 11 in the middle square (eighth row and eighth column) and places other numbers one by one clockwise, as shown in part in the diagram below. What is the sum of the greatest number and the least number that appear in the second row …

2021 AMC Fall 10A · #23Divisibility & Factors

For each positive integer nn , let f1(n)f_1(n) be twice the number of positive integer divisors of nn , and for j2j \ge 2 , let fj(n)=f1(fj1(n))f_j(n) = f_1(f_{j-1}(n)) . For how many values of n50n \le 50 is f50(n)=12?f_{50}(n) = 12?

2020 AMC 10A · #8Sequences & Series

What is the value of 1+2+34+5+6+78++197+198+199200?1+2+3-4+5+6+7-8+\cdots+197+198+199-200?

2020 AMC 10A · #17Absolute Value & Inequalities

Define P(x)=(x12)(x22)(x1002).P(x) =(x-1^2)(x-2^2)\cdots(x-100^2). How many integers nn are there such that P(n)0P(n)\leq 0 ?

2020 AMC 10A · #21Bases & Digits

There exists a unique strictly increasing sequence of nonnegative integers a1<a2<<aka_1 < a_2 < … < a_k such that 2289+1217+1=2a1+2a2++2ak.\frac{2^{289}+1}{2^{17}+1} = 2^{a_1} + 2^{a_2} + … + 2^{a_k}. What is k?k?

2020 AMC 10B · #13Coordinate Geometry

Andy the Ant lives on a coordinate plane and is currently at (20,20)(-20, 20) facing east (that is, in the positive xx -direction). Andy moves 11 unit and then turns 9090^{\circ} left. From there, Andy moves 22 units (north) and then turns 9090^{\circ} left. He then moves 33 units (west) and again turns 9090^{\circ}

2020 AMC 10B · #15Modular Arithmetic

Steve wrote the digits 11 , 22 , 33 , 44 , and 55 in order repeatedly from left to right, forming a list of 10,00010,000 digits, beginning 123451234512.123451234512\ldots. He then erased every third digit from his list (that is, the 33 rd, 66 th, 99 th, \ldots digits from the left), then erased every fourth digit from the …

2019 AMC 10A · #15Sequences & Series

A sequence of numbers is defined recursively by a1=1a_1 = 1 , a2=37a_2 = \frac{3}{7} , and an=an2an12an2an1a_n=\frac{a_{n-2} \cdot a_{n-1}}{2a_{n-2} - a_{n-1}} for all n3n \geq 3 . Then a2019a_{2019} can be written as pq\frac{p}{q} , where pp and qq are relatively prime positive integers. What is p+q?p+q ?

Page 1 of 3Next →