2025 AMC 10A Problems/Problem 11: Difference between revisions
Dodobird150 (talk | contribs) |
No edit summary |
||
| Line 1: | Line 1: | ||
( | The sequence <imath>1,x,y,z</imath> is arithmetic. The sequence <imath>1,p,q,z</imath> is geometric. Both sequences are strictly increasing and contain only integers, and <imath>z</imath> is as small as possible. What is the value of <imath>x+y+z+p+q</imath>? | ||
<imath>\textbf{(A) } 66 \qquad\textbf{(B) } 91 \qquad\textbf{(C) } 103 \qquad\textbf{(D) } 132 \qquad\textbf{(E) } 149</imath> | |||
==Solution 1== | ==Solution 1== | ||
Revision as of 14:51, 6 November 2025
The sequence
is arithmetic. The sequence
is geometric. Both sequences are strictly increasing and contain only integers, and
is as small as possible. What is the value of
?
Solution 1
Since the geometric sequence is more restrictive, we can test values for the common ratio until we find one that works. The first sequence is an arithmetic sequence, so
must be divisible by
. After a few tests, we find that a common ratio of
results in the geometric sequence
so the arithmetic sequence is
The answer is
A more generalized solution is as follows.
Let the common difference of the arithmetic sequence be
, and the common ratio of the geometric sequence be
Hence, the two sequences are
and
Since
the arithmetic sequence is
Since
is a positive integer, we seek the smallest
such that
is divisble by
so the smallest
is
. The rest follows like above.
~Tacos_are_yummy_1
~Minor edit by dodobird150