Difference between revisions of "2025 AMC 8 Problems/Problem 4"

(Solution)
Line 7: Line 7:
  
 
~Soupboy0
 
~Soupboy0
 +
 +
==Solution 2==
 +
 +
You could brute force(not really recommended) the sequence, and we get: <cmath>100, 93, 86, 79, 72, 65, 58, 51, 44, 37</cmath> Therefore, our answer is <math>\boxed{\text{(B)\ 37}}</math>

Revision as of 20:33, 29 January 2025

Lucius is counting backward by $7$s. His first three numbers are $100$, $93$, and $86$. What is his $10$th number?

$\textbf{(A)}\ 30 \qquad \textbf{(B)}\ 37 \qquad \textbf{(C)}\ 42 \qquad \textbf{(D)}\ 44 \qquad \textbf{(E)}\ 47$

Solution

By the formula for the $n$th term of an arithmetic sequence, we get that the answer is $a+d(n-1)$ where $a=100, d=-7$ and $n=10$ which is $100 - 7(10 - 1) = \boxed{\text{(B)\ 37}}$.

~Soupboy0

Solution 2

You could brute force(not really recommended) the sequence, and we get: \[100, 93, 86, 79, 72, 65, 58, 51, 44, 37\] Therefore, our answer is $\boxed{\text{(B)\ 37}}$