๐Ÿ”ฌ Model Lab

New run Stored runs โš–๏ธ Judge verdicts ๐Ÿงฎ Math ๐Ÿ“Š Math runs ๐Ÿ“„ Benchmark paper ๐Ÿ“„ 3-model paper ๐Ÿ“„ Meta: Will Muse Cause a Spark?

๐Ÿงฎ Math benchmark โ€” 10 questions ร— 6 models

2026-09-03T14:30:14 ยท difficulty: stretch ยท AMC 8 / AJHSME ยท ๐Ÿ“จ all-at-once (1 call/model) ยท all sessions โ†’

๐Ÿ’ธ Spent on this benchmark: 54.24ยข across 60 answers (10 questions ร— 6 models)

Leaderboard (accuracy on graded answers)

#ModelCorrectAccuracyAvg/QTotal timeCost$/M outOut tok~Impl tokErrors
๐Ÿฅ‡ openrouter:meta/muse-spark-1.3 10/10 100% 17.0s 169.7s 5.34ยข $4.25 12260 12569 0
๐Ÿฅˆ openrouter:google/gemini-3.8-flash 10/10 100% 5.2s 51.9s 4.12ยข $3.75 10760 10997 0
๐Ÿฅ‰ openrouter:~z-ai/glm-latest 10/10 100% 13.7s 137.3s 7.68ยข $2.57 17110 29833 0
4 openrouter:anthropic/claude-opus-5 10/10 100% 5.8s 57.8s 13.59ยข $25.00 5160 5435 0
5 openrouter:openai/gpt-5.6-terra-pro 10/10 100% 8.3s 83.5s 23.51ยข $12.00 16320 19592 0
6 openrouter:qwen/qwen3.8-27b 0/0 โ€“ 18.0s 180.2s 0.00ยข $3.00 โ€“ โ€“ 10
Accuracy by difficulty (all models): stretch 100%  
Out tok = actual output tokens (summed from each call's usage). ~Impl tok = cost รท output-price (what the spend implies if it were all output) โ€” runs a touch above Out tok because input tokens fold in; tracks closely here since prompts are short.

Question ร— model matrix โ€” each cell is the model's pick ยท ๐ŸŸฉ correct ยท ๐ŸŸฅ wrong

Model โ†“ / Q โ†’Q1
ans D
Q2
ans A
Q3
ans D
Q4
ans E
Q5
ans D
Q6
ans C
Q7
ans A
Q8
ans C
Q9
ans B
Q10
ans B
openrouter:meta/muse-spark-1.3 D โœ“A โœ“D โœ“E โœ“D โœ“C โœ“A โœ“C โœ“B โœ“B โœ“
openrouter:google/gemini-3.8-flash D โœ“A โœ“D โœ“E โœ“D โœ“C โœ“A โœ“C โœ“B โœ“B โœ“
openrouter:~z-ai/glm-latest D โœ“A โœ“D โœ“E โœ“D โœ“C โœ“A โœ“C โœ“B โœ“B โœ“
openrouter:qwen/qwen3.8-27b โš โš โš โš โš โš โš โš โš โš 
openrouter:anthropic/claude-opus-5 D โœ“A โœ“D โœ“E โœ“D โœ“C โœ“A โœ“C โœ“B โœ“B โœ“
openrouter:openai/gpt-5.6-terra-pro D โœ“A โœ“D โœ“E โœ“D โœ“C โœ“A โœ“C โœ“B โœ“B โœ“
solved (models โœ“)5/55/55/55/55/55/55/55/55/55/5
Cell = the letter the model chose; ๐ŸŸฉ matches the correct answer, ๐ŸŸฅ wrong ยท โณ running ยท โš  error. Bottom row = how many models solved each question (๐ŸŸฉ all got it โ€ฆ ๐ŸŸฅ most missed it), so you can spot the questions the models struggled with.

Questions & model reasoning

Q1 ยท stretch ยท AMC 8 2001 #25 โ€” correct: D (7425.) ยท solved by 5/5 models

There are 24 four-digit whole numbers that use each of the four digits 2, 4, 5, and 7 exactly once. Only one of these four-digit numbers is a multiple of another one. Which of the following is it?

  1. 5724
  2. 7245
  3. 7254
  4. 7425
  5. 7542
Official approach: the only feasible factor is 3
ModelPickโœ“/โœ—Reasoning
openrouter:meta/muse-spark-1.3 D โœ“
show
Problem 1:
We need four-digit numbers using 2,4,5,7 once each.
There are 24 of them. Sum of digits = 2+4+5+7 = 18,
so every such number is divisible by 9.

Let a smaller one $S$ divide a larger one $L$, $L=kS$.
Since $2457 \le S < L \le 7542$,
$$ k = L/S < 7542/2457 < 3.07. $$
$k$ is an integer $>1$, so $k=2$ or $k=3$.

Rule out $k=2$.
$S\ge 2457$ and $L=2S\le 7542$ gives $S\le 3771$.
Hence $S$ is $2457$ to $3771$ and uses digits 2,4,5,7,
so its thousands digit must be 2. So $S=2\_\_\_$.

Let $d$ be units of $S$. $d$ is 4,5 or 7.
$L=2S$ has units $(2d)\bmod 10$, which must be 2,4,5 or 7.
- $d=4 \to 8$, impossible.
- $d=5 \to 0$, impossible.
- $d=7 \to 4$, possible, with carry 1.

So $S$ must end in 7, $L$ end in 4, and $S=2\_\_7$
with middle digits 4,5. I.e. $S=2457$ or $2547$.
But $2457\times 2=4914$, $2547\times 2=5094$,
neither uses digits 2,4,5,7. So $k=2$ is impossible.

Hence $k=3$. Then $L=3S\le 7542$ gives $S\le 2514$.
Also $S\ge 2457$. So $2457\le S\le 2514$ using digits 2,4,5,7.
Thousands digit 2. The only permutations in that interval are
2457 and 2475; $2547$ is already too big since $3\times2547>7542$.

Test:
$2457\times 3 = 7371$, not a permutation.
$2475\times 3 = 7425$, which is $2,4,7,5$ exactly once.

Indeed $2475\times 3 = 6000+1200+210+15 = 7425$.
So the unique multiple is 7425. This eliminates A,B,C,E; e.g.
halves and thirds of 5724,7245,7254,7542 are not permutations.
ANSWER 1: D

Problem 2:
We multiply $N=99\dots9$ ($n$ nines) by $M=44\dots4$ ($n$ fours).
Test small $n$:
$9\times4=36$, digit sum 9.
$99\times44=4356$, digit sum 18.
$999\times444=443556$, digit sum 27.
Guess sum $=9n$.

Prove: $M$ has $n$ digits 4. $N=10^{n}-1$.
$$ N\cdot M = M\cdot10^{n}-M = (M-1)10^{n}+ (10^{n}-M). $$
Let $F=M=44\dots4$. Then
$$M-1 = 44\dots43,$$
$n-1$ fours then 3, and
$$10^{n}-M = 55\dots56,$$
$n-1$ fives then 6, e.g. $1000-444=556$.
Hence the product is the concatenation:
$(n-1$ fours$)3\,(n-1$ fives$)6$.

Digit sum $=4(n-1)+3+5(n-1)+6 =9(n-1)+9=9n$.

For $n=94$, sum $=9\times94=846$.

This rules out 855,945,954,1072.
ANSWER 2: A

Problem 3:
Points per race: 5 first, 3 second, 1 third, 0 otherwise.
Let our student have total $T$. Another student maximized
takes the best place left by ours in each race:
if ours is 1st, max 3; if 2nd,3rd or out, max 5.

$T=13$ can only be $5+5+3$: two wins and a second.
Max for opponent $=3+3+5=11<13$. So 13 guarantees sole first.
Hence 15 also does, but we want smallest.

$T=11$ can be $5+5+1$. Then an opponent can be second, second,
first: $3+3+5=11$, tying us. So 11 does not guarantee strictly
more. It can also be $5+3+3$, where opponent can get
$3+5+5=13>11$.

Thus 11 fails. Any $T\le10$ also fails: e.g. opponent can still
aim for $3+3+5=11$ while we win twice and do worse in the third
race; e.g. we get $5+5+0=10$ and opponent gets 11 and beats us.
Similarly 9 is beatable.

So among attainable totals, 13 is the first that works.
Choices 9,10,11 fail; 15 works but is not smallest.
ANSWER 3: D

Problem 4:
Let $c$ correct, $u$ unanswered, $w$ wrong, $c+u+w=20$.
Score $S=5c+u$.

Then $u=S-5c\ge0$ and $c+u\le20$, i.e. $c+S-5c\le20$,
$S-4c\le20$.

- 90: $u=90-5c$. Need $5c\le90$, $90-4c\le20$.
$c=18$ gives $u=0$, $c+u=18\le20$ with $w=2$. Possible.

- 91: $u=91-5c$. $c=18$ gives $u=1$, $c+u=19\le20$ with $w=1$.
Possible: 18 correct, 1 blank, 1 wrong.

- 92: $u=92-5c$. $c=18$ gives $u=2$, $c+u=20$. Possible:
18 correct, 2 blank.

- 95: $u=95-5c$. $c=19$ gives $u=0$, $c+u=19\le20$ with $w=1$.
Possible: 19 correct, 1 wrong.

- 97: $u=97-5c$. Need $5c\le97$ so $c\le19$, and
$97-4c\le20$ so $4c\ge77$ so $c\ge20$. Impossible.
Indeed $c=19$ would need $u=2$, total $21>20$; $c=20$ gives 100.
So 97 cannot occur.

Hence NOT possible is 97.
ANSWER 4: E

Problem 5:
Cost: 4 for \$5, so per disk $5/4=1.25$.
Sell: 3 for \$5, so per disk $5/3\approx1.67$.

Profit per disk $=5/3-5/4=(20-15)/12=5/12$ dollars.

To make \$100 need $N$ with $N\cdot5/12=100$,
$$N=100\times12/5=240.$$

Check: buy 240 costs $240/4\times5=300$; sell 240 gets
$240/3\times5=400$; profit $100$.
100,120,200,1200 give profits $125/3,50,250/3,500$, not 100.
ANSWER 5: D

Problem 6:
Row 1 has 10 seats, row $i$ has $10+i-1=9+i$ seats.
Row 20 has 29 seats.

In a row of $n$ seats in a line with no two occupied adjacent,
the maximum is to take seats 1,3,5,... i.e. $\lceil n/2\rceil$.

So row $n$ contributes $\lceil n/2\rceil$:
10โ†’5, 11โ†’6, 12โ†’6, 13โ†’7, 14โ†’7, 15โ†’8, 16โ†’8, 17โ†’9,
18โ†’9, 19โ†’10, 20โ†’10, 21โ†’11, 22โ†’11, 23โ†’12, 24โ†’12,
25โ†’13, 26โ†’13, 27โ†’14, 28โ†’14, 29โ†’15.

Summing in pairs: $11+13+15+17+19+21+23+25+27+29$.
This is 10 terms averaging $(11+29)/2=20$, total $200$.

Leaving a seat empty can only reduce total, so 200 is max.
This rules out 150,180,400,460.
ANSWER 6: C

Problem 7:
Let $a_1=A$, common difference $d>0$. Since $a_1,a_2$ integers,
$d=a_2-a_1$ is an integer. $a_n=A+(n-1)d$.

$a_1\in[1,10]$, $a_1+d\in[13,20]$, $A+14d\in[241,250]$.

Then $14d=(A+14d)-A\in[241-10,250-1]=[231,249]$.
So $231\le14d\le249$, $16.5\le d\le17.78$.
Integer $d=17$ only, since $14\times16=224$, $14\times18=252$.

Then $A=(A+14d)-238\in[241-238,250-238]=[3,12]$.
Intersect $[1,10]$ gives $[3,10]$.
Also $A+17\in[13,20]$ gives $A\le3$. Hence $A=3$.

Check: $3,20,\dots,3+14\times17=241$, satisfies all.
Then $a_{14}=A+13d=3+13\times17=3+221=224$.
Digit sum $=2+2+4=8$, ruling out 9,10,11,12.
ANSWER 7: A

Problem 8:
Sum $1+\cdots+9=45$. Three groups equal sum $\Rightarrow$
each sum $45/3=15$.

Find triples of distinct 1โ€“9 summing to 15:
1+5+9, 1+6+8, 2+4+9, 2+5+8, 2+6+7, 3+4+8, 3+5+7, 4+5+6.

9 must be with $\{1,5\}$ or $\{2,4\}$.

Case 9 with 1,5: use $\{1,5,9\}$. Remaining $\{2,3,4,6,7,8\}$.
8 needs two summing to 7: only $3+4$ remains, so $\{3,4,8\}$
forced. Left $\{2,6,7\}=15$. Partition 1.

Case 9 with 2,4: use $\{2,4,9\}$. Remaining $\{1,3,5,6,7,8\}$.
8 needs 7: only $1+6$ remains, so $\{1,6,8\}$ forced.
Left $\{3,5,7\}=15$. Partition 2.

No other cases. So exactly 2 unordered partitions.
Labeled groups would give 12, not liste
openrouter:google/gemini-3.8-flash D โœ“
show
### Problem 1:

**Restatement of the Problem:**  
We are given the four digits $2, 4, 5,$ and $7$. There are $4! = 24$ four-digit numbers formed by using each of these digits exactly once. We are told that exactly one of these $24$ numbers is a multiple of another one among them. We need to identify that number from the given choices.

**Step-by-Step Solution:**
1. The smallest possible four-digit number that can be formed using digits $\{2, 4, 5, 7\}$ is $2457$, and the largest is $7542$.
2. If a number $B$ is a multiple of another number $A$, then $B = k \cdot A$ for some integer $k \ge 2$.
3. Since $A \ge 2457$ and $B \le 7542$, the multiplier $k$ can only be:
   $$\frac{7542}{2457} \approx 3.07 \implies k = 2 \text{ or } 3$$
4. Let's test multiples of the smallest valid numbers:
   - For $A = 2457$:
     - $2457 \times 2 = 4914$ (contains the digit $9$, not valid)
     - $2457 \times 3 = 7371$ (contains $3$ and $1$, not valid)
   - For $A = 2475$:
     - $2475 \times 2 = 4950$ (not valid)
     - $2475 \times 3 = 7425$ 
5. Notice that $7425$ contains the digits $7, 4, 2, 5$, each exactly once!
6. Thus, $7425$ is a multiple of $2475$ ($7425 = 3 \times 2475$). 
7. Checking the choices, $7425$ is Choice D.

ANSWER 1: D

---

### Problem 2:

**Restatement of the Problem:**  
Find the sum of the digits of the product of a string of $94$ nines and a string of $94$ fours:
$$\underbrace{999\dots99}_{94\text{ nines}} \times \underbrace{444\dots44}_{94\text{ fours}}$$

**Step-by-Step Solution:**
1. Let $N = \underbrace{444\dots44}_{94\text{ fours}}$.
2. A string of $94$ nines can be written as $10^{94} - 1$.
3. The product is:
   $$(10^{94} - 1) \times N = N \times 10^{94} - N$$
4. Let us observe the pattern for smaller values of $n$ (the number of digits):
   - For $n = 1$: $9 \times 4 = 36$, digit sum is $3 + 6 = 9 = 9 \times 1$.
   - For $n = 2$: $99 \times 44 = 4356$, digit sum is $4 + 3 + 5 + 6 = 18 = 9 \times 2$.
   - For $n = 3$: $999 \times 444 = 443556$, digit sum is $4 + 4 + 3 + 5 + 5 + 6 = 27 = 9 \times 3$.
5. In general, for $n$ digits, the product is:
   $$\underbrace{44\dots4}_{n-1\text{ fours}} 3 \underbrace{55\dots5}_{n-1\text{ fives}} 6$$
   The sum of the digits is:
   $$4(n-1) + 3 + 5(n-1) + 6 = 9(n-1) + 9 = 9n$$
6. Here, $n = 94$, so the sum of the digits is:
   $$9 \times 94 = 846$$

ANSWER 2: A

---

### Problem 3:

**Restatement of the Problem:**  
In each of three races, the first-place finisher receives $5$ points, the second-place finisher receives $3$ points, and the third-place finisher receives $1$ point. There are no ties. We wish to find the smallest number of points a student must earn in the three races to be guaranteed to have strictly more points than any other student.

**Step-by-Step Solution:**
1. In each race, the points awarded are $5, 3,$ and $1$. The possible point values a single student can obtain across $3$ races come from sums of three values chosen from $\{5, 3, 1, 0\}$ (where $0$ represents placing fourth or lower).
2. The possible scores near the top are:
   - $5 + 5 + 5 = 15$
   - $5 + 5 + 3 = 13$
   - $5 + 5 + 1 = 11$
   - $5 + 3 + 3 = 11$
   - $5 + 3 + 1 = 9$ or $3 + 3 + 3 = 9$
3. Can a student earn $11$ points and tie with another student?
   - Yes: Student A could finish 1st, 1st, and 3rd, scoring $5 + 5 + 1 = 11$.
   - Simultaneously, Student B could finish 2nd, 2nd, and 1st, scoring $3 + 3 + 5 = 11$.
   - Since Student A and Student B both have $11$ points, having $11$ points does not guarantee strictly more points than every other student.
4. Next possible higher score is $13$:
   - To score $13$ points, a student must finish with two 1st-place finishes and one 2nd-place finish ($5 + 5 + 3 = 13$).
   - If Student A scores $13$ points, the remaining points available to all other competitors across the three races are:
     - One 1st-place finish ($5$ points),
     - Two 2nd-place finishes ($3$ points each),
     - Three 3rd-place finishes ($1$ point each).
   - The maximum points any other single competitor could obtain is by taking the remaining 1st-place finish and both remaining 2nd-place finishes: $5 + 3 + 3 = 11$ points.
   - Since $11 < 13$, no other student can reach $13$ points.
5. Therefore, $13$ is the smallest number of points that guarantees a student has strictly more points than any other student.

ANSWER 3: D

---

### Problem 4:

**Restatement of the Problem:**  
A test consists of $20$ questions. Correct answers earn $5$ points, unanswered questions earn $1$ point, and incorrect answers earn $0$ points. We need to determine which of the given scores is NOT possible: $90, 91, 92, 95,$ or $97$.

**Step-by-Step Solution:**
1. Let $c$ be the number of correct answers, $u$ be the number of unanswered questions, and $w$ be the number of incorrect answers.
2. We have the constraints:
   $$c + u + w = 20, \quad c, u, w \ge 0$$
   $$\text{Score} = 5c + u$$
3. Let's analyze scores close to $100$:
   - If $c = 20$, then $u = 0, w = 0 \implies \text{Score} = 100$.
   - If $c = 19$, then $u + w = 1$.
     - If $u = 1, w = 0 \implies \text{Score} = 5(19) + 1 = 96$.
     - If $u = 0, w = 1 \implies \text{Score} = 5(19) + 0 = 95$.
   - If $c \le 18$, the maximum possible score is when all remaining questions are left unanswered ($u = 20 - c$):
     $$\text{Score} \le 5(18) + 2 = 92$$
4. Therefore, any score strictly between $92$ and $95$, or between $96$ and $100$, is impossible:
   - Impossible scores in the nineties are: $93, 94, 97, 98, 99$.
5. Checking the choices:
   - $90$: $c = 18, u = 0, w = 2 \implies 5(18) + 0 = 90$ (Possible)
   - $91$: $c = 18, u = 1, w = 1 \implies 5(18) + 1 = 91$ (Possible)
   - $92$: $c = 18, u = 2, w = 0 \implies 5(18) + 2 = 92$ (Possible)
   - $95$: $c = 19, u = 0, w = 1 \implies 5(19) + 0 = 95$ (Possible)
   - $97$: Impossible, as shown above.

ANSWER 4: E

---

### Problem 5:

**Restatement of the Problem:**  
Maria buys computer disks at $4$ for $\$5$ and sells them at $3$ for $\$5$. How many disks mus
openrouter:~z-ai/glm-latest D โœ“
show
# Problem 1:
We have all 24 permutations of digits {2, 4, 5, 7}. The smallest is 2457 and the largest is 7542. If one of these numbers is a multiple of another, say X = kยทY, then k = X/Y โ‰ค 7542/2457 โ‰ˆ 3.07, so **k = 2 or k = 3**.

**Try k = 2:** Then 2Y โ‰ค 7542 forces Y โ‰ค 3771, so Y starts with 2 or 4, and Y must be even. Candidates and their doubles:
- 2574 โ†’ 5148 โœ—, 2754 โ†’ 5508 โœ—
- 4572 โ†’ 9144 โœ—, 4752 โ†’ 9504 โœ—

None of the doubles use only digits {2,4,5,7}. So doubling never works.

**Try k = 3:** Then 3Y โ‰ค 7542 forces Y โ‰ค 2514, so Y โˆˆ {2457, 2475}:
- 3 ร— 2457 = 7371 โœ—
- 3 ร— 2475 = **7425** โœ“ (uses exactly digits 2, 4, 5, 7)

So the only multiple pair is 7425 = 3 ร— 2475. Checking the other choices directly (e.g., 5724 = 2ยฒยท3ยณยท53 and 7245 = 3ยฒยท5ยท7ยท23 have no 4-digit divisors made of 2,4,5,7) confirms none of them works.

ANSWER 1: D

# Problem 2:
A string of 94 nines equals 10โนโด โˆ’ 1. So the product is

44โ€ฆ4 (94 fours) ร— (10โนโด โˆ’ 1) = 44โ€ฆ4000โ€ฆ0 (94 fours followed by 94 zeros) โˆ’ 44โ€ฆ4.

Look at small cases to see the pattern:
- 44 ร— 99 = 4356
- 444 ร— 999 = 443556
- 4444 ร— 9999 = 44435556

The pattern is: **(nโˆ’1) fours, then a 3, then (nโˆ’1) fives, then a 6**. (This is the subtraction: the trailing zeros minus 44โ€ฆ4 gives 55โ€ฆ56, and borrowing 1 turns the leading 44โ€ฆ4 into 44โ€ฆ3.)

For n = 94 the answer is: 93 fours, then 3, then 93 fives, then 6.

Sum of digits = 93(4) + 3 + 93(5) + 6 = 372 + 3 + 465 + 6 = **846**.
(Not 954 โ€” that would come from wrongly counting 94 fours and 94 fives.)

ANSWER 2: A

# Problem 3:
Each race awards 5 + 3 + 1 = 9 points, so 27 points total over three races. A student's score is a sum of three odd numbers (5, 3, or 1), so every score is **odd**; possible scores are 3, 5, 7, 9, 11, 13, 15.

**Why 13 guarantees the win:** The only way to score 13 is 5 + 5 + 3 (first twice, second once). Then in the two races that student won, any rival scored at most 3 points; in the remaining race, at most 5. So every rival has at most 3 + 3 + 5 = 11 < 13. โœ“

**Why smaller values fail:** With 11 points (e.g., 5 + 5 + 1: first twice, third once), another student could be second in those two races (3 + 3) and first in the third (5), also totaling 11 โ€” a tie, so 11 does not guarantee being strictly ahead. (With 9 or 10, a rival could even score more.) Since all scores are odd, 12 is impossible anyway.

ANSWER 3: D

# Problem 4:
Let c = correct, u = unanswered, w = wrong, with c + u + w = 20. Score = 5c + u.

- 90: 18 correct, 0 unanswered, 2 wrong โ†’ 18ยท5 = 90 โœ“
- 91: 18 correct, 1 unanswered, 1 wrong โ†’ 90 + 1 โœ“
- 92: 18 correct, 2 unanswered, 0 wrong โ†’ 90 + 2 โœ“
- 95: 19 correct, 0 unanswered, 1 wrong โ†’ 95 โœ“
- 97: Need 5c + u = 97. Since 97 โ‰ก 2 (mod 5), u โˆˆ {2, 7, 12, 17}.
  - u = 2 โ†’ c = 19, but c + u = 21 > 20 โœ—
  - u = 7 โ†’ c = 18, c + u = 25 > 20 โœ—
  - u = 12 โ†’ c = 17, c + u = 29 > 20 โœ—
  - u = 17 โ†’ c = 16, c + u = 33 > 20 โœ—

So 97 is impossible.

ANSWER 4: E

# Problem 5:
Buying at 4 disks for $5 means cost per disk = 5/4 = $1.25.
Selling at 3 disks for $5 means revenue per disk = 5/3 โ‰ˆ $1.67.

Profit per disk = 5/3 โˆ’ 5/4 = (20 โˆ’ 15)/12 = **5/12 dollars**.

To make $100 profit: number of disks = 100 รท (5/12) = 100 ยท 12/5 = **240**.

Check: 240 disks cost 240 ยท 1.25 = $300; selling 240 disks brings 240 ยท 5/3 = $400; profit = $100. โœ“
(The tempting wrong answer 120 comes from forgetting she must also *buy* the disks she sells.)

ANSWER 5: D

# Problem 6:
Row i has 10 + (i โˆ’ 1) seats, so the rows have 10, 11, 12, โ€ฆ, 29 seats.

In a row of n seats with no two students adjacent, the maximum is โŒˆn/2โŒ‰ (alternate seating: seat, gap, seat, gap, โ€ฆ).

Compute row by row:
- Row 10 โ†’ 5, row 11 โ†’ 6, row 12 โ†’ 6, row 13 โ†’ 7, row 14 โ†’ 7, row 15 โ†’ 8, row 16 โ†’ 8, row 17 โ†’ 9, row 18 โ†’ 9, row 19 โ†’ 10, row 20 โ†’ 10, row 21 โ†’ 11, row 22 โ†’ 11, row 23 โ†’ 12, row 24 โ†’ 12, row 25 โ†’ 13, row 26 โ†’ 13, row 27 โ†’ 14, row 28 โ†’ 14, row 29 โ†’ 15.

Total = 5 + (6+6) + (7+7) + (8+8) + (9+9) + (10+10) + (11+11) + (12+12) + (13+13) + (14+14) + 15 = **200**.

(Shortcut: total seats = 390; half is 195; the 10 odd-sized rows each contribute an extra half-seat: 195 + 10 = 200. Choice 400 wrongly assumes every seat can be filled; choice 180 wrongly floors every row.)

ANSWER 6: C

# Problem 7:
Let d be the common spacing. Then aโ‚‚ = aโ‚ + d and aโ‚โ‚… = aโ‚ + 14d.

From 1 โ‰ค aโ‚ โ‰ค 10 and 241 โ‰ค aโ‚โ‚… โ‰ค 250:
241 โ‰ค aโ‚ + 14d โ‰ค 250 โŸน 231 โ‰ค 14d โ‰ค 249 โŸน 16.5 โ‰ค d โ‰ค 17.79, so **d = 17** (integers only).

Now aโ‚โ‚… = aโ‚ + 14(17) = aโ‚ + 238 must satisfy 241 โ‰ค aโ‚ + 238 โ‰ค 250, so aโ‚ โ‰ฅ 3.
Also aโ‚‚ = aโ‚ + 17 must satisfy aโ‚‚ โ‰ค 20, so aโ‚ โ‰ค 3.
Therefore aโ‚ = 3. (Check: aโ‚‚ = 20 โˆˆ [13, 20] โœ“, aโ‚โ‚… = 241 โˆˆ [241, 250] โœ“.)

Then aโ‚โ‚„ = aโ‚ + 13d = 3 + 13(17) = 3 + 221 = **224**.

Sum of digits: 2 + 2 + 4 = **8**.

ANSWER 7: A

# Problem 8:
The numbers 1 through 9 sum to 45, so each of the 3 groups must sum to 45/3 = **15**.

All triples from {1,โ€ฆ,9} summing to 15:
1-5-9, 1-6-8, 2-4-9, 2-5-8, 2-6-7, 3-4-8, 3-5-7, 4-5-6 (these are the 8 lines of the 3ร—3 magic square).

Since the group containing 1 must be either {1,5,9} or {1,6,8}:

**Case {1,5,9}:** Remaining digits {2,3,4,6,7,8} must form two triples summing to 15 โ€” the only option is {2,6,7} and {3,4,8}. โœ“ โ†’ Partition: {1,5,9}, {2,6,7}, {3,4,8}.

**Case {1,6,8}:** Remaining digits {2,3,4,5,7,9} โ€” the only option is {2,4,9} and {3,5,7}. โœ“ โ†’ Partition: {1,6,8}, {2,4,9}, {3,5,7}.

No other partitions exist, so there are exactly **2** ways (groups aren't labeled, and order within a group doesn't matter).

ANSWER 8: C

# Problem 9:
There are 36 equally likely outcomes. Count pairs (die1, die2) with product > 10:

- Roll of 1: products 1โ€“6 โ†’ none.
- Roll of 2: products 2,4,6,8,10,12 โ†’ (2,6) only โ†’ 1 outcome.
- Roll of 3: 3,6,9,12,15,18 โ†’ (3,4),(3,5),(3,6) โ†’ 3 outcomes.
- Roll of 4: 4,8,12,16,20,24 โ†’ (4,3),(4,4),(4,5),(4,6) โ†’ 4 outcomes.
- Roll of 5: 5,10,15,20,25,30 โ†’ (5,3),(5,4),(5,5),(5,6) โ†’ 4 outcomes.
- Roll of 6: 6,12,18,24,30,36 โ†’ (6,2),(6,3),(6,4),(6,5),(6,6) โ†’ 5 outcomes.

Total favorable = 1 + 3 + 4 + 4 + 5 = **17**
openrouter:qwen/qwen3.8-27b โ€“ โš  timed out after 180s โ€” too slow / stuck in reasoning to answer all questions in one call (counted as a fail)
openrouter:anthropic/claude-opus-5 D โœ“
show
# Problem 1:
We need a permutation of {2,4,5,7} that is a multiple of another permutation of the same digits.

The smallest such number is 2457 and the largest is 7542, so the ratio of the two numbers is less than 7542/2457 โ‰ˆ 3.07. So the multiplier can only be 2 or 3.

**Multiplier 3:** Try the small permutations starting with 2 (since 3 ร— (number) must still be a 4-digit permutation):
- 2457 ร— 3 = 7371 (no)
- 2475 ร— 3 = **7425** โœ“ โ€” digits 7, 4, 2, 5, a permutation!

So 7425 = 3 ร— 2475, both using 2, 4, 5, 7 exactly once.

Checking the tempting choices: 5724, 7245, 7254, 7542 are all even or not divisible appropriately โ€” e.g. 7254/2 = 3627 and 7254/3 = 2418 (digits wrong), 5724/2 = 2862, 7542/2 = 3771, 7542/3 = 2514, 7245/3 = 2415 โ€” none give permutations of 2,4,5,7.

ANSWER 1: D

# Problem 2:
Look at the pattern with small strings:
- 9 ร— 4 = 36, digit sum = 9
- 99 ร— 44 = 4356, digit sum = 4+3+5+6 = 18
- 999 ร— 444 = 443556, digit sum = 4+4+3+5+5+6 = 27
- 9999 ร— 4444 = 44435556, digit sum = 36

The product of *n* nines and *n* fours is 44โ€ฆ4 (nโˆ’1 fours) 3 55โ€ฆ5 (nโˆ’1 fives) 6, whose digit sum is
4(nโˆ’1) + 3 + 5(nโˆ’1) + 6 = 9n โˆ’ 9 + 9 = 9n.

For n = 94: digit sum = 9 ร— 94 = **846**.

(945 and 954 would come from miscounting as 9(n+1) or similar.)

ANSWER 2: A

# Problem 3:
Each race awards 5 + 3 + 1 = 9 points, so 27 points total over three races.

**Is 11 enough?** A student could get 11 as 5 + 5 + 1. Then in the third race someone else could win (5) and place second in the first two races: 3 + 3 + 5 = 11 โ€” a tie, so 11 is not a guarantee. (Similarly 9 and 10 fail.)

**Is 13 enough?** The only way to score 13 is 5 + 5 + 3. Then the remaining points available are: race 1 โ†’ {3, 1}, race 2 โ†’ {3, 1}, race 3 โ†’ {5, 1}. The best any other student can do is 3 + 3 + 5 = 11 < 13. So 13 guarantees the win.

15 (winning all three) works too, but is not the smallest.

ANSWER 3: D

# Problem 4:
Let c = number correct, u = number unanswered, with c + u โ‰ค 20. Score = 5c + u.

- 90 = 5(18) + 0 โ†’ 18 questions used โœ“
- 91 = 5(18) + 1 โ†’ 19 used โœ“
- 92 = 5(18) + 2 โ†’ 20 used โœ“
- 95 = 5(19) + 0 โ†’ 19 used โœ“
- 97: need 5c + u = 97. If c = 19, u = 2, but 19 + 2 = 21 > 20 โœ—. If c = 18, u = 7, total 25 > 20 โœ—. Smaller c makes u even bigger. With c = 20, score is 100. So 97 is impossible.

ANSWER 4: E

# Problem 5:
Cost per disk = $5/4 = $1.25. Selling price per disk = $5/3 โ‰ˆ $1.6667.

Profit per disk = 5/3 โˆ’ 5/4 = 20/12 โˆ’ 15/12 = 5/12 dollars.

Number needed: 100 รท (5/12) = 100 ร— 12/5 = **240** disks.

(Choosing 120 comes from using a profit of $5/6 per disk; 1200 from forgetting the 5.)

ANSWER 5: D

# Problem 6:
Rows have 10, 11, 12, โ€ฆ, 29 seats. In a row of n seats with no two students adjacent, the maximum is โŒˆn/2โŒ‰ (seat in positions 1, 3, 5, โ€ฆ).

So the maxima are โŒˆ10/2โŒ‰ = 5, โŒˆ11/2โŒ‰ = 6, 6, 7, 7, 8, โ€ฆ, โŒˆ29/2โŒ‰ = 15.

Pair consecutive rows:
(10,11): 5+6 = 11, (12,13): 13, (14,15): 15, (16,17): 17, (18,19): 19, (20,21): 21, (22,23): 23, (24,25): 25, (26,27): 27, (28,29): 29.

Sum = 11+13+15+โ€ฆ+29 = 10 terms averaging 20 = **200**.

(400 is the total number of seats โ€” half of them can be used.)

ANSWER 6: C

# Problem 7:
Equally spaced integers: aโ‚™ = aโ‚ + (nโˆ’1)d.

From aโ‚โ‚… = aโ‚ + 14d with 241 โ‰ค aโ‚ + 14d โ‰ค 250 and 1 โ‰ค aโ‚ โ‰ค 10:
14d โ‰ฅ 241 โˆ’ 10 = 231 and 14d โ‰ค 250 โˆ’ 1 = 249, so 16.5 โ‰ค d โ‰ค 17.8 โ†’ d = 17.

From aโ‚‚ = aโ‚ + 17 with 13 โ‰ค aโ‚ + 17 โ‰ค 20: aโ‚ โ‰ค 3. Combined with aโ‚ + 238 โ‰ฅ 241 โ†’ aโ‚ โ‰ฅ 3. So aโ‚ = 3.

Check: aโ‚โ‚… = 3 + 14(17) = 241 โœ“ (in range), aโ‚‚ = 20 โœ“.

aโ‚โ‚„ = 3 + 13(17) = 3 + 221 = 224. Digit sum = 2 + 2 + 4 = **8**.

ANSWER 7: A

# Problem 8:
Total = 1+2+โ‹ฏ+9 = 45, so each group sums to 45/3 = 15.

Consider the group containing 9: the other two cards sum to 6, so they are {1,5} or {2,4} ({3,3} impossible).

**Case {9,1,5}:** remaining {2,3,4,6,7,8}. The group with 8 needs two cards summing to 7: only {3,4} (since {1,6} uses the used 1). Then the last group is {2,6,7}, which sums to 15 โœ“.
โ†’ {1,5,9}, {3,4,8}, {2,6,7}

**Case {9,2,4}:** remaining {1,3,5,6,7,8}. The group with 8 needs two summing to 7: only {1,6}. Last group {3,5,7} sums to 15 โœ“.
โ†’ {2,4,9}, {1,6,8}, {3,5,7}

Exactly **2** ways.

ANSWER 8: C

# Problem 9:
There are 36 equally likely outcomes. Count those with product > 10 (note product = 10 does **not** count):

- Die 1 = 1: none (max 6)
- Die 1 = 2: need b > 5 โ†’ b = 6 โ†’ 1 way
- Die 1 = 3: need b > 10/3 โ†’ b = 4,5,6 โ†’ 3 ways
- Die 1 = 4: need b > 2.5 โ†’ b = 3,4,5,6 โ†’ 4 ways
- Die 1 = 5: need b > 2 โ†’ b = 3,4,5,6 โ†’ 4 ways
- Die 1 = 6: need b > 5/3 โ†’ b = 2,3,4,5,6 โ†’ 5 ways

Total = 0+1+3+4+4+5 = 17, so probability = **17/36**.

(1/2 = 18/36 would result from mistakenly including product = 10.)

ANSWER 9: B

# Problem 10:
Label Chris as the person who takes piece #1. With n students, the pieces Chris takes are #1, #(n+1), #(2n+1), โ€ฆ i.e. pieces numbered 1 + kn.

For Chris to take piece #100 we need 100 = 1 + kn, i.e. n divides 99.

Divisors of 99: 1, 3, 9, 11, 33, 99. Among the choices, only **11** works (99 = 9 ร— 11, so Chris takes pieces 1, 12, 23, โ€ฆ, 100).

Checking others: 99/10, 99/19, 99/20, 99/25 are not integers.

ANSWER 10: B
openrouter:openai/gpt-5.6-terra-pro D โœ“
show
Problem 1:

We need find the one number among all permutations of \(2,4,5,7\) that is a multiple of another such number.

Any such four-digit number is between \(2457\) and \(7542\). Therefore, if a larger one is an integer multiple of a smaller one, the multiplier can only be \(2\) or \(3\).

### Could the multiplier be 2?

Suppose \(N=2M\), where both \(N\) and \(M\) use the digits \(2,4,5,7\).

- If \(M\) ends in \(2\), then \(N\) ends in \(4\). Looking at the tens digit, doubling \(4,5,\) or \(7\) gives an invalid digit or repeats the \(4\), so this cannot work.
- If \(M\) ends in \(7\), then \(N\) ends in \(4\), with a carry of \(1\). The tens digit must be \(2\), producing \(5\). Thus \(M\) must be either \(4527\) or \(5427\):
  \[
  2(4527)=9054,\qquad 2(5427)=10854,
  \]
  neither of which is a valid permutation.

So no pair has one number twice the other.

### Could the multiplier be 3?

The smaller number must be at most
\[
\frac{7542}{3}=2514.
\]
The only permutations of \(2,4,5,7\) below \(2514\) are
\[
2457,\qquad 2475.
\]

Now calculate:
\[
3(2457)=7371,
\]
not a permutation of \(2,4,5,7\), but
\[
3(2475)=7425.
\]

Thus \(7425\) is the desired number. The other choices are not \(3\) times a valid smaller permutation.

ANSWER 1: D

Problem 2:

Let \(n=94\). We are multiplying

\[
\underbrace{99\cdots 99}_{94\text{ nines}}
\cdot
\underbrace{44\cdots 44}_{94\text{ fours}}.
\]

For a smaller example,

\[
999\cdot444=443556.
\]

In general, the product has:

- \(93\) digits equal to \(4\),
- then a \(3\),
- then \(93\) digits equal to \(5\),
- then a final \(6\).

So the sum of its digits is

\[
93\cdot 4+3+93\cdot 5+6.
\]

Compute:

\[
372+3+465+6=846.
\]

Choices such as \(945\) or \(954\) might result from incorrectly using 94 copies of both the 4s and 5s; there are only \(93\) of each in the middle pattern.

ANSWER 2: A

Problem 3:

A student earns \(5\) points for first, \(3\) for second, and \(1\) for third.

We seek the smallest score that guarantees the student has strictly more points than every other student.

A score of \(13\) must be earned as

\[
5+5+3.
\]

That means the student wins two races and finishes second in the other race.

Consider any rival student:

- In each race our student wins, the rival can earn at most \(3\) points.
- In the race our student finishes second, the rival can earn at most \(5\) points.

Thus a rival can earn at most

\[
3+3+5=11.
\]

Therefore, \(13\) points guarantees first overall.

Now check why smaller relevant scores do not guarantee this:

- A score of \(11\) can be \(5+5+1\). Another student could finish second in the first two races and win the third:
  \[
  3+3+5=11,
  \]
  causing a tie.
- A score of \(10\) can be \(5+5+0\). Another student can earn
  \[
  3+3+5=11,
  \]
  and exceed that score.

Thus \(13\) is the smallest score that guarantees more points than everyone else.

ANSWER 3: D

Problem 4:

Let

- \(c\) = number correct,
- \(u\) = number unanswered.

The score is

\[
5c+u,
\]
with
\[
c+u\le 20.
\]

Check each choice.

- \(90=5(18)+0\), so 90 is possible.
- \(91=5(18)+1\), so 91 is possible.
- \(92=5(18)+2\), so 92 is possible.
- \(95=5(19)+0\), so 95 is possible.
- For \(97\), the closest possibility is
  \[
  97=5(19)+2.
  \]
  But that would require \(19+2=21\) questions, and there are only 20 questions.

So 97 is not possible.

ANSWER 4: E

Problem 5:

Maria buys 4 disks for \$5, so her cost per disk is

\[
\frac{5}{4}=\$1.25.
\]

She sells 3 disks for \$5, so her selling price per disk is

\[
\frac{5}{3}.
\]

Her profit per disk is

\[
\frac{5}{3}-\frac{5}{4}
=\frac{20}{12}-\frac{15}{12}
=\frac{5}{12}.
\]

To make \$100 profit, she must sell

\[
100\div\frac{5}{12}
=100\cdot\frac{12}{5}
=240
\]

disks.

Choices such as 120 confuse the profit with the selling price; 240 is the number that gives a total profit of \$100.

ANSWER 5: D

Problem 6:

The rows have from 10 seats up through

\[
10+19=29
\]

seats.

In a row with \(n\) seats, the maximum number of students who can sit with no two adjacent is

\[
\left\lceil \frac n2\right\rceil.
\]

Pair consecutive rows:

\[
\begin{array}{c|c}
\text{Rows} & \text{Maximum students} \\ \hline
10,11 & 5+6=11\\
12,13 & 6+7=13\\
14,15 & 7+8=15\\
\vdots & \vdots\\
28,29 & 14+15=29
\end{array}
\]

These totals are

\[
11,13,15,\ldots,29.
\]

This is an arithmetic sequence of 10 terms, with average

\[
\frac{11+29}{2}=20.
\]

Therefore the total is

\[
10\cdot20=200.
\]

The tempting answer \(400\) would be the total number of seats, but students cannot sit next to each other.

ANSWER 6: C

Problem 7:

The numbers are equally spaced, so let the common difference be \(d\). Then

\[
a_{15}=a_1+14d
\]
and
\[
a_2=a_1+d.
\]

Subtracting gives

\[
a_{15}-a_2=13d.
\]

Using the given ranges,

\[
241-20\le a_{15}-a_2\le250-13.
\]

Thus

\[
221\le13d\le237.
\]

Dividing by 13 gives

\[
17\le d\le18.
\]

So \(d\) is either 17 or 18.

If \(d=18\), then

\[
a_{15}=a_1+14(18)=a_1+252,
\]

which is greater than 250 because \(a_1\ge1\). So \(d\neq18\).

Thus \(d=17\). Then

\[
a_{15}=a_1+14(17)=a_1+238.
\]

Since \(241\le a_{15}\le250\),

\[
241\le a_1+238\le250,
\]
so

\[
3\le a_1\le12.
\]

Also,

\[
a_2=a_1+17
\]
must be at most 20, so \(a_1\le3\). Therefore,

\[
a_1=3.
\]

Now

\[
a_{14}=a_1+13d=3+13(17)=3+221=224.
\]

The sum of its digits is

\[
2+2+4=8.
\]

ANSWER 7: A

Problem 8:

The sum of all the cards is

\[
1+2+\cdots+9=45.
\]

Since the cards are divided into 3 equal-sum groups, each group must sum to

\[
45\div3=15.
\]

The group containing 9 must have two other cards totaling

\[
15-9=6.
\]

The possible pairs are

\[
1+5=6,\qquad 2+4=6.
\]

So there are two cases.

### Case 1: \( \{1,5,9\} \)

The remaining cards are \(2,3,4,6,7,8\). They can be grouped as

\[
\{2,6,7\},\qquad \{3,4,8\}.
\]

This gives one division:

\[
\{1,5,9\},\ \{2,6,7\},\ \{3,4,8\}.
\]

### Case 2: \( \{2,4,9\} \)

The remaining cards are \(1,3,5,6,7,8\). They can be grouped as

\[
\{1,6,8\},\qquad \{3,
Q2 ยท stretch ยท AJHSME 1994 #25 โ€” correct: A (846.) ยท solved by 5/5 models

Find the sum of the digits in the answer to

9999…9994 nines×4444…4494 fours

where a string of 94 nines is multiplied by a string of 94 fours.

  1. 846
  2. 855
  3. 945
  4. 954
  5. 1072
Official approach: spot the pattern from small cases, then leap to 94
ModelPickโœ“/โœ—Reasoning
openrouter:meta/muse-spark-1.3 A โœ“
show
Problem 1:
We need four-digit numbers using 2,4,5,7 once each.
There are 24 of them. Sum of digits = 2+4+5+7 = 18,
so every such number is divisible by 9.

Let a smaller one $S$ divide a larger one $L$, $L=kS$.
Since $2457 \le S < L \le 7542$,
$$ k = L/S < 7542/2457 < 3.07. $$
$k$ is an integer $>1$, so $k=2$ or $k=3$.

Rule out $k=2$.
$S\ge 2457$ and $L=2S\le 7542$ gives $S\le 3771$.
Hence $S$ is $2457$ to $3771$ and uses digits 2,4,5,7,
so its thousands digit must be 2. So $S=2\_\_\_$.

Let $d$ be units of $S$. $d$ is 4,5 or 7.
$L=2S$ has units $(2d)\bmod 10$, which must be 2,4,5 or 7.
- $d=4 \to 8$, impossible.
- $d=5 \to 0$, impossible.
- $d=7 \to 4$, possible, with carry 1.

So $S$ must end in 7, $L$ end in 4, and $S=2\_\_7$
with middle digits 4,5. I.e. $S=2457$ or $2547$.
But $2457\times 2=4914$, $2547\times 2=5094$,
neither uses digits 2,4,5,7. So $k=2$ is impossible.

Hence $k=3$. Then $L=3S\le 7542$ gives $S\le 2514$.
Also $S\ge 2457$. So $2457\le S\le 2514$ using digits 2,4,5,7.
Thousands digit 2. The only permutations in that interval are
2457 and 2475; $2547$ is already too big since $3\times2547>7542$.

Test:
$2457\times 3 = 7371$, not a permutation.
$2475\times 3 = 7425$, which is $2,4,7,5$ exactly once.

Indeed $2475\times 3 = 6000+1200+210+15 = 7425$.
So the unique multiple is 7425. This eliminates A,B,C,E; e.g.
halves and thirds of 5724,7245,7254,7542 are not permutations.
ANSWER 1: D

Problem 2:
We multiply $N=99\dots9$ ($n$ nines) by $M=44\dots4$ ($n$ fours).
Test small $n$:
$9\times4=36$, digit sum 9.
$99\times44=4356$, digit sum 18.
$999\times444=443556$, digit sum 27.
Guess sum $=9n$.

Prove: $M$ has $n$ digits 4. $N=10^{n}-1$.
$$ N\cdot M = M\cdot10^{n}-M = (M-1)10^{n}+ (10^{n}-M). $$
Let $F=M=44\dots4$. Then
$$M-1 = 44\dots43,$$
$n-1$ fours then 3, and
$$10^{n}-M = 55\dots56,$$
$n-1$ fives then 6, e.g. $1000-444=556$.
Hence the product is the concatenation:
$(n-1$ fours$)3\,(n-1$ fives$)6$.

Digit sum $=4(n-1)+3+5(n-1)+6 =9(n-1)+9=9n$.

For $n=94$, sum $=9\times94=846$.

This rules out 855,945,954,1072.
ANSWER 2: A

Problem 3:
Points per race: 5 first, 3 second, 1 third, 0 otherwise.
Let our student have total $T$. Another student maximized
takes the best place left by ours in each race:
if ours is 1st, max 3; if 2nd,3rd or out, max 5.

$T=13$ can only be $5+5+3$: two wins and a second.
Max for opponent $=3+3+5=11<13$. So 13 guarantees sole first.
Hence 15 also does, but we want smallest.

$T=11$ can be $5+5+1$. Then an opponent can be second, second,
first: $3+3+5=11$, tying us. So 11 does not guarantee strictly
more. It can also be $5+3+3$, where opponent can get
$3+5+5=13>11$.

Thus 11 fails. Any $T\le10$ also fails: e.g. opponent can still
aim for $3+3+5=11$ while we win twice and do worse in the third
race; e.g. we get $5+5+0=10$ and opponent gets 11 and beats us.
Similarly 9 is beatable.

So among attainable totals, 13 is the first that works.
Choices 9,10,11 fail; 15 works but is not smallest.
ANSWER 3: D

Problem 4:
Let $c$ correct, $u$ unanswered, $w$ wrong, $c+u+w=20$.
Score $S=5c+u$.

Then $u=S-5c\ge0$ and $c+u\le20$, i.e. $c+S-5c\le20$,
$S-4c\le20$.

- 90: $u=90-5c$. Need $5c\le90$, $90-4c\le20$.
$c=18$ gives $u=0$, $c+u=18\le20$ with $w=2$. Possible.

- 91: $u=91-5c$. $c=18$ gives $u=1$, $c+u=19\le20$ with $w=1$.
Possible: 18 correct, 1 blank, 1 wrong.

- 92: $u=92-5c$. $c=18$ gives $u=2$, $c+u=20$. Possible:
18 correct, 2 blank.

- 95: $u=95-5c$. $c=19$ gives $u=0$, $c+u=19\le20$ with $w=1$.
Possible: 19 correct, 1 wrong.

- 97: $u=97-5c$. Need $5c\le97$ so $c\le19$, and
$97-4c\le20$ so $4c\ge77$ so $c\ge20$. Impossible.
Indeed $c=19$ would need $u=2$, total $21>20$; $c=20$ gives 100.
So 97 cannot occur.

Hence NOT possible is 97.
ANSWER 4: E

Problem 5:
Cost: 4 for \$5, so per disk $5/4=1.25$.
Sell: 3 for \$5, so per disk $5/3\approx1.67$.

Profit per disk $=5/3-5/4=(20-15)/12=5/12$ dollars.

To make \$100 need $N$ with $N\cdot5/12=100$,
$$N=100\times12/5=240.$$

Check: buy 240 costs $240/4\times5=300$; sell 240 gets
$240/3\times5=400$; profit $100$.
100,120,200,1200 give profits $125/3,50,250/3,500$, not 100.
ANSWER 5: D

Problem 6:
Row 1 has 10 seats, row $i$ has $10+i-1=9+i$ seats.
Row 20 has 29 seats.

In a row of $n$ seats in a line with no two occupied adjacent,
the maximum is to take seats 1,3,5,... i.e. $\lceil n/2\rceil$.

So row $n$ contributes $\lceil n/2\rceil$:
10โ†’5, 11โ†’6, 12โ†’6, 13โ†’7, 14โ†’7, 15โ†’8, 16โ†’8, 17โ†’9,
18โ†’9, 19โ†’10, 20โ†’10, 21โ†’11, 22โ†’11, 23โ†’12, 24โ†’12,
25โ†’13, 26โ†’13, 27โ†’14, 28โ†’14, 29โ†’15.

Summing in pairs: $11+13+15+17+19+21+23+25+27+29$.
This is 10 terms averaging $(11+29)/2=20$, total $200$.

Leaving a seat empty can only reduce total, so 200 is max.
This rules out 150,180,400,460.
ANSWER 6: C

Problem 7:
Let $a_1=A$, common difference $d>0$. Since $a_1,a_2$ integers,
$d=a_2-a_1$ is an integer. $a_n=A+(n-1)d$.

$a_1\in[1,10]$, $a_1+d\in[13,20]$, $A+14d\in[241,250]$.

Then $14d=(A+14d)-A\in[241-10,250-1]=[231,249]$.
So $231\le14d\le249$, $16.5\le d\le17.78$.
Integer $d=17$ only, since $14\times16=224$, $14\times18=252$.

Then $A=(A+14d)-238\in[241-238,250-238]=[3,12]$.
Intersect $[1,10]$ gives $[3,10]$.
Also $A+17\in[13,20]$ gives $A\le3$. Hence $A=3$.

Check: $3,20,\dots,3+14\times17=241$, satisfies all.
Then $a_{14}=A+13d=3+13\times17=3+221=224$.
Digit sum $=2+2+4=8$, ruling out 9,10,11,12.
ANSWER 7: A

Problem 8:
Sum $1+\cdots+9=45$. Three groups equal sum $\Rightarrow$
each sum $45/3=15$.

Find triples of distinct 1โ€“9 summing to 15:
1+5+9, 1+6+8, 2+4+9, 2+5+8, 2+6+7, 3+4+8, 3+5+7, 4+5+6.

9 must be with $\{1,5\}$ or $\{2,4\}$.

Case 9 with 1,5: use $\{1,5,9\}$. Remaining $\{2,3,4,6,7,8\}$.
8 needs two summing to 7: only $3+4$ remains, so $\{3,4,8\}$
forced. Left $\{2,6,7\}=15$. Partition 1.

Case 9 with 2,4: use $\{2,4,9\}$. Remaining $\{1,3,5,6,7,8\}$.
8 needs 7: only $1+6$ remains, so $\{1,6,8\}$ forced.
Left $\{3,5,7\}=15$. Partition 2.

No other cases. So exactly 2 unordered partitions.
Labeled groups would give 12, not liste
openrouter:google/gemini-3.8-flash A โœ“
show
### Problem 1:

**Restatement of the Problem:**  
We are given the four digits $2, 4, 5,$ and $7$. There are $4! = 24$ four-digit numbers formed by using each of these digits exactly once. We are told that exactly one of these $24$ numbers is a multiple of another one among them. We need to identify that number from the given choices.

**Step-by-Step Solution:**
1. The smallest possible four-digit number that can be formed using digits $\{2, 4, 5, 7\}$ is $2457$, and the largest is $7542$.
2. If a number $B$ is a multiple of another number $A$, then $B = k \cdot A$ for some integer $k \ge 2$.
3. Since $A \ge 2457$ and $B \le 7542$, the multiplier $k$ can only be:
   $$\frac{7542}{2457} \approx 3.07 \implies k = 2 \text{ or } 3$$
4. Let's test multiples of the smallest valid numbers:
   - For $A = 2457$:
     - $2457 \times 2 = 4914$ (contains the digit $9$, not valid)
     - $2457 \times 3 = 7371$ (contains $3$ and $1$, not valid)
   - For $A = 2475$:
     - $2475 \times 2 = 4950$ (not valid)
     - $2475 \times 3 = 7425$ 
5. Notice that $7425$ contains the digits $7, 4, 2, 5$, each exactly once!
6. Thus, $7425$ is a multiple of $2475$ ($7425 = 3 \times 2475$). 
7. Checking the choices, $7425$ is Choice D.

ANSWER 1: D

---

### Problem 2:

**Restatement of the Problem:**  
Find the sum of the digits of the product of a string of $94$ nines and a string of $94$ fours:
$$\underbrace{999\dots99}_{94\text{ nines}} \times \underbrace{444\dots44}_{94\text{ fours}}$$

**Step-by-Step Solution:**
1. Let $N = \underbrace{444\dots44}_{94\text{ fours}}$.
2. A string of $94$ nines can be written as $10^{94} - 1$.
3. The product is:
   $$(10^{94} - 1) \times N = N \times 10^{94} - N$$
4. Let us observe the pattern for smaller values of $n$ (the number of digits):
   - For $n = 1$: $9 \times 4 = 36$, digit sum is $3 + 6 = 9 = 9 \times 1$.
   - For $n = 2$: $99 \times 44 = 4356$, digit sum is $4 + 3 + 5 + 6 = 18 = 9 \times 2$.
   - For $n = 3$: $999 \times 444 = 443556$, digit sum is $4 + 4 + 3 + 5 + 5 + 6 = 27 = 9 \times 3$.
5. In general, for $n$ digits, the product is:
   $$\underbrace{44\dots4}_{n-1\text{ fours}} 3 \underbrace{55\dots5}_{n-1\text{ fives}} 6$$
   The sum of the digits is:
   $$4(n-1) + 3 + 5(n-1) + 6 = 9(n-1) + 9 = 9n$$
6. Here, $n = 94$, so the sum of the digits is:
   $$9 \times 94 = 846$$

ANSWER 2: A

---

### Problem 3:

**Restatement of the Problem:**  
In each of three races, the first-place finisher receives $5$ points, the second-place finisher receives $3$ points, and the third-place finisher receives $1$ point. There are no ties. We wish to find the smallest number of points a student must earn in the three races to be guaranteed to have strictly more points than any other student.

**Step-by-Step Solution:**
1. In each race, the points awarded are $5, 3,$ and $1$. The possible point values a single student can obtain across $3$ races come from sums of three values chosen from $\{5, 3, 1, 0\}$ (where $0$ represents placing fourth or lower).
2. The possible scores near the top are:
   - $5 + 5 + 5 = 15$
   - $5 + 5 + 3 = 13$
   - $5 + 5 + 1 = 11$
   - $5 + 3 + 3 = 11$
   - $5 + 3 + 1 = 9$ or $3 + 3 + 3 = 9$
3. Can a student earn $11$ points and tie with another student?
   - Yes: Student A could finish 1st, 1st, and 3rd, scoring $5 + 5 + 1 = 11$.
   - Simultaneously, Student B could finish 2nd, 2nd, and 1st, scoring $3 + 3 + 5 = 11$.
   - Since Student A and Student B both have $11$ points, having $11$ points does not guarantee strictly more points than every other student.
4. Next possible higher score is $13$:
   - To score $13$ points, a student must finish with two 1st-place finishes and one 2nd-place finish ($5 + 5 + 3 = 13$).
   - If Student A scores $13$ points, the remaining points available to all other competitors across the three races are:
     - One 1st-place finish ($5$ points),
     - Two 2nd-place finishes ($3$ points each),
     - Three 3rd-place finishes ($1$ point each).
   - The maximum points any other single competitor could obtain is by taking the remaining 1st-place finish and both remaining 2nd-place finishes: $5 + 3 + 3 = 11$ points.
   - Since $11 < 13$, no other student can reach $13$ points.
5. Therefore, $13$ is the smallest number of points that guarantees a student has strictly more points than any other student.

ANSWER 3: D

---

### Problem 4:

**Restatement of the Problem:**  
A test consists of $20$ questions. Correct answers earn $5$ points, unanswered questions earn $1$ point, and incorrect answers earn $0$ points. We need to determine which of the given scores is NOT possible: $90, 91, 92, 95,$ or $97$.

**Step-by-Step Solution:**
1. Let $c$ be the number of correct answers, $u$ be the number of unanswered questions, and $w$ be the number of incorrect answers.
2. We have the constraints:
   $$c + u + w = 20, \quad c, u, w \ge 0$$
   $$\text{Score} = 5c + u$$
3. Let's analyze scores close to $100$:
   - If $c = 20$, then $u = 0, w = 0 \implies \text{Score} = 100$.
   - If $c = 19$, then $u + w = 1$.
     - If $u = 1, w = 0 \implies \text{Score} = 5(19) + 1 = 96$.
     - If $u = 0, w = 1 \implies \text{Score} = 5(19) + 0 = 95$.
   - If $c \le 18$, the maximum possible score is when all remaining questions are left unanswered ($u = 20 - c$):
     $$\text{Score} \le 5(18) + 2 = 92$$
4. Therefore, any score strictly between $92$ and $95$, or between $96$ and $100$, is impossible:
   - Impossible scores in the nineties are: $93, 94, 97, 98, 99$.
5. Checking the choices:
   - $90$: $c = 18, u = 0, w = 2 \implies 5(18) + 0 = 90$ (Possible)
   - $91$: $c = 18, u = 1, w = 1 \implies 5(18) + 1 = 91$ (Possible)
   - $92$: $c = 18, u = 2, w = 0 \implies 5(18) + 2 = 92$ (Possible)
   - $95$: $c = 19, u = 0, w = 1 \implies 5(19) + 0 = 95$ (Possible)
   - $97$: Impossible, as shown above.

ANSWER 4: E

---

### Problem 5:

**Restatement of the Problem:**  
Maria buys computer disks at $4$ for $\$5$ and sells them at $3$ for $\$5$. How many disks mus
openrouter:~z-ai/glm-latest A โœ“
show
# Problem 1:
We have all 24 permutations of digits {2, 4, 5, 7}. The smallest is 2457 and the largest is 7542. If one of these numbers is a multiple of another, say X = kยทY, then k = X/Y โ‰ค 7542/2457 โ‰ˆ 3.07, so **k = 2 or k = 3**.

**Try k = 2:** Then 2Y โ‰ค 7542 forces Y โ‰ค 3771, so Y starts with 2 or 4, and Y must be even. Candidates and their doubles:
- 2574 โ†’ 5148 โœ—, 2754 โ†’ 5508 โœ—
- 4572 โ†’ 9144 โœ—, 4752 โ†’ 9504 โœ—

None of the doubles use only digits {2,4,5,7}. So doubling never works.

**Try k = 3:** Then 3Y โ‰ค 7542 forces Y โ‰ค 2514, so Y โˆˆ {2457, 2475}:
- 3 ร— 2457 = 7371 โœ—
- 3 ร— 2475 = **7425** โœ“ (uses exactly digits 2, 4, 5, 7)

So the only multiple pair is 7425 = 3 ร— 2475. Checking the other choices directly (e.g., 5724 = 2ยฒยท3ยณยท53 and 7245 = 3ยฒยท5ยท7ยท23 have no 4-digit divisors made of 2,4,5,7) confirms none of them works.

ANSWER 1: D

# Problem 2:
A string of 94 nines equals 10โนโด โˆ’ 1. So the product is

44โ€ฆ4 (94 fours) ร— (10โนโด โˆ’ 1) = 44โ€ฆ4000โ€ฆ0 (94 fours followed by 94 zeros) โˆ’ 44โ€ฆ4.

Look at small cases to see the pattern:
- 44 ร— 99 = 4356
- 444 ร— 999 = 443556
- 4444 ร— 9999 = 44435556

The pattern is: **(nโˆ’1) fours, then a 3, then (nโˆ’1) fives, then a 6**. (This is the subtraction: the trailing zeros minus 44โ€ฆ4 gives 55โ€ฆ56, and borrowing 1 turns the leading 44โ€ฆ4 into 44โ€ฆ3.)

For n = 94 the answer is: 93 fours, then 3, then 93 fives, then 6.

Sum of digits = 93(4) + 3 + 93(5) + 6 = 372 + 3 + 465 + 6 = **846**.
(Not 954 โ€” that would come from wrongly counting 94 fours and 94 fives.)

ANSWER 2: A

# Problem 3:
Each race awards 5 + 3 + 1 = 9 points, so 27 points total over three races. A student's score is a sum of three odd numbers (5, 3, or 1), so every score is **odd**; possible scores are 3, 5, 7, 9, 11, 13, 15.

**Why 13 guarantees the win:** The only way to score 13 is 5 + 5 + 3 (first twice, second once). Then in the two races that student won, any rival scored at most 3 points; in the remaining race, at most 5. So every rival has at most 3 + 3 + 5 = 11 < 13. โœ“

**Why smaller values fail:** With 11 points (e.g., 5 + 5 + 1: first twice, third once), another student could be second in those two races (3 + 3) and first in the third (5), also totaling 11 โ€” a tie, so 11 does not guarantee being strictly ahead. (With 9 or 10, a rival could even score more.) Since all scores are odd, 12 is impossible anyway.

ANSWER 3: D

# Problem 4:
Let c = correct, u = unanswered, w = wrong, with c + u + w = 20. Score = 5c + u.

- 90: 18 correct, 0 unanswered, 2 wrong โ†’ 18ยท5 = 90 โœ“
- 91: 18 correct, 1 unanswered, 1 wrong โ†’ 90 + 1 โœ“
- 92: 18 correct, 2 unanswered, 0 wrong โ†’ 90 + 2 โœ“
- 95: 19 correct, 0 unanswered, 1 wrong โ†’ 95 โœ“
- 97: Need 5c + u = 97. Since 97 โ‰ก 2 (mod 5), u โˆˆ {2, 7, 12, 17}.
  - u = 2 โ†’ c = 19, but c + u = 21 > 20 โœ—
  - u = 7 โ†’ c = 18, c + u = 25 > 20 โœ—
  - u = 12 โ†’ c = 17, c + u = 29 > 20 โœ—
  - u = 17 โ†’ c = 16, c + u = 33 > 20 โœ—

So 97 is impossible.

ANSWER 4: E

# Problem 5:
Buying at 4 disks for $5 means cost per disk = 5/4 = $1.25.
Selling at 3 disks for $5 means revenue per disk = 5/3 โ‰ˆ $1.67.

Profit per disk = 5/3 โˆ’ 5/4 = (20 โˆ’ 15)/12 = **5/12 dollars**.

To make $100 profit: number of disks = 100 รท (5/12) = 100 ยท 12/5 = **240**.

Check: 240 disks cost 240 ยท 1.25 = $300; selling 240 disks brings 240 ยท 5/3 = $400; profit = $100. โœ“
(The tempting wrong answer 120 comes from forgetting she must also *buy* the disks she sells.)

ANSWER 5: D

# Problem 6:
Row i has 10 + (i โˆ’ 1) seats, so the rows have 10, 11, 12, โ€ฆ, 29 seats.

In a row of n seats with no two students adjacent, the maximum is โŒˆn/2โŒ‰ (alternate seating: seat, gap, seat, gap, โ€ฆ).

Compute row by row:
- Row 10 โ†’ 5, row 11 โ†’ 6, row 12 โ†’ 6, row 13 โ†’ 7, row 14 โ†’ 7, row 15 โ†’ 8, row 16 โ†’ 8, row 17 โ†’ 9, row 18 โ†’ 9, row 19 โ†’ 10, row 20 โ†’ 10, row 21 โ†’ 11, row 22 โ†’ 11, row 23 โ†’ 12, row 24 โ†’ 12, row 25 โ†’ 13, row 26 โ†’ 13, row 27 โ†’ 14, row 28 โ†’ 14, row 29 โ†’ 15.

Total = 5 + (6+6) + (7+7) + (8+8) + (9+9) + (10+10) + (11+11) + (12+12) + (13+13) + (14+14) + 15 = **200**.

(Shortcut: total seats = 390; half is 195; the 10 odd-sized rows each contribute an extra half-seat: 195 + 10 = 200. Choice 400 wrongly assumes every seat can be filled; choice 180 wrongly floors every row.)

ANSWER 6: C

# Problem 7:
Let d be the common spacing. Then aโ‚‚ = aโ‚ + d and aโ‚โ‚… = aโ‚ + 14d.

From 1 โ‰ค aโ‚ โ‰ค 10 and 241 โ‰ค aโ‚โ‚… โ‰ค 250:
241 โ‰ค aโ‚ + 14d โ‰ค 250 โŸน 231 โ‰ค 14d โ‰ค 249 โŸน 16.5 โ‰ค d โ‰ค 17.79, so **d = 17** (integers only).

Now aโ‚โ‚… = aโ‚ + 14(17) = aโ‚ + 238 must satisfy 241 โ‰ค aโ‚ + 238 โ‰ค 250, so aโ‚ โ‰ฅ 3.
Also aโ‚‚ = aโ‚ + 17 must satisfy aโ‚‚ โ‰ค 20, so aโ‚ โ‰ค 3.
Therefore aโ‚ = 3. (Check: aโ‚‚ = 20 โˆˆ [13, 20] โœ“, aโ‚โ‚… = 241 โˆˆ [241, 250] โœ“.)

Then aโ‚โ‚„ = aโ‚ + 13d = 3 + 13(17) = 3 + 221 = **224**.

Sum of digits: 2 + 2 + 4 = **8**.

ANSWER 7: A

# Problem 8:
The numbers 1 through 9 sum to 45, so each of the 3 groups must sum to 45/3 = **15**.

All triples from {1,โ€ฆ,9} summing to 15:
1-5-9, 1-6-8, 2-4-9, 2-5-8, 2-6-7, 3-4-8, 3-5-7, 4-5-6 (these are the 8 lines of the 3ร—3 magic square).

Since the group containing 1 must be either {1,5,9} or {1,6,8}:

**Case {1,5,9}:** Remaining digits {2,3,4,6,7,8} must form two triples summing to 15 โ€” the only option is {2,6,7} and {3,4,8}. โœ“ โ†’ Partition: {1,5,9}, {2,6,7}, {3,4,8}.

**Case {1,6,8}:** Remaining digits {2,3,4,5,7,9} โ€” the only option is {2,4,9} and {3,5,7}. โœ“ โ†’ Partition: {1,6,8}, {2,4,9}, {3,5,7}.

No other partitions exist, so there are exactly **2** ways (groups aren't labeled, and order within a group doesn't matter).

ANSWER 8: C

# Problem 9:
There are 36 equally likely outcomes. Count pairs (die1, die2) with product > 10:

- Roll of 1: products 1โ€“6 โ†’ none.
- Roll of 2: products 2,4,6,8,10,12 โ†’ (2,6) only โ†’ 1 outcome.
- Roll of 3: 3,6,9,12,15,18 โ†’ (3,4),(3,5),(3,6) โ†’ 3 outcomes.
- Roll of 4: 4,8,12,16,20,24 โ†’ (4,3),(4,4),(4,5),(4,6) โ†’ 4 outcomes.
- Roll of 5: 5,10,15,20,25,30 โ†’ (5,3),(5,4),(5,5),(5,6) โ†’ 4 outcomes.
- Roll of 6: 6,12,18,24,30,36 โ†’ (6,2),(6,3),(6,4),(6,5),(6,6) โ†’ 5 outcomes.

Total favorable = 1 + 3 + 4 + 4 + 5 = **17**
openrouter:qwen/qwen3.8-27b โ€“ โš  timed out after 180s โ€” too slow / stuck in reasoning to answer all questions in one call (counted as a fail)
openrouter:anthropic/claude-opus-5 A โœ“
show
# Problem 1:
We need a permutation of {2,4,5,7} that is a multiple of another permutation of the same digits.

The smallest such number is 2457 and the largest is 7542, so the ratio of the two numbers is less than 7542/2457 โ‰ˆ 3.07. So the multiplier can only be 2 or 3.

**Multiplier 3:** Try the small permutations starting with 2 (since 3 ร— (number) must still be a 4-digit permutation):
- 2457 ร— 3 = 7371 (no)
- 2475 ร— 3 = **7425** โœ“ โ€” digits 7, 4, 2, 5, a permutation!

So 7425 = 3 ร— 2475, both using 2, 4, 5, 7 exactly once.

Checking the tempting choices: 5724, 7245, 7254, 7542 are all even or not divisible appropriately โ€” e.g. 7254/2 = 3627 and 7254/3 = 2418 (digits wrong), 5724/2 = 2862, 7542/2 = 3771, 7542/3 = 2514, 7245/3 = 2415 โ€” none give permutations of 2,4,5,7.

ANSWER 1: D

# Problem 2:
Look at the pattern with small strings:
- 9 ร— 4 = 36, digit sum = 9
- 99 ร— 44 = 4356, digit sum = 4+3+5+6 = 18
- 999 ร— 444 = 443556, digit sum = 4+4+3+5+5+6 = 27
- 9999 ร— 4444 = 44435556, digit sum = 36

The product of *n* nines and *n* fours is 44โ€ฆ4 (nโˆ’1 fours) 3 55โ€ฆ5 (nโˆ’1 fives) 6, whose digit sum is
4(nโˆ’1) + 3 + 5(nโˆ’1) + 6 = 9n โˆ’ 9 + 9 = 9n.

For n = 94: digit sum = 9 ร— 94 = **846**.

(945 and 954 would come from miscounting as 9(n+1) or similar.)

ANSWER 2: A

# Problem 3:
Each race awards 5 + 3 + 1 = 9 points, so 27 points total over three races.

**Is 11 enough?** A student could get 11 as 5 + 5 + 1. Then in the third race someone else could win (5) and place second in the first two races: 3 + 3 + 5 = 11 โ€” a tie, so 11 is not a guarantee. (Similarly 9 and 10 fail.)

**Is 13 enough?** The only way to score 13 is 5 + 5 + 3. Then the remaining points available are: race 1 โ†’ {3, 1}, race 2 โ†’ {3, 1}, race 3 โ†’ {5, 1}. The best any other student can do is 3 + 3 + 5 = 11 < 13. So 13 guarantees the win.

15 (winning all three) works too, but is not the smallest.

ANSWER 3: D

# Problem 4:
Let c = number correct, u = number unanswered, with c + u โ‰ค 20. Score = 5c + u.

- 90 = 5(18) + 0 โ†’ 18 questions used โœ“
- 91 = 5(18) + 1 โ†’ 19 used โœ“
- 92 = 5(18) + 2 โ†’ 20 used โœ“
- 95 = 5(19) + 0 โ†’ 19 used โœ“
- 97: need 5c + u = 97. If c = 19, u = 2, but 19 + 2 = 21 > 20 โœ—. If c = 18, u = 7, total 25 > 20 โœ—. Smaller c makes u even bigger. With c = 20, score is 100. So 97 is impossible.

ANSWER 4: E

# Problem 5:
Cost per disk = $5/4 = $1.25. Selling price per disk = $5/3 โ‰ˆ $1.6667.

Profit per disk = 5/3 โˆ’ 5/4 = 20/12 โˆ’ 15/12 = 5/12 dollars.

Number needed: 100 รท (5/12) = 100 ร— 12/5 = **240** disks.

(Choosing 120 comes from using a profit of $5/6 per disk; 1200 from forgetting the 5.)

ANSWER 5: D

# Problem 6:
Rows have 10, 11, 12, โ€ฆ, 29 seats. In a row of n seats with no two students adjacent, the maximum is โŒˆn/2โŒ‰ (seat in positions 1, 3, 5, โ€ฆ).

So the maxima are โŒˆ10/2โŒ‰ = 5, โŒˆ11/2โŒ‰ = 6, 6, 7, 7, 8, โ€ฆ, โŒˆ29/2โŒ‰ = 15.

Pair consecutive rows:
(10,11): 5+6 = 11, (12,13): 13, (14,15): 15, (16,17): 17, (18,19): 19, (20,21): 21, (22,23): 23, (24,25): 25, (26,27): 27, (28,29): 29.

Sum = 11+13+15+โ€ฆ+29 = 10 terms averaging 20 = **200**.

(400 is the total number of seats โ€” half of them can be used.)

ANSWER 6: C

# Problem 7:
Equally spaced integers: aโ‚™ = aโ‚ + (nโˆ’1)d.

From aโ‚โ‚… = aโ‚ + 14d with 241 โ‰ค aโ‚ + 14d โ‰ค 250 and 1 โ‰ค aโ‚ โ‰ค 10:
14d โ‰ฅ 241 โˆ’ 10 = 231 and 14d โ‰ค 250 โˆ’ 1 = 249, so 16.5 โ‰ค d โ‰ค 17.8 โ†’ d = 17.

From aโ‚‚ = aโ‚ + 17 with 13 โ‰ค aโ‚ + 17 โ‰ค 20: aโ‚ โ‰ค 3. Combined with aโ‚ + 238 โ‰ฅ 241 โ†’ aโ‚ โ‰ฅ 3. So aโ‚ = 3.

Check: aโ‚โ‚… = 3 + 14(17) = 241 โœ“ (in range), aโ‚‚ = 20 โœ“.

aโ‚โ‚„ = 3 + 13(17) = 3 + 221 = 224. Digit sum = 2 + 2 + 4 = **8**.

ANSWER 7: A

# Problem 8:
Total = 1+2+โ‹ฏ+9 = 45, so each group sums to 45/3 = 15.

Consider the group containing 9: the other two cards sum to 6, so they are {1,5} or {2,4} ({3,3} impossible).

**Case {9,1,5}:** remaining {2,3,4,6,7,8}. The group with 8 needs two cards summing to 7: only {3,4} (since {1,6} uses the used 1). Then the last group is {2,6,7}, which sums to 15 โœ“.
โ†’ {1,5,9}, {3,4,8}, {2,6,7}

**Case {9,2,4}:** remaining {1,3,5,6,7,8}. The group with 8 needs two summing to 7: only {1,6}. Last group {3,5,7} sums to 15 โœ“.
โ†’ {2,4,9}, {1,6,8}, {3,5,7}

Exactly **2** ways.

ANSWER 8: C

# Problem 9:
There are 36 equally likely outcomes. Count those with product > 10 (note product = 10 does **not** count):

- Die 1 = 1: none (max 6)
- Die 1 = 2: need b > 5 โ†’ b = 6 โ†’ 1 way
- Die 1 = 3: need b > 10/3 โ†’ b = 4,5,6 โ†’ 3 ways
- Die 1 = 4: need b > 2.5 โ†’ b = 3,4,5,6 โ†’ 4 ways
- Die 1 = 5: need b > 2 โ†’ b = 3,4,5,6 โ†’ 4 ways
- Die 1 = 6: need b > 5/3 โ†’ b = 2,3,4,5,6 โ†’ 5 ways

Total = 0+1+3+4+4+5 = 17, so probability = **17/36**.

(1/2 = 18/36 would result from mistakenly including product = 10.)

ANSWER 9: B

# Problem 10:
Label Chris as the person who takes piece #1. With n students, the pieces Chris takes are #1, #(n+1), #(2n+1), โ€ฆ i.e. pieces numbered 1 + kn.

For Chris to take piece #100 we need 100 = 1 + kn, i.e. n divides 99.

Divisors of 99: 1, 3, 9, 11, 33, 99. Among the choices, only **11** works (99 = 9 ร— 11, so Chris takes pieces 1, 12, 23, โ€ฆ, 100).

Checking others: 99/10, 99/19, 99/20, 99/25 are not integers.

ANSWER 10: B
openrouter:openai/gpt-5.6-terra-pro A โœ“
show
Problem 1:

We need find the one number among all permutations of \(2,4,5,7\) that is a multiple of another such number.

Any such four-digit number is between \(2457\) and \(7542\). Therefore, if a larger one is an integer multiple of a smaller one, the multiplier can only be \(2\) or \(3\).

### Could the multiplier be 2?

Suppose \(N=2M\), where both \(N\) and \(M\) use the digits \(2,4,5,7\).

- If \(M\) ends in \(2\), then \(N\) ends in \(4\). Looking at the tens digit, doubling \(4,5,\) or \(7\) gives an invalid digit or repeats the \(4\), so this cannot work.
- If \(M\) ends in \(7\), then \(N\) ends in \(4\), with a carry of \(1\). The tens digit must be \(2\), producing \(5\). Thus \(M\) must be either \(4527\) or \(5427\):
  \[
  2(4527)=9054,\qquad 2(5427)=10854,
  \]
  neither of which is a valid permutation.

So no pair has one number twice the other.

### Could the multiplier be 3?

The smaller number must be at most
\[
\frac{7542}{3}=2514.
\]
The only permutations of \(2,4,5,7\) below \(2514\) are
\[
2457,\qquad 2475.
\]

Now calculate:
\[
3(2457)=7371,
\]
not a permutation of \(2,4,5,7\), but
\[
3(2475)=7425.
\]

Thus \(7425\) is the desired number. The other choices are not \(3\) times a valid smaller permutation.

ANSWER 1: D

Problem 2:

Let \(n=94\). We are multiplying

\[
\underbrace{99\cdots 99}_{94\text{ nines}}
\cdot
\underbrace{44\cdots 44}_{94\text{ fours}}.
\]

For a smaller example,

\[
999\cdot444=443556.
\]

In general, the product has:

- \(93\) digits equal to \(4\),
- then a \(3\),
- then \(93\) digits equal to \(5\),
- then a final \(6\).

So the sum of its digits is

\[
93\cdot 4+3+93\cdot 5+6.
\]

Compute:

\[
372+3+465+6=846.
\]

Choices such as \(945\) or \(954\) might result from incorrectly using 94 copies of both the 4s and 5s; there are only \(93\) of each in the middle pattern.

ANSWER 2: A

Problem 3:

A student earns \(5\) points for first, \(3\) for second, and \(1\) for third.

We seek the smallest score that guarantees the student has strictly more points than every other student.

A score of \(13\) must be earned as

\[
5+5+3.
\]

That means the student wins two races and finishes second in the other race.

Consider any rival student:

- In each race our student wins, the rival can earn at most \(3\) points.
- In the race our student finishes second, the rival can earn at most \(5\) points.

Thus a rival can earn at most

\[
3+3+5=11.
\]

Therefore, \(13\) points guarantees first overall.

Now check why smaller relevant scores do not guarantee this:

- A score of \(11\) can be \(5+5+1\). Another student could finish second in the first two races and win the third:
  \[
  3+3+5=11,
  \]
  causing a tie.
- A score of \(10\) can be \(5+5+0\). Another student can earn
  \[
  3+3+5=11,
  \]
  and exceed that score.

Thus \(13\) is the smallest score that guarantees more points than everyone else.

ANSWER 3: D

Problem 4:

Let

- \(c\) = number correct,
- \(u\) = number unanswered.

The score is

\[
5c+u,
\]
with
\[
c+u\le 20.
\]

Check each choice.

- \(90=5(18)+0\), so 90 is possible.
- \(91=5(18)+1\), so 91 is possible.
- \(92=5(18)+2\), so 92 is possible.
- \(95=5(19)+0\), so 95 is possible.
- For \(97\), the closest possibility is
  \[
  97=5(19)+2.
  \]
  But that would require \(19+2=21\) questions, and there are only 20 questions.

So 97 is not possible.

ANSWER 4: E

Problem 5:

Maria buys 4 disks for \$5, so her cost per disk is

\[
\frac{5}{4}=\$1.25.
\]

She sells 3 disks for \$5, so her selling price per disk is

\[
\frac{5}{3}.
\]

Her profit per disk is

\[
\frac{5}{3}-\frac{5}{4}
=\frac{20}{12}-\frac{15}{12}
=\frac{5}{12}.
\]

To make \$100 profit, she must sell

\[
100\div\frac{5}{12}
=100\cdot\frac{12}{5}
=240
\]

disks.

Choices such as 120 confuse the profit with the selling price; 240 is the number that gives a total profit of \$100.

ANSWER 5: D

Problem 6:

The rows have from 10 seats up through

\[
10+19=29
\]

seats.

In a row with \(n\) seats, the maximum number of students who can sit with no two adjacent is

\[
\left\lceil \frac n2\right\rceil.
\]

Pair consecutive rows:

\[
\begin{array}{c|c}
\text{Rows} & \text{Maximum students} \\ \hline
10,11 & 5+6=11\\
12,13 & 6+7=13\\
14,15 & 7+8=15\\
\vdots & \vdots\\
28,29 & 14+15=29
\end{array}
\]

These totals are

\[
11,13,15,\ldots,29.
\]

This is an arithmetic sequence of 10 terms, with average

\[
\frac{11+29}{2}=20.
\]

Therefore the total is

\[
10\cdot20=200.
\]

The tempting answer \(400\) would be the total number of seats, but students cannot sit next to each other.

ANSWER 6: C

Problem 7:

The numbers are equally spaced, so let the common difference be \(d\). Then

\[
a_{15}=a_1+14d
\]
and
\[
a_2=a_1+d.
\]

Subtracting gives

\[
a_{15}-a_2=13d.
\]

Using the given ranges,

\[
241-20\le a_{15}-a_2\le250-13.
\]

Thus

\[
221\le13d\le237.
\]

Dividing by 13 gives

\[
17\le d\le18.
\]

So \(d\) is either 17 or 18.

If \(d=18\), then

\[
a_{15}=a_1+14(18)=a_1+252,
\]

which is greater than 250 because \(a_1\ge1\). So \(d\neq18\).

Thus \(d=17\). Then

\[
a_{15}=a_1+14(17)=a_1+238.
\]

Since \(241\le a_{15}\le250\),

\[
241\le a_1+238\le250,
\]
so

\[
3\le a_1\le12.
\]

Also,

\[
a_2=a_1+17
\]
must be at most 20, so \(a_1\le3\). Therefore,

\[
a_1=3.
\]

Now

\[
a_{14}=a_1+13d=3+13(17)=3+221=224.
\]

The sum of its digits is

\[
2+2+4=8.
\]

ANSWER 7: A

Problem 8:

The sum of all the cards is

\[
1+2+\cdots+9=45.
\]

Since the cards are divided into 3 equal-sum groups, each group must sum to

\[
45\div3=15.
\]

The group containing 9 must have two other cards totaling

\[
15-9=6.
\]

The possible pairs are

\[
1+5=6,\qquad 2+4=6.
\]

So there are two cases.

### Case 1: \( \{1,5,9\} \)

The remaining cards are \(2,3,4,6,7,8\). They can be grouped as

\[
\{2,6,7\},\qquad \{3,4,8\}.
\]

This gives one division:

\[
\{1,5,9\},\ \{2,6,7\},\ \{3,4,8\}.
\]

### Case 2: \( \{2,4,9\} \)

The remaining cards are \(1,3,5,6,7,8\). They can be grouped as

\[
\{1,6,8\},\qquad \{3,
Q3 ยท stretch ยท AJHSME 1991 #14 โ€” correct: D (13.) ยท solved by 5/5 models

Several students are competing in a series of three races. A student earns 5 points for winning a race, 3 points for finishing second, and 1 point for finishing third. There are no ties. What is the smallest number of points a student must earn in the three races to be guaranteed of earning more points than any other student?

  1. 9
  2. 10
  3. 11
  4. 13
  5. 15
Official approach: beat the rival's best-case score, not their typical one
ModelPickโœ“/โœ—Reasoning
openrouter:meta/muse-spark-1.3 D โœ“
show
Problem 1:
We need four-digit numbers using 2,4,5,7 once each.
There are 24 of them. Sum of digits = 2+4+5+7 = 18,
so every such number is divisible by 9.

Let a smaller one $S$ divide a larger one $L$, $L=kS$.
Since $2457 \le S < L \le 7542$,
$$ k = L/S < 7542/2457 < 3.07. $$
$k$ is an integer $>1$, so $k=2$ or $k=3$.

Rule out $k=2$.
$S\ge 2457$ and $L=2S\le 7542$ gives $S\le 3771$.
Hence $S$ is $2457$ to $3771$ and uses digits 2,4,5,7,
so its thousands digit must be 2. So $S=2\_\_\_$.

Let $d$ be units of $S$. $d$ is 4,5 or 7.
$L=2S$ has units $(2d)\bmod 10$, which must be 2,4,5 or 7.
- $d=4 \to 8$, impossible.
- $d=5 \to 0$, impossible.
- $d=7 \to 4$, possible, with carry 1.

So $S$ must end in 7, $L$ end in 4, and $S=2\_\_7$
with middle digits 4,5. I.e. $S=2457$ or $2547$.
But $2457\times 2=4914$, $2547\times 2=5094$,
neither uses digits 2,4,5,7. So $k=2$ is impossible.

Hence $k=3$. Then $L=3S\le 7542$ gives $S\le 2514$.
Also $S\ge 2457$. So $2457\le S\le 2514$ using digits 2,4,5,7.
Thousands digit 2. The only permutations in that interval are
2457 and 2475; $2547$ is already too big since $3\times2547>7542$.

Test:
$2457\times 3 = 7371$, not a permutation.
$2475\times 3 = 7425$, which is $2,4,7,5$ exactly once.

Indeed $2475\times 3 = 6000+1200+210+15 = 7425$.
So the unique multiple is 7425. This eliminates A,B,C,E; e.g.
halves and thirds of 5724,7245,7254,7542 are not permutations.
ANSWER 1: D

Problem 2:
We multiply $N=99\dots9$ ($n$ nines) by $M=44\dots4$ ($n$ fours).
Test small $n$:
$9\times4=36$, digit sum 9.
$99\times44=4356$, digit sum 18.
$999\times444=443556$, digit sum 27.
Guess sum $=9n$.

Prove: $M$ has $n$ digits 4. $N=10^{n}-1$.
$$ N\cdot M = M\cdot10^{n}-M = (M-1)10^{n}+ (10^{n}-M). $$
Let $F=M=44\dots4$. Then
$$M-1 = 44\dots43,$$
$n-1$ fours then 3, and
$$10^{n}-M = 55\dots56,$$
$n-1$ fives then 6, e.g. $1000-444=556$.
Hence the product is the concatenation:
$(n-1$ fours$)3\,(n-1$ fives$)6$.

Digit sum $=4(n-1)+3+5(n-1)+6 =9(n-1)+9=9n$.

For $n=94$, sum $=9\times94=846$.

This rules out 855,945,954,1072.
ANSWER 2: A

Problem 3:
Points per race: 5 first, 3 second, 1 third, 0 otherwise.
Let our student have total $T$. Another student maximized
takes the best place left by ours in each race:
if ours is 1st, max 3; if 2nd,3rd or out, max 5.

$T=13$ can only be $5+5+3$: two wins and a second.
Max for opponent $=3+3+5=11<13$. So 13 guarantees sole first.
Hence 15 also does, but we want smallest.

$T=11$ can be $5+5+1$. Then an opponent can be second, second,
first: $3+3+5=11$, tying us. So 11 does not guarantee strictly
more. It can also be $5+3+3$, where opponent can get
$3+5+5=13>11$.

Thus 11 fails. Any $T\le10$ also fails: e.g. opponent can still
aim for $3+3+5=11$ while we win twice and do worse in the third
race; e.g. we get $5+5+0=10$ and opponent gets 11 and beats us.
Similarly 9 is beatable.

So among attainable totals, 13 is the first that works.
Choices 9,10,11 fail; 15 works but is not smallest.
ANSWER 3: D

Problem 4:
Let $c$ correct, $u$ unanswered, $w$ wrong, $c+u+w=20$.
Score $S=5c+u$.

Then $u=S-5c\ge0$ and $c+u\le20$, i.e. $c+S-5c\le20$,
$S-4c\le20$.

- 90: $u=90-5c$. Need $5c\le90$, $90-4c\le20$.
$c=18$ gives $u=0$, $c+u=18\le20$ with $w=2$. Possible.

- 91: $u=91-5c$. $c=18$ gives $u=1$, $c+u=19\le20$ with $w=1$.
Possible: 18 correct, 1 blank, 1 wrong.

- 92: $u=92-5c$. $c=18$ gives $u=2$, $c+u=20$. Possible:
18 correct, 2 blank.

- 95: $u=95-5c$. $c=19$ gives $u=0$, $c+u=19\le20$ with $w=1$.
Possible: 19 correct, 1 wrong.

- 97: $u=97-5c$. Need $5c\le97$ so $c\le19$, and
$97-4c\le20$ so $4c\ge77$ so $c\ge20$. Impossible.
Indeed $c=19$ would need $u=2$, total $21>20$; $c=20$ gives 100.
So 97 cannot occur.

Hence NOT possible is 97.
ANSWER 4: E

Problem 5:
Cost: 4 for \$5, so per disk $5/4=1.25$.
Sell: 3 for \$5, so per disk $5/3\approx1.67$.

Profit per disk $=5/3-5/4=(20-15)/12=5/12$ dollars.

To make \$100 need $N$ with $N\cdot5/12=100$,
$$N=100\times12/5=240.$$

Check: buy 240 costs $240/4\times5=300$; sell 240 gets
$240/3\times5=400$; profit $100$.
100,120,200,1200 give profits $125/3,50,250/3,500$, not 100.
ANSWER 5: D

Problem 6:
Row 1 has 10 seats, row $i$ has $10+i-1=9+i$ seats.
Row 20 has 29 seats.

In a row of $n$ seats in a line with no two occupied adjacent,
the maximum is to take seats 1,3,5,... i.e. $\lceil n/2\rceil$.

So row $n$ contributes $\lceil n/2\rceil$:
10โ†’5, 11โ†’6, 12โ†’6, 13โ†’7, 14โ†’7, 15โ†’8, 16โ†’8, 17โ†’9,
18โ†’9, 19โ†’10, 20โ†’10, 21โ†’11, 22โ†’11, 23โ†’12, 24โ†’12,
25โ†’13, 26โ†’13, 27โ†’14, 28โ†’14, 29โ†’15.

Summing in pairs: $11+13+15+17+19+21+23+25+27+29$.
This is 10 terms averaging $(11+29)/2=20$, total $200$.

Leaving a seat empty can only reduce total, so 200 is max.
This rules out 150,180,400,460.
ANSWER 6: C

Problem 7:
Let $a_1=A$, common difference $d>0$. Since $a_1,a_2$ integers,
$d=a_2-a_1$ is an integer. $a_n=A+(n-1)d$.

$a_1\in[1,10]$, $a_1+d\in[13,20]$, $A+14d\in[241,250]$.

Then $14d=(A+14d)-A\in[241-10,250-1]=[231,249]$.
So $231\le14d\le249$, $16.5\le d\le17.78$.
Integer $d=17$ only, since $14\times16=224$, $14\times18=252$.

Then $A=(A+14d)-238\in[241-238,250-238]=[3,12]$.
Intersect $[1,10]$ gives $[3,10]$.
Also $A+17\in[13,20]$ gives $A\le3$. Hence $A=3$.

Check: $3,20,\dots,3+14\times17=241$, satisfies all.
Then $a_{14}=A+13d=3+13\times17=3+221=224$.
Digit sum $=2+2+4=8$, ruling out 9,10,11,12.
ANSWER 7: A

Problem 8:
Sum $1+\cdots+9=45$. Three groups equal sum $\Rightarrow$
each sum $45/3=15$.

Find triples of distinct 1โ€“9 summing to 15:
1+5+9, 1+6+8, 2+4+9, 2+5+8, 2+6+7, 3+4+8, 3+5+7, 4+5+6.

9 must be with $\{1,5\}$ or $\{2,4\}$.

Case 9 with 1,5: use $\{1,5,9\}$. Remaining $\{2,3,4,6,7,8\}$.
8 needs two summing to 7: only $3+4$ remains, so $\{3,4,8\}$
forced. Left $\{2,6,7\}=15$. Partition 1.

Case 9 with 2,4: use $\{2,4,9\}$. Remaining $\{1,3,5,6,7,8\}$.
8 needs 7: only $1+6$ remains, so $\{1,6,8\}$ forced.
Left $\{3,5,7\}=15$. Partition 2.

No other cases. So exactly 2 unordered partitions.
Labeled groups would give 12, not liste
openrouter:google/gemini-3.8-flash D โœ“
show
### Problem 1:

**Restatement of the Problem:**  
We are given the four digits $2, 4, 5,$ and $7$. There are $4! = 24$ four-digit numbers formed by using each of these digits exactly once. We are told that exactly one of these $24$ numbers is a multiple of another one among them. We need to identify that number from the given choices.

**Step-by-Step Solution:**
1. The smallest possible four-digit number that can be formed using digits $\{2, 4, 5, 7\}$ is $2457$, and the largest is $7542$.
2. If a number $B$ is a multiple of another number $A$, then $B = k \cdot A$ for some integer $k \ge 2$.
3. Since $A \ge 2457$ and $B \le 7542$, the multiplier $k$ can only be:
   $$\frac{7542}{2457} \approx 3.07 \implies k = 2 \text{ or } 3$$
4. Let's test multiples of the smallest valid numbers:
   - For $A = 2457$:
     - $2457 \times 2 = 4914$ (contains the digit $9$, not valid)
     - $2457 \times 3 = 7371$ (contains $3$ and $1$, not valid)
   - For $A = 2475$:
     - $2475 \times 2 = 4950$ (not valid)
     - $2475 \times 3 = 7425$ 
5. Notice that $7425$ contains the digits $7, 4, 2, 5$, each exactly once!
6. Thus, $7425$ is a multiple of $2475$ ($7425 = 3 \times 2475$). 
7. Checking the choices, $7425$ is Choice D.

ANSWER 1: D

---

### Problem 2:

**Restatement of the Problem:**  
Find the sum of the digits of the product of a string of $94$ nines and a string of $94$ fours:
$$\underbrace{999\dots99}_{94\text{ nines}} \times \underbrace{444\dots44}_{94\text{ fours}}$$

**Step-by-Step Solution:**
1. Let $N = \underbrace{444\dots44}_{94\text{ fours}}$.
2. A string of $94$ nines can be written as $10^{94} - 1$.
3. The product is:
   $$(10^{94} - 1) \times N = N \times 10^{94} - N$$
4. Let us observe the pattern for smaller values of $n$ (the number of digits):
   - For $n = 1$: $9 \times 4 = 36$, digit sum is $3 + 6 = 9 = 9 \times 1$.
   - For $n = 2$: $99 \times 44 = 4356$, digit sum is $4 + 3 + 5 + 6 = 18 = 9 \times 2$.
   - For $n = 3$: $999 \times 444 = 443556$, digit sum is $4 + 4 + 3 + 5 + 5 + 6 = 27 = 9 \times 3$.
5. In general, for $n$ digits, the product is:
   $$\underbrace{44\dots4}_{n-1\text{ fours}} 3 \underbrace{55\dots5}_{n-1\text{ fives}} 6$$
   The sum of the digits is:
   $$4(n-1) + 3 + 5(n-1) + 6 = 9(n-1) + 9 = 9n$$
6. Here, $n = 94$, so the sum of the digits is:
   $$9 \times 94 = 846$$

ANSWER 2: A

---

### Problem 3:

**Restatement of the Problem:**  
In each of three races, the first-place finisher receives $5$ points, the second-place finisher receives $3$ points, and the third-place finisher receives $1$ point. There are no ties. We wish to find the smallest number of points a student must earn in the three races to be guaranteed to have strictly more points than any other student.

**Step-by-Step Solution:**
1. In each race, the points awarded are $5, 3,$ and $1$. The possible point values a single student can obtain across $3$ races come from sums of three values chosen from $\{5, 3, 1, 0\}$ (where $0$ represents placing fourth or lower).
2. The possible scores near the top are:
   - $5 + 5 + 5 = 15$
   - $5 + 5 + 3 = 13$
   - $5 + 5 + 1 = 11$
   - $5 + 3 + 3 = 11$
   - $5 + 3 + 1 = 9$ or $3 + 3 + 3 = 9$
3. Can a student earn $11$ points and tie with another student?
   - Yes: Student A could finish 1st, 1st, and 3rd, scoring $5 + 5 + 1 = 11$.
   - Simultaneously, Student B could finish 2nd, 2nd, and 1st, scoring $3 + 3 + 5 = 11$.
   - Since Student A and Student B both have $11$ points, having $11$ points does not guarantee strictly more points than every other student.
4. Next possible higher score is $13$:
   - To score $13$ points, a student must finish with two 1st-place finishes and one 2nd-place finish ($5 + 5 + 3 = 13$).
   - If Student A scores $13$ points, the remaining points available to all other competitors across the three races are:
     - One 1st-place finish ($5$ points),
     - Two 2nd-place finishes ($3$ points each),
     - Three 3rd-place finishes ($1$ point each).
   - The maximum points any other single competitor could obtain is by taking the remaining 1st-place finish and both remaining 2nd-place finishes: $5 + 3 + 3 = 11$ points.
   - Since $11 < 13$, no other student can reach $13$ points.
5. Therefore, $13$ is the smallest number of points that guarantees a student has strictly more points than any other student.

ANSWER 3: D

---

### Problem 4:

**Restatement of the Problem:**  
A test consists of $20$ questions. Correct answers earn $5$ points, unanswered questions earn $1$ point, and incorrect answers earn $0$ points. We need to determine which of the given scores is NOT possible: $90, 91, 92, 95,$ or $97$.

**Step-by-Step Solution:**
1. Let $c$ be the number of correct answers, $u$ be the number of unanswered questions, and $w$ be the number of incorrect answers.
2. We have the constraints:
   $$c + u + w = 20, \quad c, u, w \ge 0$$
   $$\text{Score} = 5c + u$$
3. Let's analyze scores close to $100$:
   - If $c = 20$, then $u = 0, w = 0 \implies \text{Score} = 100$.
   - If $c = 19$, then $u + w = 1$.
     - If $u = 1, w = 0 \implies \text{Score} = 5(19) + 1 = 96$.
     - If $u = 0, w = 1 \implies \text{Score} = 5(19) + 0 = 95$.
   - If $c \le 18$, the maximum possible score is when all remaining questions are left unanswered ($u = 20 - c$):
     $$\text{Score} \le 5(18) + 2 = 92$$
4. Therefore, any score strictly between $92$ and $95$, or between $96$ and $100$, is impossible:
   - Impossible scores in the nineties are: $93, 94, 97, 98, 99$.
5. Checking the choices:
   - $90$: $c = 18, u = 0, w = 2 \implies 5(18) + 0 = 90$ (Possible)
   - $91$: $c = 18, u = 1, w = 1 \implies 5(18) + 1 = 91$ (Possible)
   - $92$: $c = 18, u = 2, w = 0 \implies 5(18) + 2 = 92$ (Possible)
   - $95$: $c = 19, u = 0, w = 1 \implies 5(19) + 0 = 95$ (Possible)
   - $97$: Impossible, as shown above.

ANSWER 4: E

---

### Problem 5:

**Restatement of the Problem:**  
Maria buys computer disks at $4$ for $\$5$ and sells them at $3$ for $\$5$. How many disks mus
openrouter:~z-ai/glm-latest D โœ“
show
# Problem 1:
We have all 24 permutations of digits {2, 4, 5, 7}. The smallest is 2457 and the largest is 7542. If one of these numbers is a multiple of another, say X = kยทY, then k = X/Y โ‰ค 7542/2457 โ‰ˆ 3.07, so **k = 2 or k = 3**.

**Try k = 2:** Then 2Y โ‰ค 7542 forces Y โ‰ค 3771, so Y starts with 2 or 4, and Y must be even. Candidates and their doubles:
- 2574 โ†’ 5148 โœ—, 2754 โ†’ 5508 โœ—
- 4572 โ†’ 9144 โœ—, 4752 โ†’ 9504 โœ—

None of the doubles use only digits {2,4,5,7}. So doubling never works.

**Try k = 3:** Then 3Y โ‰ค 7542 forces Y โ‰ค 2514, so Y โˆˆ {2457, 2475}:
- 3 ร— 2457 = 7371 โœ—
- 3 ร— 2475 = **7425** โœ“ (uses exactly digits 2, 4, 5, 7)

So the only multiple pair is 7425 = 3 ร— 2475. Checking the other choices directly (e.g., 5724 = 2ยฒยท3ยณยท53 and 7245 = 3ยฒยท5ยท7ยท23 have no 4-digit divisors made of 2,4,5,7) confirms none of them works.

ANSWER 1: D

# Problem 2:
A string of 94 nines equals 10โนโด โˆ’ 1. So the product is

44โ€ฆ4 (94 fours) ร— (10โนโด โˆ’ 1) = 44โ€ฆ4000โ€ฆ0 (94 fours followed by 94 zeros) โˆ’ 44โ€ฆ4.

Look at small cases to see the pattern:
- 44 ร— 99 = 4356
- 444 ร— 999 = 443556
- 4444 ร— 9999 = 44435556

The pattern is: **(nโˆ’1) fours, then a 3, then (nโˆ’1) fives, then a 6**. (This is the subtraction: the trailing zeros minus 44โ€ฆ4 gives 55โ€ฆ56, and borrowing 1 turns the leading 44โ€ฆ4 into 44โ€ฆ3.)

For n = 94 the answer is: 93 fours, then 3, then 93 fives, then 6.

Sum of digits = 93(4) + 3 + 93(5) + 6 = 372 + 3 + 465 + 6 = **846**.
(Not 954 โ€” that would come from wrongly counting 94 fours and 94 fives.)

ANSWER 2: A

# Problem 3:
Each race awards 5 + 3 + 1 = 9 points, so 27 points total over three races. A student's score is a sum of three odd numbers (5, 3, or 1), so every score is **odd**; possible scores are 3, 5, 7, 9, 11, 13, 15.

**Why 13 guarantees the win:** The only way to score 13 is 5 + 5 + 3 (first twice, second once). Then in the two races that student won, any rival scored at most 3 points; in the remaining race, at most 5. So every rival has at most 3 + 3 + 5 = 11 < 13. โœ“

**Why smaller values fail:** With 11 points (e.g., 5 + 5 + 1: first twice, third once), another student could be second in those two races (3 + 3) and first in the third (5), also totaling 11 โ€” a tie, so 11 does not guarantee being strictly ahead. (With 9 or 10, a rival could even score more.) Since all scores are odd, 12 is impossible anyway.

ANSWER 3: D

# Problem 4:
Let c = correct, u = unanswered, w = wrong, with c + u + w = 20. Score = 5c + u.

- 90: 18 correct, 0 unanswered, 2 wrong โ†’ 18ยท5 = 90 โœ“
- 91: 18 correct, 1 unanswered, 1 wrong โ†’ 90 + 1 โœ“
- 92: 18 correct, 2 unanswered, 0 wrong โ†’ 90 + 2 โœ“
- 95: 19 correct, 0 unanswered, 1 wrong โ†’ 95 โœ“
- 97: Need 5c + u = 97. Since 97 โ‰ก 2 (mod 5), u โˆˆ {2, 7, 12, 17}.
  - u = 2 โ†’ c = 19, but c + u = 21 > 20 โœ—
  - u = 7 โ†’ c = 18, c + u = 25 > 20 โœ—
  - u = 12 โ†’ c = 17, c + u = 29 > 20 โœ—
  - u = 17 โ†’ c = 16, c + u = 33 > 20 โœ—

So 97 is impossible.

ANSWER 4: E

# Problem 5:
Buying at 4 disks for $5 means cost per disk = 5/4 = $1.25.
Selling at 3 disks for $5 means revenue per disk = 5/3 โ‰ˆ $1.67.

Profit per disk = 5/3 โˆ’ 5/4 = (20 โˆ’ 15)/12 = **5/12 dollars**.

To make $100 profit: number of disks = 100 รท (5/12) = 100 ยท 12/5 = **240**.

Check: 240 disks cost 240 ยท 1.25 = $300; selling 240 disks brings 240 ยท 5/3 = $400; profit = $100. โœ“
(The tempting wrong answer 120 comes from forgetting she must also *buy* the disks she sells.)

ANSWER 5: D

# Problem 6:
Row i has 10 + (i โˆ’ 1) seats, so the rows have 10, 11, 12, โ€ฆ, 29 seats.

In a row of n seats with no two students adjacent, the maximum is โŒˆn/2โŒ‰ (alternate seating: seat, gap, seat, gap, โ€ฆ).

Compute row by row:
- Row 10 โ†’ 5, row 11 โ†’ 6, row 12 โ†’ 6, row 13 โ†’ 7, row 14 โ†’ 7, row 15 โ†’ 8, row 16 โ†’ 8, row 17 โ†’ 9, row 18 โ†’ 9, row 19 โ†’ 10, row 20 โ†’ 10, row 21 โ†’ 11, row 22 โ†’ 11, row 23 โ†’ 12, row 24 โ†’ 12, row 25 โ†’ 13, row 26 โ†’ 13, row 27 โ†’ 14, row 28 โ†’ 14, row 29 โ†’ 15.

Total = 5 + (6+6) + (7+7) + (8+8) + (9+9) + (10+10) + (11+11) + (12+12) + (13+13) + (14+14) + 15 = **200**.

(Shortcut: total seats = 390; half is 195; the 10 odd-sized rows each contribute an extra half-seat: 195 + 10 = 200. Choice 400 wrongly assumes every seat can be filled; choice 180 wrongly floors every row.)

ANSWER 6: C

# Problem 7:
Let d be the common spacing. Then aโ‚‚ = aโ‚ + d and aโ‚โ‚… = aโ‚ + 14d.

From 1 โ‰ค aโ‚ โ‰ค 10 and 241 โ‰ค aโ‚โ‚… โ‰ค 250:
241 โ‰ค aโ‚ + 14d โ‰ค 250 โŸน 231 โ‰ค 14d โ‰ค 249 โŸน 16.5 โ‰ค d โ‰ค 17.79, so **d = 17** (integers only).

Now aโ‚โ‚… = aโ‚ + 14(17) = aโ‚ + 238 must satisfy 241 โ‰ค aโ‚ + 238 โ‰ค 250, so aโ‚ โ‰ฅ 3.
Also aโ‚‚ = aโ‚ + 17 must satisfy aโ‚‚ โ‰ค 20, so aโ‚ โ‰ค 3.
Therefore aโ‚ = 3. (Check: aโ‚‚ = 20 โˆˆ [13, 20] โœ“, aโ‚โ‚… = 241 โˆˆ [241, 250] โœ“.)

Then aโ‚โ‚„ = aโ‚ + 13d = 3 + 13(17) = 3 + 221 = **224**.

Sum of digits: 2 + 2 + 4 = **8**.

ANSWER 7: A

# Problem 8:
The numbers 1 through 9 sum to 45, so each of the 3 groups must sum to 45/3 = **15**.

All triples from {1,โ€ฆ,9} summing to 15:
1-5-9, 1-6-8, 2-4-9, 2-5-8, 2-6-7, 3-4-8, 3-5-7, 4-5-6 (these are the 8 lines of the 3ร—3 magic square).

Since the group containing 1 must be either {1,5,9} or {1,6,8}:

**Case {1,5,9}:** Remaining digits {2,3,4,6,7,8} must form two triples summing to 15 โ€” the only option is {2,6,7} and {3,4,8}. โœ“ โ†’ Partition: {1,5,9}, {2,6,7}, {3,4,8}.

**Case {1,6,8}:** Remaining digits {2,3,4,5,7,9} โ€” the only option is {2,4,9} and {3,5,7}. โœ“ โ†’ Partition: {1,6,8}, {2,4,9}, {3,5,7}.

No other partitions exist, so there are exactly **2** ways (groups aren't labeled, and order within a group doesn't matter).

ANSWER 8: C

# Problem 9:
There are 36 equally likely outcomes. Count pairs (die1, die2) with product > 10:

- Roll of 1: products 1โ€“6 โ†’ none.
- Roll of 2: products 2,4,6,8,10,12 โ†’ (2,6) only โ†’ 1 outcome.
- Roll of 3: 3,6,9,12,15,18 โ†’ (3,4),(3,5),(3,6) โ†’ 3 outcomes.
- Roll of 4: 4,8,12,16,20,24 โ†’ (4,3),(4,4),(4,5),(4,6) โ†’ 4 outcomes.
- Roll of 5: 5,10,15,20,25,30 โ†’ (5,3),(5,4),(5,5),(5,6) โ†’ 4 outcomes.
- Roll of 6: 6,12,18,24,30,36 โ†’ (6,2),(6,3),(6,4),(6,5),(6,6) โ†’ 5 outcomes.

Total favorable = 1 + 3 + 4 + 4 + 5 = **17**
openrouter:qwen/qwen3.8-27b โ€“ โš  timed out after 180s โ€” too slow / stuck in reasoning to answer all questions in one call (counted as a fail)
openrouter:anthropic/claude-opus-5 D โœ“
show
# Problem 1:
We need a permutation of {2,4,5,7} that is a multiple of another permutation of the same digits.

The smallest such number is 2457 and the largest is 7542, so the ratio of the two numbers is less than 7542/2457 โ‰ˆ 3.07. So the multiplier can only be 2 or 3.

**Multiplier 3:** Try the small permutations starting with 2 (since 3 ร— (number) must still be a 4-digit permutation):
- 2457 ร— 3 = 7371 (no)
- 2475 ร— 3 = **7425** โœ“ โ€” digits 7, 4, 2, 5, a permutation!

So 7425 = 3 ร— 2475, both using 2, 4, 5, 7 exactly once.

Checking the tempting choices: 5724, 7245, 7254, 7542 are all even or not divisible appropriately โ€” e.g. 7254/2 = 3627 and 7254/3 = 2418 (digits wrong), 5724/2 = 2862, 7542/2 = 3771, 7542/3 = 2514, 7245/3 = 2415 โ€” none give permutations of 2,4,5,7.

ANSWER 1: D

# Problem 2:
Look at the pattern with small strings:
- 9 ร— 4 = 36, digit sum = 9
- 99 ร— 44 = 4356, digit sum = 4+3+5+6 = 18
- 999 ร— 444 = 443556, digit sum = 4+4+3+5+5+6 = 27
- 9999 ร— 4444 = 44435556, digit sum = 36

The product of *n* nines and *n* fours is 44โ€ฆ4 (nโˆ’1 fours) 3 55โ€ฆ5 (nโˆ’1 fives) 6, whose digit sum is
4(nโˆ’1) + 3 + 5(nโˆ’1) + 6 = 9n โˆ’ 9 + 9 = 9n.

For n = 94: digit sum = 9 ร— 94 = **846**.

(945 and 954 would come from miscounting as 9(n+1) or similar.)

ANSWER 2: A

# Problem 3:
Each race awards 5 + 3 + 1 = 9 points, so 27 points total over three races.

**Is 11 enough?** A student could get 11 as 5 + 5 + 1. Then in the third race someone else could win (5) and place second in the first two races: 3 + 3 + 5 = 11 โ€” a tie, so 11 is not a guarantee. (Similarly 9 and 10 fail.)

**Is 13 enough?** The only way to score 13 is 5 + 5 + 3. Then the remaining points available are: race 1 โ†’ {3, 1}, race 2 โ†’ {3, 1}, race 3 โ†’ {5, 1}. The best any other student can do is 3 + 3 + 5 = 11 < 13. So 13 guarantees the win.

15 (winning all three) works too, but is not the smallest.

ANSWER 3: D

# Problem 4:
Let c = number correct, u = number unanswered, with c + u โ‰ค 20. Score = 5c + u.

- 90 = 5(18) + 0 โ†’ 18 questions used โœ“
- 91 = 5(18) + 1 โ†’ 19 used โœ“
- 92 = 5(18) + 2 โ†’ 20 used โœ“
- 95 = 5(19) + 0 โ†’ 19 used โœ“
- 97: need 5c + u = 97. If c = 19, u = 2, but 19 + 2 = 21 > 20 โœ—. If c = 18, u = 7, total 25 > 20 โœ—. Smaller c makes u even bigger. With c = 20, score is 100. So 97 is impossible.

ANSWER 4: E

# Problem 5:
Cost per disk = $5/4 = $1.25. Selling price per disk = $5/3 โ‰ˆ $1.6667.

Profit per disk = 5/3 โˆ’ 5/4 = 20/12 โˆ’ 15/12 = 5/12 dollars.

Number needed: 100 รท (5/12) = 100 ร— 12/5 = **240** disks.

(Choosing 120 comes from using a profit of $5/6 per disk; 1200 from forgetting the 5.)

ANSWER 5: D

# Problem 6:
Rows have 10, 11, 12, โ€ฆ, 29 seats. In a row of n seats with no two students adjacent, the maximum is โŒˆn/2โŒ‰ (seat in positions 1, 3, 5, โ€ฆ).

So the maxima are โŒˆ10/2โŒ‰ = 5, โŒˆ11/2โŒ‰ = 6, 6, 7, 7, 8, โ€ฆ, โŒˆ29/2โŒ‰ = 15.

Pair consecutive rows:
(10,11): 5+6 = 11, (12,13): 13, (14,15): 15, (16,17): 17, (18,19): 19, (20,21): 21, (22,23): 23, (24,25): 25, (26,27): 27, (28,29): 29.

Sum = 11+13+15+โ€ฆ+29 = 10 terms averaging 20 = **200**.

(400 is the total number of seats โ€” half of them can be used.)

ANSWER 6: C

# Problem 7:
Equally spaced integers: aโ‚™ = aโ‚ + (nโˆ’1)d.

From aโ‚โ‚… = aโ‚ + 14d with 241 โ‰ค aโ‚ + 14d โ‰ค 250 and 1 โ‰ค aโ‚ โ‰ค 10:
14d โ‰ฅ 241 โˆ’ 10 = 231 and 14d โ‰ค 250 โˆ’ 1 = 249, so 16.5 โ‰ค d โ‰ค 17.8 โ†’ d = 17.

From aโ‚‚ = aโ‚ + 17 with 13 โ‰ค aโ‚ + 17 โ‰ค 20: aโ‚ โ‰ค 3. Combined with aโ‚ + 238 โ‰ฅ 241 โ†’ aโ‚ โ‰ฅ 3. So aโ‚ = 3.

Check: aโ‚โ‚… = 3 + 14(17) = 241 โœ“ (in range), aโ‚‚ = 20 โœ“.

aโ‚โ‚„ = 3 + 13(17) = 3 + 221 = 224. Digit sum = 2 + 2 + 4 = **8**.

ANSWER 7: A

# Problem 8:
Total = 1+2+โ‹ฏ+9 = 45, so each group sums to 45/3 = 15.

Consider the group containing 9: the other two cards sum to 6, so they are {1,5} or {2,4} ({3,3} impossible).

**Case {9,1,5}:** remaining {2,3,4,6,7,8}. The group with 8 needs two cards summing to 7: only {3,4} (since {1,6} uses the used 1). Then the last group is {2,6,7}, which sums to 15 โœ“.
โ†’ {1,5,9}, {3,4,8}, {2,6,7}

**Case {9,2,4}:** remaining {1,3,5,6,7,8}. The group with 8 needs two summing to 7: only {1,6}. Last group {3,5,7} sums to 15 โœ“.
โ†’ {2,4,9}, {1,6,8}, {3,5,7}

Exactly **2** ways.

ANSWER 8: C

# Problem 9:
There are 36 equally likely outcomes. Count those with product > 10 (note product = 10 does **not** count):

- Die 1 = 1: none (max 6)
- Die 1 = 2: need b > 5 โ†’ b = 6 โ†’ 1 way
- Die 1 = 3: need b > 10/3 โ†’ b = 4,5,6 โ†’ 3 ways
- Die 1 = 4: need b > 2.5 โ†’ b = 3,4,5,6 โ†’ 4 ways
- Die 1 = 5: need b > 2 โ†’ b = 3,4,5,6 โ†’ 4 ways
- Die 1 = 6: need b > 5/3 โ†’ b = 2,3,4,5,6 โ†’ 5 ways

Total = 0+1+3+4+4+5 = 17, so probability = **17/36**.

(1/2 = 18/36 would result from mistakenly including product = 10.)

ANSWER 9: B

# Problem 10:
Label Chris as the person who takes piece #1. With n students, the pieces Chris takes are #1, #(n+1), #(2n+1), โ€ฆ i.e. pieces numbered 1 + kn.

For Chris to take piece #100 we need 100 = 1 + kn, i.e. n divides 99.

Divisors of 99: 1, 3, 9, 11, 33, 99. Among the choices, only **11** works (99 = 9 ร— 11, so Chris takes pieces 1, 12, 23, โ€ฆ, 100).

Checking others: 99/10, 99/19, 99/20, 99/25 are not integers.

ANSWER 10: B
openrouter:openai/gpt-5.6-terra-pro D โœ“
show
Problem 1:

We need find the one number among all permutations of \(2,4,5,7\) that is a multiple of another such number.

Any such four-digit number is between \(2457\) and \(7542\). Therefore, if a larger one is an integer multiple of a smaller one, the multiplier can only be \(2\) or \(3\).

### Could the multiplier be 2?

Suppose \(N=2M\), where both \(N\) and \(M\) use the digits \(2,4,5,7\).

- If \(M\) ends in \(2\), then \(N\) ends in \(4\). Looking at the tens digit, doubling \(4,5,\) or \(7\) gives an invalid digit or repeats the \(4\), so this cannot work.
- If \(M\) ends in \(7\), then \(N\) ends in \(4\), with a carry of \(1\). The tens digit must be \(2\), producing \(5\). Thus \(M\) must be either \(4527\) or \(5427\):
  \[
  2(4527)=9054,\qquad 2(5427)=10854,
  \]
  neither of which is a valid permutation.

So no pair has one number twice the other.

### Could the multiplier be 3?

The smaller number must be at most
\[
\frac{7542}{3}=2514.
\]
The only permutations of \(2,4,5,7\) below \(2514\) are
\[
2457,\qquad 2475.
\]

Now calculate:
\[
3(2457)=7371,
\]
not a permutation of \(2,4,5,7\), but
\[
3(2475)=7425.
\]

Thus \(7425\) is the desired number. The other choices are not \(3\) times a valid smaller permutation.

ANSWER 1: D

Problem 2:

Let \(n=94\). We are multiplying

\[
\underbrace{99\cdots 99}_{94\text{ nines}}
\cdot
\underbrace{44\cdots 44}_{94\text{ fours}}.
\]

For a smaller example,

\[
999\cdot444=443556.
\]

In general, the product has:

- \(93\) digits equal to \(4\),
- then a \(3\),
- then \(93\) digits equal to \(5\),
- then a final \(6\).

So the sum of its digits is

\[
93\cdot 4+3+93\cdot 5+6.
\]

Compute:

\[
372+3+465+6=846.
\]

Choices such as \(945\) or \(954\) might result from incorrectly using 94 copies of both the 4s and 5s; there are only \(93\) of each in the middle pattern.

ANSWER 2: A

Problem 3:

A student earns \(5\) points for first, \(3\) for second, and \(1\) for third.

We seek the smallest score that guarantees the student has strictly more points than every other student.

A score of \(13\) must be earned as

\[
5+5+3.
\]

That means the student wins two races and finishes second in the other race.

Consider any rival student:

- In each race our student wins, the rival can earn at most \(3\) points.
- In the race our student finishes second, the rival can earn at most \(5\) points.

Thus a rival can earn at most

\[
3+3+5=11.
\]

Therefore, \(13\) points guarantees first overall.

Now check why smaller relevant scores do not guarantee this:

- A score of \(11\) can be \(5+5+1\). Another student could finish second in the first two races and win the third:
  \[
  3+3+5=11,
  \]
  causing a tie.
- A score of \(10\) can be \(5+5+0\). Another student can earn
  \[
  3+3+5=11,
  \]
  and exceed that score.

Thus \(13\) is the smallest score that guarantees more points than everyone else.

ANSWER 3: D

Problem 4:

Let

- \(c\) = number correct,
- \(u\) = number unanswered.

The score is

\[
5c+u,
\]
with
\[
c+u\le 20.
\]

Check each choice.

- \(90=5(18)+0\), so 90 is possible.
- \(91=5(18)+1\), so 91 is possible.
- \(92=5(18)+2\), so 92 is possible.
- \(95=5(19)+0\), so 95 is possible.
- For \(97\), the closest possibility is
  \[
  97=5(19)+2.
  \]
  But that would require \(19+2=21\) questions, and there are only 20 questions.

So 97 is not possible.

ANSWER 4: E

Problem 5:

Maria buys 4 disks for \$5, so her cost per disk is

\[
\frac{5}{4}=\$1.25.
\]

She sells 3 disks for \$5, so her selling price per disk is

\[
\frac{5}{3}.
\]

Her profit per disk is

\[
\frac{5}{3}-\frac{5}{4}
=\frac{20}{12}-\frac{15}{12}
=\frac{5}{12}.
\]

To make \$100 profit, she must sell

\[
100\div\frac{5}{12}
=100\cdot\frac{12}{5}
=240
\]

disks.

Choices such as 120 confuse the profit with the selling price; 240 is the number that gives a total profit of \$100.

ANSWER 5: D

Problem 6:

The rows have from 10 seats up through

\[
10+19=29
\]

seats.

In a row with \(n\) seats, the maximum number of students who can sit with no two adjacent is

\[
\left\lceil \frac n2\right\rceil.
\]

Pair consecutive rows:

\[
\begin{array}{c|c}
\text{Rows} & \text{Maximum students} \\ \hline
10,11 & 5+6=11\\
12,13 & 6+7=13\\
14,15 & 7+8=15\\
\vdots & \vdots\\
28,29 & 14+15=29
\end{array}
\]

These totals are

\[
11,13,15,\ldots,29.
\]

This is an arithmetic sequence of 10 terms, with average

\[
\frac{11+29}{2}=20.
\]

Therefore the total is

\[
10\cdot20=200.
\]

The tempting answer \(400\) would be the total number of seats, but students cannot sit next to each other.

ANSWER 6: C

Problem 7:

The numbers are equally spaced, so let the common difference be \(d\). Then

\[
a_{15}=a_1+14d
\]
and
\[
a_2=a_1+d.
\]

Subtracting gives

\[
a_{15}-a_2=13d.
\]

Using the given ranges,

\[
241-20\le a_{15}-a_2\le250-13.
\]

Thus

\[
221\le13d\le237.
\]

Dividing by 13 gives

\[
17\le d\le18.
\]

So \(d\) is either 17 or 18.

If \(d=18\), then

\[
a_{15}=a_1+14(18)=a_1+252,
\]

which is greater than 250 because \(a_1\ge1\). So \(d\neq18\).

Thus \(d=17\). Then

\[
a_{15}=a_1+14(17)=a_1+238.
\]

Since \(241\le a_{15}\le250\),

\[
241\le a_1+238\le250,
\]
so

\[
3\le a_1\le12.
\]

Also,

\[
a_2=a_1+17
\]
must be at most 20, so \(a_1\le3\). Therefore,

\[
a_1=3.
\]

Now

\[
a_{14}=a_1+13d=3+13(17)=3+221=224.
\]

The sum of its digits is

\[
2+2+4=8.
\]

ANSWER 7: A

Problem 8:

The sum of all the cards is

\[
1+2+\cdots+9=45.
\]

Since the cards are divided into 3 equal-sum groups, each group must sum to

\[
45\div3=15.
\]

The group containing 9 must have two other cards totaling

\[
15-9=6.
\]

The possible pairs are

\[
1+5=6,\qquad 2+4=6.
\]

So there are two cases.

### Case 1: \( \{1,5,9\} \)

The remaining cards are \(2,3,4,6,7,8\). They can be grouped as

\[
\{2,6,7\},\qquad \{3,4,8\}.
\]

This gives one division:

\[
\{1,5,9\},\ \{2,6,7\},\ \{3,4,8\}.
\]

### Case 2: \( \{2,4,9\} \)

The remaining cards are \(1,3,5,6,7,8\). They can be grouped as

\[
\{1,6,8\},\qquad \{3,
Q4 ยท stretch ยท AMC 8 2001 #22 โ€” correct: E (97.) ยท solved by 5/5 models

On a twenty-question test, each correct answer is worth 5 points, each unanswered question is worth 1 point, and each incorrect answer is worth 0 points. Which of the following scores is NOT possible?

  1. 90
  2. 91
  3. 92
  4. 95
  5. 97
Official approach: find the gap just below the maximum
ModelPickโœ“/โœ—Reasoning
openrouter:meta/muse-spark-1.3 E โœ“
show
Problem 1:
We need four-digit numbers using 2,4,5,7 once each.
There are 24 of them. Sum of digits = 2+4+5+7 = 18,
so every such number is divisible by 9.

Let a smaller one $S$ divide a larger one $L$, $L=kS$.
Since $2457 \le S < L \le 7542$,
$$ k = L/S < 7542/2457 < 3.07. $$
$k$ is an integer $>1$, so $k=2$ or $k=3$.

Rule out $k=2$.
$S\ge 2457$ and $L=2S\le 7542$ gives $S\le 3771$.
Hence $S$ is $2457$ to $3771$ and uses digits 2,4,5,7,
so its thousands digit must be 2. So $S=2\_\_\_$.

Let $d$ be units of $S$. $d$ is 4,5 or 7.
$L=2S$ has units $(2d)\bmod 10$, which must be 2,4,5 or 7.
- $d=4 \to 8$, impossible.
- $d=5 \to 0$, impossible.
- $d=7 \to 4$, possible, with carry 1.

So $S$ must end in 7, $L$ end in 4, and $S=2\_\_7$
with middle digits 4,5. I.e. $S=2457$ or $2547$.
But $2457\times 2=4914$, $2547\times 2=5094$,
neither uses digits 2,4,5,7. So $k=2$ is impossible.

Hence $k=3$. Then $L=3S\le 7542$ gives $S\le 2514$.
Also $S\ge 2457$. So $2457\le S\le 2514$ using digits 2,4,5,7.
Thousands digit 2. The only permutations in that interval are
2457 and 2475; $2547$ is already too big since $3\times2547>7542$.

Test:
$2457\times 3 = 7371$, not a permutation.
$2475\times 3 = 7425$, which is $2,4,7,5$ exactly once.

Indeed $2475\times 3 = 6000+1200+210+15 = 7425$.
So the unique multiple is 7425. This eliminates A,B,C,E; e.g.
halves and thirds of 5724,7245,7254,7542 are not permutations.
ANSWER 1: D

Problem 2:
We multiply $N=99\dots9$ ($n$ nines) by $M=44\dots4$ ($n$ fours).
Test small $n$:
$9\times4=36$, digit sum 9.
$99\times44=4356$, digit sum 18.
$999\times444=443556$, digit sum 27.
Guess sum $=9n$.

Prove: $M$ has $n$ digits 4. $N=10^{n}-1$.
$$ N\cdot M = M\cdot10^{n}-M = (M-1)10^{n}+ (10^{n}-M). $$
Let $F=M=44\dots4$. Then
$$M-1 = 44\dots43,$$
$n-1$ fours then 3, and
$$10^{n}-M = 55\dots56,$$
$n-1$ fives then 6, e.g. $1000-444=556$.
Hence the product is the concatenation:
$(n-1$ fours$)3\,(n-1$ fives$)6$.

Digit sum $=4(n-1)+3+5(n-1)+6 =9(n-1)+9=9n$.

For $n=94$, sum $=9\times94=846$.

This rules out 855,945,954,1072.
ANSWER 2: A

Problem 3:
Points per race: 5 first, 3 second, 1 third, 0 otherwise.
Let our student have total $T$. Another student maximized
takes the best place left by ours in each race:
if ours is 1st, max 3; if 2nd,3rd or out, max 5.

$T=13$ can only be $5+5+3$: two wins and a second.
Max for opponent $=3+3+5=11<13$. So 13 guarantees sole first.
Hence 15 also does, but we want smallest.

$T=11$ can be $5+5+1$. Then an opponent can be second, second,
first: $3+3+5=11$, tying us. So 11 does not guarantee strictly
more. It can also be $5+3+3$, where opponent can get
$3+5+5=13>11$.

Thus 11 fails. Any $T\le10$ also fails: e.g. opponent can still
aim for $3+3+5=11$ while we win twice and do worse in the third
race; e.g. we get $5+5+0=10$ and opponent gets 11 and beats us.
Similarly 9 is beatable.

So among attainable totals, 13 is the first that works.
Choices 9,10,11 fail; 15 works but is not smallest.
ANSWER 3: D

Problem 4:
Let $c$ correct, $u$ unanswered, $w$ wrong, $c+u+w=20$.
Score $S=5c+u$.

Then $u=S-5c\ge0$ and $c+u\le20$, i.e. $c+S-5c\le20$,
$S-4c\le20$.

- 90: $u=90-5c$. Need $5c\le90$, $90-4c\le20$.
$c=18$ gives $u=0$, $c+u=18\le20$ with $w=2$. Possible.

- 91: $u=91-5c$. $c=18$ gives $u=1$, $c+u=19\le20$ with $w=1$.
Possible: 18 correct, 1 blank, 1 wrong.

- 92: $u=92-5c$. $c=18$ gives $u=2$, $c+u=20$. Possible:
18 correct, 2 blank.

- 95: $u=95-5c$. $c=19$ gives $u=0$, $c+u=19\le20$ with $w=1$.
Possible: 19 correct, 1 wrong.

- 97: $u=97-5c$. Need $5c\le97$ so $c\le19$, and
$97-4c\le20$ so $4c\ge77$ so $c\ge20$. Impossible.
Indeed $c=19$ would need $u=2$, total $21>20$; $c=20$ gives 100.
So 97 cannot occur.

Hence NOT possible is 97.
ANSWER 4: E

Problem 5:
Cost: 4 for \$5, so per disk $5/4=1.25$.
Sell: 3 for \$5, so per disk $5/3\approx1.67$.

Profit per disk $=5/3-5/4=(20-15)/12=5/12$ dollars.

To make \$100 need $N$ with $N\cdot5/12=100$,
$$N=100\times12/5=240.$$

Check: buy 240 costs $240/4\times5=300$; sell 240 gets
$240/3\times5=400$; profit $100$.
100,120,200,1200 give profits $125/3,50,250/3,500$, not 100.
ANSWER 5: D

Problem 6:
Row 1 has 10 seats, row $i$ has $10+i-1=9+i$ seats.
Row 20 has 29 seats.

In a row of $n$ seats in a line with no two occupied adjacent,
the maximum is to take seats 1,3,5,... i.e. $\lceil n/2\rceil$.

So row $n$ contributes $\lceil n/2\rceil$:
10โ†’5, 11โ†’6, 12โ†’6, 13โ†’7, 14โ†’7, 15โ†’8, 16โ†’8, 17โ†’9,
18โ†’9, 19โ†’10, 20โ†’10, 21โ†’11, 22โ†’11, 23โ†’12, 24โ†’12,
25โ†’13, 26โ†’13, 27โ†’14, 28โ†’14, 29โ†’15.

Summing in pairs: $11+13+15+17+19+21+23+25+27+29$.
This is 10 terms averaging $(11+29)/2=20$, total $200$.

Leaving a seat empty can only reduce total, so 200 is max.
This rules out 150,180,400,460.
ANSWER 6: C

Problem 7:
Let $a_1=A$, common difference $d>0$. Since $a_1,a_2$ integers,
$d=a_2-a_1$ is an integer. $a_n=A+(n-1)d$.

$a_1\in[1,10]$, $a_1+d\in[13,20]$, $A+14d\in[241,250]$.

Then $14d=(A+14d)-A\in[241-10,250-1]=[231,249]$.
So $231\le14d\le249$, $16.5\le d\le17.78$.
Integer $d=17$ only, since $14\times16=224$, $14\times18=252$.

Then $A=(A+14d)-238\in[241-238,250-238]=[3,12]$.
Intersect $[1,10]$ gives $[3,10]$.
Also $A+17\in[13,20]$ gives $A\le3$. Hence $A=3$.

Check: $3,20,\dots,3+14\times17=241$, satisfies all.
Then $a_{14}=A+13d=3+13\times17=3+221=224$.
Digit sum $=2+2+4=8$, ruling out 9,10,11,12.
ANSWER 7: A

Problem 8:
Sum $1+\cdots+9=45$. Three groups equal sum $\Rightarrow$
each sum $45/3=15$.

Find triples of distinct 1โ€“9 summing to 15:
1+5+9, 1+6+8, 2+4+9, 2+5+8, 2+6+7, 3+4+8, 3+5+7, 4+5+6.

9 must be with $\{1,5\}$ or $\{2,4\}$.

Case 9 with 1,5: use $\{1,5,9\}$. Remaining $\{2,3,4,6,7,8\}$.
8 needs two summing to 7: only $3+4$ remains, so $\{3,4,8\}$
forced. Left $\{2,6,7\}=15$. Partition 1.

Case 9 with 2,4: use $\{2,4,9\}$. Remaining $\{1,3,5,6,7,8\}$.
8 needs 7: only $1+6$ remains, so $\{1,6,8\}$ forced.
Left $\{3,5,7\}=15$. Partition 2.

No other cases. So exactly 2 unordered partitions.
Labeled groups would give 12, not liste
openrouter:google/gemini-3.8-flash E โœ“
show
### Problem 1:

**Restatement of the Problem:**  
We are given the four digits $2, 4, 5,$ and $7$. There are $4! = 24$ four-digit numbers formed by using each of these digits exactly once. We are told that exactly one of these $24$ numbers is a multiple of another one among them. We need to identify that number from the given choices.

**Step-by-Step Solution:**
1. The smallest possible four-digit number that can be formed using digits $\{2, 4, 5, 7\}$ is $2457$, and the largest is $7542$.
2. If a number $B$ is a multiple of another number $A$, then $B = k \cdot A$ for some integer $k \ge 2$.
3. Since $A \ge 2457$ and $B \le 7542$, the multiplier $k$ can only be:
   $$\frac{7542}{2457} \approx 3.07 \implies k = 2 \text{ or } 3$$
4. Let's test multiples of the smallest valid numbers:
   - For $A = 2457$:
     - $2457 \times 2 = 4914$ (contains the digit $9$, not valid)
     - $2457 \times 3 = 7371$ (contains $3$ and $1$, not valid)
   - For $A = 2475$:
     - $2475 \times 2 = 4950$ (not valid)
     - $2475 \times 3 = 7425$ 
5. Notice that $7425$ contains the digits $7, 4, 2, 5$, each exactly once!
6. Thus, $7425$ is a multiple of $2475$ ($7425 = 3 \times 2475$). 
7. Checking the choices, $7425$ is Choice D.

ANSWER 1: D

---

### Problem 2:

**Restatement of the Problem:**  
Find the sum of the digits of the product of a string of $94$ nines and a string of $94$ fours:
$$\underbrace{999\dots99}_{94\text{ nines}} \times \underbrace{444\dots44}_{94\text{ fours}}$$

**Step-by-Step Solution:**
1. Let $N = \underbrace{444\dots44}_{94\text{ fours}}$.
2. A string of $94$ nines can be written as $10^{94} - 1$.
3. The product is:
   $$(10^{94} - 1) \times N = N \times 10^{94} - N$$
4. Let us observe the pattern for smaller values of $n$ (the number of digits):
   - For $n = 1$: $9 \times 4 = 36$, digit sum is $3 + 6 = 9 = 9 \times 1$.
   - For $n = 2$: $99 \times 44 = 4356$, digit sum is $4 + 3 + 5 + 6 = 18 = 9 \times 2$.
   - For $n = 3$: $999 \times 444 = 443556$, digit sum is $4 + 4 + 3 + 5 + 5 + 6 = 27 = 9 \times 3$.
5. In general, for $n$ digits, the product is:
   $$\underbrace{44\dots4}_{n-1\text{ fours}} 3 \underbrace{55\dots5}_{n-1\text{ fives}} 6$$
   The sum of the digits is:
   $$4(n-1) + 3 + 5(n-1) + 6 = 9(n-1) + 9 = 9n$$
6. Here, $n = 94$, so the sum of the digits is:
   $$9 \times 94 = 846$$

ANSWER 2: A

---

### Problem 3:

**Restatement of the Problem:**  
In each of three races, the first-place finisher receives $5$ points, the second-place finisher receives $3$ points, and the third-place finisher receives $1$ point. There are no ties. We wish to find the smallest number of points a student must earn in the three races to be guaranteed to have strictly more points than any other student.

**Step-by-Step Solution:**
1. In each race, the points awarded are $5, 3,$ and $1$. The possible point values a single student can obtain across $3$ races come from sums of three values chosen from $\{5, 3, 1, 0\}$ (where $0$ represents placing fourth or lower).
2. The possible scores near the top are:
   - $5 + 5 + 5 = 15$
   - $5 + 5 + 3 = 13$
   - $5 + 5 + 1 = 11$
   - $5 + 3 + 3 = 11$
   - $5 + 3 + 1 = 9$ or $3 + 3 + 3 = 9$
3. Can a student earn $11$ points and tie with another student?
   - Yes: Student A could finish 1st, 1st, and 3rd, scoring $5 + 5 + 1 = 11$.
   - Simultaneously, Student B could finish 2nd, 2nd, and 1st, scoring $3 + 3 + 5 = 11$.
   - Since Student A and Student B both have $11$ points, having $11$ points does not guarantee strictly more points than every other student.
4. Next possible higher score is $13$:
   - To score $13$ points, a student must finish with two 1st-place finishes and one 2nd-place finish ($5 + 5 + 3 = 13$).
   - If Student A scores $13$ points, the remaining points available to all other competitors across the three races are:
     - One 1st-place finish ($5$ points),
     - Two 2nd-place finishes ($3$ points each),
     - Three 3rd-place finishes ($1$ point each).
   - The maximum points any other single competitor could obtain is by taking the remaining 1st-place finish and both remaining 2nd-place finishes: $5 + 3 + 3 = 11$ points.
   - Since $11 < 13$, no other student can reach $13$ points.
5. Therefore, $13$ is the smallest number of points that guarantees a student has strictly more points than any other student.

ANSWER 3: D

---

### Problem 4:

**Restatement of the Problem:**  
A test consists of $20$ questions. Correct answers earn $5$ points, unanswered questions earn $1$ point, and incorrect answers earn $0$ points. We need to determine which of the given scores is NOT possible: $90, 91, 92, 95,$ or $97$.

**Step-by-Step Solution:**
1. Let $c$ be the number of correct answers, $u$ be the number of unanswered questions, and $w$ be the number of incorrect answers.
2. We have the constraints:
   $$c + u + w = 20, \quad c, u, w \ge 0$$
   $$\text{Score} = 5c + u$$
3. Let's analyze scores close to $100$:
   - If $c = 20$, then $u = 0, w = 0 \implies \text{Score} = 100$.
   - If $c = 19$, then $u + w = 1$.
     - If $u = 1, w = 0 \implies \text{Score} = 5(19) + 1 = 96$.
     - If $u = 0, w = 1 \implies \text{Score} = 5(19) + 0 = 95$.
   - If $c \le 18$, the maximum possible score is when all remaining questions are left unanswered ($u = 20 - c$):
     $$\text{Score} \le 5(18) + 2 = 92$$
4. Therefore, any score strictly between $92$ and $95$, or between $96$ and $100$, is impossible:
   - Impossible scores in the nineties are: $93, 94, 97, 98, 99$.
5. Checking the choices:
   - $90$: $c = 18, u = 0, w = 2 \implies 5(18) + 0 = 90$ (Possible)
   - $91$: $c = 18, u = 1, w = 1 \implies 5(18) + 1 = 91$ (Possible)
   - $92$: $c = 18, u = 2, w = 0 \implies 5(18) + 2 = 92$ (Possible)
   - $95$: $c = 19, u = 0, w = 1 \implies 5(19) + 0 = 95$ (Possible)
   - $97$: Impossible, as shown above.

ANSWER 4: E

---

### Problem 5:

**Restatement of the Problem:**  
Maria buys computer disks at $4$ for $\$5$ and sells them at $3$ for $\$5$. How many disks mus
openrouter:~z-ai/glm-latest E โœ“
show
# Problem 1:
We have all 24 permutations of digits {2, 4, 5, 7}. The smallest is 2457 and the largest is 7542. If one of these numbers is a multiple of another, say X = kยทY, then k = X/Y โ‰ค 7542/2457 โ‰ˆ 3.07, so **k = 2 or k = 3**.

**Try k = 2:** Then 2Y โ‰ค 7542 forces Y โ‰ค 3771, so Y starts with 2 or 4, and Y must be even. Candidates and their doubles:
- 2574 โ†’ 5148 โœ—, 2754 โ†’ 5508 โœ—
- 4572 โ†’ 9144 โœ—, 4752 โ†’ 9504 โœ—

None of the doubles use only digits {2,4,5,7}. So doubling never works.

**Try k = 3:** Then 3Y โ‰ค 7542 forces Y โ‰ค 2514, so Y โˆˆ {2457, 2475}:
- 3 ร— 2457 = 7371 โœ—
- 3 ร— 2475 = **7425** โœ“ (uses exactly digits 2, 4, 5, 7)

So the only multiple pair is 7425 = 3 ร— 2475. Checking the other choices directly (e.g., 5724 = 2ยฒยท3ยณยท53 and 7245 = 3ยฒยท5ยท7ยท23 have no 4-digit divisors made of 2,4,5,7) confirms none of them works.

ANSWER 1: D

# Problem 2:
A string of 94 nines equals 10โนโด โˆ’ 1. So the product is

44โ€ฆ4 (94 fours) ร— (10โนโด โˆ’ 1) = 44โ€ฆ4000โ€ฆ0 (94 fours followed by 94 zeros) โˆ’ 44โ€ฆ4.

Look at small cases to see the pattern:
- 44 ร— 99 = 4356
- 444 ร— 999 = 443556
- 4444 ร— 9999 = 44435556

The pattern is: **(nโˆ’1) fours, then a 3, then (nโˆ’1) fives, then a 6**. (This is the subtraction: the trailing zeros minus 44โ€ฆ4 gives 55โ€ฆ56, and borrowing 1 turns the leading 44โ€ฆ4 into 44โ€ฆ3.)

For n = 94 the answer is: 93 fours, then 3, then 93 fives, then 6.

Sum of digits = 93(4) + 3 + 93(5) + 6 = 372 + 3 + 465 + 6 = **846**.
(Not 954 โ€” that would come from wrongly counting 94 fours and 94 fives.)

ANSWER 2: A

# Problem 3:
Each race awards 5 + 3 + 1 = 9 points, so 27 points total over three races. A student's score is a sum of three odd numbers (5, 3, or 1), so every score is **odd**; possible scores are 3, 5, 7, 9, 11, 13, 15.

**Why 13 guarantees the win:** The only way to score 13 is 5 + 5 + 3 (first twice, second once). Then in the two races that student won, any rival scored at most 3 points; in the remaining race, at most 5. So every rival has at most 3 + 3 + 5 = 11 < 13. โœ“

**Why smaller values fail:** With 11 points (e.g., 5 + 5 + 1: first twice, third once), another student could be second in those two races (3 + 3) and first in the third (5), also totaling 11 โ€” a tie, so 11 does not guarantee being strictly ahead. (With 9 or 10, a rival could even score more.) Since all scores are odd, 12 is impossible anyway.

ANSWER 3: D

# Problem 4:
Let c = correct, u = unanswered, w = wrong, with c + u + w = 20. Score = 5c + u.

- 90: 18 correct, 0 unanswered, 2 wrong โ†’ 18ยท5 = 90 โœ“
- 91: 18 correct, 1 unanswered, 1 wrong โ†’ 90 + 1 โœ“
- 92: 18 correct, 2 unanswered, 0 wrong โ†’ 90 + 2 โœ“
- 95: 19 correct, 0 unanswered, 1 wrong โ†’ 95 โœ“
- 97: Need 5c + u = 97. Since 97 โ‰ก 2 (mod 5), u โˆˆ {2, 7, 12, 17}.
  - u = 2 โ†’ c = 19, but c + u = 21 > 20 โœ—
  - u = 7 โ†’ c = 18, c + u = 25 > 20 โœ—
  - u = 12 โ†’ c = 17, c + u = 29 > 20 โœ—
  - u = 17 โ†’ c = 16, c + u = 33 > 20 โœ—

So 97 is impossible.

ANSWER 4: E

# Problem 5:
Buying at 4 disks for $5 means cost per disk = 5/4 = $1.25.
Selling at 3 disks for $5 means revenue per disk = 5/3 โ‰ˆ $1.67.

Profit per disk = 5/3 โˆ’ 5/4 = (20 โˆ’ 15)/12 = **5/12 dollars**.

To make $100 profit: number of disks = 100 รท (5/12) = 100 ยท 12/5 = **240**.

Check: 240 disks cost 240 ยท 1.25 = $300; selling 240 disks brings 240 ยท 5/3 = $400; profit = $100. โœ“
(The tempting wrong answer 120 comes from forgetting she must also *buy* the disks she sells.)

ANSWER 5: D

# Problem 6:
Row i has 10 + (i โˆ’ 1) seats, so the rows have 10, 11, 12, โ€ฆ, 29 seats.

In a row of n seats with no two students adjacent, the maximum is โŒˆn/2โŒ‰ (alternate seating: seat, gap, seat, gap, โ€ฆ).

Compute row by row:
- Row 10 โ†’ 5, row 11 โ†’ 6, row 12 โ†’ 6, row 13 โ†’ 7, row 14 โ†’ 7, row 15 โ†’ 8, row 16 โ†’ 8, row 17 โ†’ 9, row 18 โ†’ 9, row 19 โ†’ 10, row 20 โ†’ 10, row 21 โ†’ 11, row 22 โ†’ 11, row 23 โ†’ 12, row 24 โ†’ 12, row 25 โ†’ 13, row 26 โ†’ 13, row 27 โ†’ 14, row 28 โ†’ 14, row 29 โ†’ 15.

Total = 5 + (6+6) + (7+7) + (8+8) + (9+9) + (10+10) + (11+11) + (12+12) + (13+13) + (14+14) + 15 = **200**.

(Shortcut: total seats = 390; half is 195; the 10 odd-sized rows each contribute an extra half-seat: 195 + 10 = 200. Choice 400 wrongly assumes every seat can be filled; choice 180 wrongly floors every row.)

ANSWER 6: C

# Problem 7:
Let d be the common spacing. Then aโ‚‚ = aโ‚ + d and aโ‚โ‚… = aโ‚ + 14d.

From 1 โ‰ค aโ‚ โ‰ค 10 and 241 โ‰ค aโ‚โ‚… โ‰ค 250:
241 โ‰ค aโ‚ + 14d โ‰ค 250 โŸน 231 โ‰ค 14d โ‰ค 249 โŸน 16.5 โ‰ค d โ‰ค 17.79, so **d = 17** (integers only).

Now aโ‚โ‚… = aโ‚ + 14(17) = aโ‚ + 238 must satisfy 241 โ‰ค aโ‚ + 238 โ‰ค 250, so aโ‚ โ‰ฅ 3.
Also aโ‚‚ = aโ‚ + 17 must satisfy aโ‚‚ โ‰ค 20, so aโ‚ โ‰ค 3.
Therefore aโ‚ = 3. (Check: aโ‚‚ = 20 โˆˆ [13, 20] โœ“, aโ‚โ‚… = 241 โˆˆ [241, 250] โœ“.)

Then aโ‚โ‚„ = aโ‚ + 13d = 3 + 13(17) = 3 + 221 = **224**.

Sum of digits: 2 + 2 + 4 = **8**.

ANSWER 7: A

# Problem 8:
The numbers 1 through 9 sum to 45, so each of the 3 groups must sum to 45/3 = **15**.

All triples from {1,โ€ฆ,9} summing to 15:
1-5-9, 1-6-8, 2-4-9, 2-5-8, 2-6-7, 3-4-8, 3-5-7, 4-5-6 (these are the 8 lines of the 3ร—3 magic square).

Since the group containing 1 must be either {1,5,9} or {1,6,8}:

**Case {1,5,9}:** Remaining digits {2,3,4,6,7,8} must form two triples summing to 15 โ€” the only option is {2,6,7} and {3,4,8}. โœ“ โ†’ Partition: {1,5,9}, {2,6,7}, {3,4,8}.

**Case {1,6,8}:** Remaining digits {2,3,4,5,7,9} โ€” the only option is {2,4,9} and {3,5,7}. โœ“ โ†’ Partition: {1,6,8}, {2,4,9}, {3,5,7}.

No other partitions exist, so there are exactly **2** ways (groups aren't labeled, and order within a group doesn't matter).

ANSWER 8: C

# Problem 9:
There are 36 equally likely outcomes. Count pairs (die1, die2) with product > 10:

- Roll of 1: products 1โ€“6 โ†’ none.
- Roll of 2: products 2,4,6,8,10,12 โ†’ (2,6) only โ†’ 1 outcome.
- Roll of 3: 3,6,9,12,15,18 โ†’ (3,4),(3,5),(3,6) โ†’ 3 outcomes.
- Roll of 4: 4,8,12,16,20,24 โ†’ (4,3),(4,4),(4,5),(4,6) โ†’ 4 outcomes.
- Roll of 5: 5,10,15,20,25,30 โ†’ (5,3),(5,4),(5,5),(5,6) โ†’ 4 outcomes.
- Roll of 6: 6,12,18,24,30,36 โ†’ (6,2),(6,3),(6,4),(6,5),(6,6) โ†’ 5 outcomes.

Total favorable = 1 + 3 + 4 + 4 + 5 = **17**
openrouter:qwen/qwen3.8-27b โ€“ โš  timed out after 180s โ€” too slow / stuck in reasoning to answer all questions in one call (counted as a fail)
openrouter:anthropic/claude-opus-5 E โœ“
show
# Problem 1:
We need a permutation of {2,4,5,7} that is a multiple of another permutation of the same digits.

The smallest such number is 2457 and the largest is 7542, so the ratio of the two numbers is less than 7542/2457 โ‰ˆ 3.07. So the multiplier can only be 2 or 3.

**Multiplier 3:** Try the small permutations starting with 2 (since 3 ร— (number) must still be a 4-digit permutation):
- 2457 ร— 3 = 7371 (no)
- 2475 ร— 3 = **7425** โœ“ โ€” digits 7, 4, 2, 5, a permutation!

So 7425 = 3 ร— 2475, both using 2, 4, 5, 7 exactly once.

Checking the tempting choices: 5724, 7245, 7254, 7542 are all even or not divisible appropriately โ€” e.g. 7254/2 = 3627 and 7254/3 = 2418 (digits wrong), 5724/2 = 2862, 7542/2 = 3771, 7542/3 = 2514, 7245/3 = 2415 โ€” none give permutations of 2,4,5,7.

ANSWER 1: D

# Problem 2:
Look at the pattern with small strings:
- 9 ร— 4 = 36, digit sum = 9
- 99 ร— 44 = 4356, digit sum = 4+3+5+6 = 18
- 999 ร— 444 = 443556, digit sum = 4+4+3+5+5+6 = 27
- 9999 ร— 4444 = 44435556, digit sum = 36

The product of *n* nines and *n* fours is 44โ€ฆ4 (nโˆ’1 fours) 3 55โ€ฆ5 (nโˆ’1 fives) 6, whose digit sum is
4(nโˆ’1) + 3 + 5(nโˆ’1) + 6 = 9n โˆ’ 9 + 9 = 9n.

For n = 94: digit sum = 9 ร— 94 = **846**.

(945 and 954 would come from miscounting as 9(n+1) or similar.)

ANSWER 2: A

# Problem 3:
Each race awards 5 + 3 + 1 = 9 points, so 27 points total over three races.

**Is 11 enough?** A student could get 11 as 5 + 5 + 1. Then in the third race someone else could win (5) and place second in the first two races: 3 + 3 + 5 = 11 โ€” a tie, so 11 is not a guarantee. (Similarly 9 and 10 fail.)

**Is 13 enough?** The only way to score 13 is 5 + 5 + 3. Then the remaining points available are: race 1 โ†’ {3, 1}, race 2 โ†’ {3, 1}, race 3 โ†’ {5, 1}. The best any other student can do is 3 + 3 + 5 = 11 < 13. So 13 guarantees the win.

15 (winning all three) works too, but is not the smallest.

ANSWER 3: D

# Problem 4:
Let c = number correct, u = number unanswered, with c + u โ‰ค 20. Score = 5c + u.

- 90 = 5(18) + 0 โ†’ 18 questions used โœ“
- 91 = 5(18) + 1 โ†’ 19 used โœ“
- 92 = 5(18) + 2 โ†’ 20 used โœ“
- 95 = 5(19) + 0 โ†’ 19 used โœ“
- 97: need 5c + u = 97. If c = 19, u = 2, but 19 + 2 = 21 > 20 โœ—. If c = 18, u = 7, total 25 > 20 โœ—. Smaller c makes u even bigger. With c = 20, score is 100. So 97 is impossible.

ANSWER 4: E

# Problem 5:
Cost per disk = $5/4 = $1.25. Selling price per disk = $5/3 โ‰ˆ $1.6667.

Profit per disk = 5/3 โˆ’ 5/4 = 20/12 โˆ’ 15/12 = 5/12 dollars.

Number needed: 100 รท (5/12) = 100 ร— 12/5 = **240** disks.

(Choosing 120 comes from using a profit of $5/6 per disk; 1200 from forgetting the 5.)

ANSWER 5: D

# Problem 6:
Rows have 10, 11, 12, โ€ฆ, 29 seats. In a row of n seats with no two students adjacent, the maximum is โŒˆn/2โŒ‰ (seat in positions 1, 3, 5, โ€ฆ).

So the maxima are โŒˆ10/2โŒ‰ = 5, โŒˆ11/2โŒ‰ = 6, 6, 7, 7, 8, โ€ฆ, โŒˆ29/2โŒ‰ = 15.

Pair consecutive rows:
(10,11): 5+6 = 11, (12,13): 13, (14,15): 15, (16,17): 17, (18,19): 19, (20,21): 21, (22,23): 23, (24,25): 25, (26,27): 27, (28,29): 29.

Sum = 11+13+15+โ€ฆ+29 = 10 terms averaging 20 = **200**.

(400 is the total number of seats โ€” half of them can be used.)

ANSWER 6: C

# Problem 7:
Equally spaced integers: aโ‚™ = aโ‚ + (nโˆ’1)d.

From aโ‚โ‚… = aโ‚ + 14d with 241 โ‰ค aโ‚ + 14d โ‰ค 250 and 1 โ‰ค aโ‚ โ‰ค 10:
14d โ‰ฅ 241 โˆ’ 10 = 231 and 14d โ‰ค 250 โˆ’ 1 = 249, so 16.5 โ‰ค d โ‰ค 17.8 โ†’ d = 17.

From aโ‚‚ = aโ‚ + 17 with 13 โ‰ค aโ‚ + 17 โ‰ค 20: aโ‚ โ‰ค 3. Combined with aโ‚ + 238 โ‰ฅ 241 โ†’ aโ‚ โ‰ฅ 3. So aโ‚ = 3.

Check: aโ‚โ‚… = 3 + 14(17) = 241 โœ“ (in range), aโ‚‚ = 20 โœ“.

aโ‚โ‚„ = 3 + 13(17) = 3 + 221 = 224. Digit sum = 2 + 2 + 4 = **8**.

ANSWER 7: A

# Problem 8:
Total = 1+2+โ‹ฏ+9 = 45, so each group sums to 45/3 = 15.

Consider the group containing 9: the other two cards sum to 6, so they are {1,5} or {2,4} ({3,3} impossible).

**Case {9,1,5}:** remaining {2,3,4,6,7,8}. The group with 8 needs two cards summing to 7: only {3,4} (since {1,6} uses the used 1). Then the last group is {2,6,7}, which sums to 15 โœ“.
โ†’ {1,5,9}, {3,4,8}, {2,6,7}

**Case {9,2,4}:** remaining {1,3,5,6,7,8}. The group with 8 needs two summing to 7: only {1,6}. Last group {3,5,7} sums to 15 โœ“.
โ†’ {2,4,9}, {1,6,8}, {3,5,7}

Exactly **2** ways.

ANSWER 8: C

# Problem 9:
There are 36 equally likely outcomes. Count those with product > 10 (note product = 10 does **not** count):

- Die 1 = 1: none (max 6)
- Die 1 = 2: need b > 5 โ†’ b = 6 โ†’ 1 way
- Die 1 = 3: need b > 10/3 โ†’ b = 4,5,6 โ†’ 3 ways
- Die 1 = 4: need b > 2.5 โ†’ b = 3,4,5,6 โ†’ 4 ways
- Die 1 = 5: need b > 2 โ†’ b = 3,4,5,6 โ†’ 4 ways
- Die 1 = 6: need b > 5/3 โ†’ b = 2,3,4,5,6 โ†’ 5 ways

Total = 0+1+3+4+4+5 = 17, so probability = **17/36**.

(1/2 = 18/36 would result from mistakenly including product = 10.)

ANSWER 9: B

# Problem 10:
Label Chris as the person who takes piece #1. With n students, the pieces Chris takes are #1, #(n+1), #(2n+1), โ€ฆ i.e. pieces numbered 1 + kn.

For Chris to take piece #100 we need 100 = 1 + kn, i.e. n divides 99.

Divisors of 99: 1, 3, 9, 11, 33, 99. Among the choices, only **11** works (99 = 9 ร— 11, so Chris takes pieces 1, 12, 23, โ€ฆ, 100).

Checking others: 99/10, 99/19, 99/20, 99/25 are not integers.

ANSWER 10: B
openrouter:openai/gpt-5.6-terra-pro E โœ“
show
Problem 1:

We need find the one number among all permutations of \(2,4,5,7\) that is a multiple of another such number.

Any such four-digit number is between \(2457\) and \(7542\). Therefore, if a larger one is an integer multiple of a smaller one, the multiplier can only be \(2\) or \(3\).

### Could the multiplier be 2?

Suppose \(N=2M\), where both \(N\) and \(M\) use the digits \(2,4,5,7\).

- If \(M\) ends in \(2\), then \(N\) ends in \(4\). Looking at the tens digit, doubling \(4,5,\) or \(7\) gives an invalid digit or repeats the \(4\), so this cannot work.
- If \(M\) ends in \(7\), then \(N\) ends in \(4\), with a carry of \(1\). The tens digit must be \(2\), producing \(5\). Thus \(M\) must be either \(4527\) or \(5427\):
  \[
  2(4527)=9054,\qquad 2(5427)=10854,
  \]
  neither of which is a valid permutation.

So no pair has one number twice the other.

### Could the multiplier be 3?

The smaller number must be at most
\[
\frac{7542}{3}=2514.
\]
The only permutations of \(2,4,5,7\) below \(2514\) are
\[
2457,\qquad 2475.
\]

Now calculate:
\[
3(2457)=7371,
\]
not a permutation of \(2,4,5,7\), but
\[
3(2475)=7425.
\]

Thus \(7425\) is the desired number. The other choices are not \(3\) times a valid smaller permutation.

ANSWER 1: D

Problem 2:

Let \(n=94\). We are multiplying

\[
\underbrace{99\cdots 99}_{94\text{ nines}}
\cdot
\underbrace{44\cdots 44}_{94\text{ fours}}.
\]

For a smaller example,

\[
999\cdot444=443556.
\]

In general, the product has:

- \(93\) digits equal to \(4\),
- then a \(3\),
- then \(93\) digits equal to \(5\),
- then a final \(6\).

So the sum of its digits is

\[
93\cdot 4+3+93\cdot 5+6.
\]

Compute:

\[
372+3+465+6=846.
\]

Choices such as \(945\) or \(954\) might result from incorrectly using 94 copies of both the 4s and 5s; there are only \(93\) of each in the middle pattern.

ANSWER 2: A

Problem 3:

A student earns \(5\) points for first, \(3\) for second, and \(1\) for third.

We seek the smallest score that guarantees the student has strictly more points than every other student.

A score of \(13\) must be earned as

\[
5+5+3.
\]

That means the student wins two races and finishes second in the other race.

Consider any rival student:

- In each race our student wins, the rival can earn at most \(3\) points.
- In the race our student finishes second, the rival can earn at most \(5\) points.

Thus a rival can earn at most

\[
3+3+5=11.
\]

Therefore, \(13\) points guarantees first overall.

Now check why smaller relevant scores do not guarantee this:

- A score of \(11\) can be \(5+5+1\). Another student could finish second in the first two races and win the third:
  \[
  3+3+5=11,
  \]
  causing a tie.
- A score of \(10\) can be \(5+5+0\). Another student can earn
  \[
  3+3+5=11,
  \]
  and exceed that score.

Thus \(13\) is the smallest score that guarantees more points than everyone else.

ANSWER 3: D

Problem 4:

Let

- \(c\) = number correct,
- \(u\) = number unanswered.

The score is

\[
5c+u,
\]
with
\[
c+u\le 20.
\]

Check each choice.

- \(90=5(18)+0\), so 90 is possible.
- \(91=5(18)+1\), so 91 is possible.
- \(92=5(18)+2\), so 92 is possible.
- \(95=5(19)+0\), so 95 is possible.
- For \(97\), the closest possibility is
  \[
  97=5(19)+2.
  \]
  But that would require \(19+2=21\) questions, and there are only 20 questions.

So 97 is not possible.

ANSWER 4: E

Problem 5:

Maria buys 4 disks for \$5, so her cost per disk is

\[
\frac{5}{4}=\$1.25.
\]

She sells 3 disks for \$5, so her selling price per disk is

\[
\frac{5}{3}.
\]

Her profit per disk is

\[
\frac{5}{3}-\frac{5}{4}
=\frac{20}{12}-\frac{15}{12}
=\frac{5}{12}.
\]

To make \$100 profit, she must sell

\[
100\div\frac{5}{12}
=100\cdot\frac{12}{5}
=240
\]

disks.

Choices such as 120 confuse the profit with the selling price; 240 is the number that gives a total profit of \$100.

ANSWER 5: D

Problem 6:

The rows have from 10 seats up through

\[
10+19=29
\]

seats.

In a row with \(n\) seats, the maximum number of students who can sit with no two adjacent is

\[
\left\lceil \frac n2\right\rceil.
\]

Pair consecutive rows:

\[
\begin{array}{c|c}
\text{Rows} & \text{Maximum students} \\ \hline
10,11 & 5+6=11\\
12,13 & 6+7=13\\
14,15 & 7+8=15\\
\vdots & \vdots\\
28,29 & 14+15=29
\end{array}
\]

These totals are

\[
11,13,15,\ldots,29.
\]

This is an arithmetic sequence of 10 terms, with average

\[
\frac{11+29}{2}=20.
\]

Therefore the total is

\[
10\cdot20=200.
\]

The tempting answer \(400\) would be the total number of seats, but students cannot sit next to each other.

ANSWER 6: C

Problem 7:

The numbers are equally spaced, so let the common difference be \(d\). Then

\[
a_{15}=a_1+14d
\]
and
\[
a_2=a_1+d.
\]

Subtracting gives

\[
a_{15}-a_2=13d.
\]

Using the given ranges,

\[
241-20\le a_{15}-a_2\le250-13.
\]

Thus

\[
221\le13d\le237.
\]

Dividing by 13 gives

\[
17\le d\le18.
\]

So \(d\) is either 17 or 18.

If \(d=18\), then

\[
a_{15}=a_1+14(18)=a_1+252,
\]

which is greater than 250 because \(a_1\ge1\). So \(d\neq18\).

Thus \(d=17\). Then

\[
a_{15}=a_1+14(17)=a_1+238.
\]

Since \(241\le a_{15}\le250\),

\[
241\le a_1+238\le250,
\]
so

\[
3\le a_1\le12.
\]

Also,

\[
a_2=a_1+17
\]
must be at most 20, so \(a_1\le3\). Therefore,

\[
a_1=3.
\]

Now

\[
a_{14}=a_1+13d=3+13(17)=3+221=224.
\]

The sum of its digits is

\[
2+2+4=8.
\]

ANSWER 7: A

Problem 8:

The sum of all the cards is

\[
1+2+\cdots+9=45.
\]

Since the cards are divided into 3 equal-sum groups, each group must sum to

\[
45\div3=15.
\]

The group containing 9 must have two other cards totaling

\[
15-9=6.
\]

The possible pairs are

\[
1+5=6,\qquad 2+4=6.
\]

So there are two cases.

### Case 1: \( \{1,5,9\} \)

The remaining cards are \(2,3,4,6,7,8\). They can be grouped as

\[
\{2,6,7\},\qquad \{3,4,8\}.
\]

This gives one division:

\[
\{1,5,9\},\ \{2,6,7\},\ \{3,4,8\}.
\]

### Case 2: \( \{2,4,9\} \)

The remaining cards are \(1,3,5,6,7,8\). They can be grouped as

\[
\{1,6,8\},\qquad \{3,
Q5 ยท stretch ยท AJHSME 1988 #23 โ€” correct: D (240.) ยท solved by 5/5 models

Maria buys computer disks at a price of 4 for $5 and sells them at a price of 3 for $5. How many computer disks must she sell in order to make a profit of $100?

  1. 100
  2. 120
  3. 200
  4. 240
  5. 1200
Official approach: profit per disk, then scale to $100
ModelPickโœ“/โœ—Reasoning
openrouter:meta/muse-spark-1.3 D โœ“
show
Problem 1:
We need four-digit numbers using 2,4,5,7 once each.
There are 24 of them. Sum of digits = 2+4+5+7 = 18,
so every such number is divisible by 9.

Let a smaller one $S$ divide a larger one $L$, $L=kS$.
Since $2457 \le S < L \le 7542$,
$$ k = L/S < 7542/2457 < 3.07. $$
$k$ is an integer $>1$, so $k=2$ or $k=3$.

Rule out $k=2$.
$S\ge 2457$ and $L=2S\le 7542$ gives $S\le 3771$.
Hence $S$ is $2457$ to $3771$ and uses digits 2,4,5,7,
so its thousands digit must be 2. So $S=2\_\_\_$.

Let $d$ be units of $S$. $d$ is 4,5 or 7.
$L=2S$ has units $(2d)\bmod 10$, which must be 2,4,5 or 7.
- $d=4 \to 8$, impossible.
- $d=5 \to 0$, impossible.
- $d=7 \to 4$, possible, with carry 1.

So $S$ must end in 7, $L$ end in 4, and $S=2\_\_7$
with middle digits 4,5. I.e. $S=2457$ or $2547$.
But $2457\times 2=4914$, $2547\times 2=5094$,
neither uses digits 2,4,5,7. So $k=2$ is impossible.

Hence $k=3$. Then $L=3S\le 7542$ gives $S\le 2514$.
Also $S\ge 2457$. So $2457\le S\le 2514$ using digits 2,4,5,7.
Thousands digit 2. The only permutations in that interval are
2457 and 2475; $2547$ is already too big since $3\times2547>7542$.

Test:
$2457\times 3 = 7371$, not a permutation.
$2475\times 3 = 7425$, which is $2,4,7,5$ exactly once.

Indeed $2475\times 3 = 6000+1200+210+15 = 7425$.
So the unique multiple is 7425. This eliminates A,B,C,E; e.g.
halves and thirds of 5724,7245,7254,7542 are not permutations.
ANSWER 1: D

Problem 2:
We multiply $N=99\dots9$ ($n$ nines) by $M=44\dots4$ ($n$ fours).
Test small $n$:
$9\times4=36$, digit sum 9.
$99\times44=4356$, digit sum 18.
$999\times444=443556$, digit sum 27.
Guess sum $=9n$.

Prove: $M$ has $n$ digits 4. $N=10^{n}-1$.
$$ N\cdot M = M\cdot10^{n}-M = (M-1)10^{n}+ (10^{n}-M). $$
Let $F=M=44\dots4$. Then
$$M-1 = 44\dots43,$$
$n-1$ fours then 3, and
$$10^{n}-M = 55\dots56,$$
$n-1$ fives then 6, e.g. $1000-444=556$.
Hence the product is the concatenation:
$(n-1$ fours$)3\,(n-1$ fives$)6$.

Digit sum $=4(n-1)+3+5(n-1)+6 =9(n-1)+9=9n$.

For $n=94$, sum $=9\times94=846$.

This rules out 855,945,954,1072.
ANSWER 2: A

Problem 3:
Points per race: 5 first, 3 second, 1 third, 0 otherwise.
Let our student have total $T$. Another student maximized
takes the best place left by ours in each race:
if ours is 1st, max 3; if 2nd,3rd or out, max 5.

$T=13$ can only be $5+5+3$: two wins and a second.
Max for opponent $=3+3+5=11<13$. So 13 guarantees sole first.
Hence 15 also does, but we want smallest.

$T=11$ can be $5+5+1$. Then an opponent can be second, second,
first: $3+3+5=11$, tying us. So 11 does not guarantee strictly
more. It can also be $5+3+3$, where opponent can get
$3+5+5=13>11$.

Thus 11 fails. Any $T\le10$ also fails: e.g. opponent can still
aim for $3+3+5=11$ while we win twice and do worse in the third
race; e.g. we get $5+5+0=10$ and opponent gets 11 and beats us.
Similarly 9 is beatable.

So among attainable totals, 13 is the first that works.
Choices 9,10,11 fail; 15 works but is not smallest.
ANSWER 3: D

Problem 4:
Let $c$ correct, $u$ unanswered, $w$ wrong, $c+u+w=20$.
Score $S=5c+u$.

Then $u=S-5c\ge0$ and $c+u\le20$, i.e. $c+S-5c\le20$,
$S-4c\le20$.

- 90: $u=90-5c$. Need $5c\le90$, $90-4c\le20$.
$c=18$ gives $u=0$, $c+u=18\le20$ with $w=2$. Possible.

- 91: $u=91-5c$. $c=18$ gives $u=1$, $c+u=19\le20$ with $w=1$.
Possible: 18 correct, 1 blank, 1 wrong.

- 92: $u=92-5c$. $c=18$ gives $u=2$, $c+u=20$. Possible:
18 correct, 2 blank.

- 95: $u=95-5c$. $c=19$ gives $u=0$, $c+u=19\le20$ with $w=1$.
Possible: 19 correct, 1 wrong.

- 97: $u=97-5c$. Need $5c\le97$ so $c\le19$, and
$97-4c\le20$ so $4c\ge77$ so $c\ge20$. Impossible.
Indeed $c=19$ would need $u=2$, total $21>20$; $c=20$ gives 100.
So 97 cannot occur.

Hence NOT possible is 97.
ANSWER 4: E

Problem 5:
Cost: 4 for \$5, so per disk $5/4=1.25$.
Sell: 3 for \$5, so per disk $5/3\approx1.67$.

Profit per disk $=5/3-5/4=(20-15)/12=5/12$ dollars.

To make \$100 need $N$ with $N\cdot5/12=100$,
$$N=100\times12/5=240.$$

Check: buy 240 costs $240/4\times5=300$; sell 240 gets
$240/3\times5=400$; profit $100$.
100,120,200,1200 give profits $125/3,50,250/3,500$, not 100.
ANSWER 5: D

Problem 6:
Row 1 has 10 seats, row $i$ has $10+i-1=9+i$ seats.
Row 20 has 29 seats.

In a row of $n$ seats in a line with no two occupied adjacent,
the maximum is to take seats 1,3,5,... i.e. $\lceil n/2\rceil$.

So row $n$ contributes $\lceil n/2\rceil$:
10โ†’5, 11โ†’6, 12โ†’6, 13โ†’7, 14โ†’7, 15โ†’8, 16โ†’8, 17โ†’9,
18โ†’9, 19โ†’10, 20โ†’10, 21โ†’11, 22โ†’11, 23โ†’12, 24โ†’12,
25โ†’13, 26โ†’13, 27โ†’14, 28โ†’14, 29โ†’15.

Summing in pairs: $11+13+15+17+19+21+23+25+27+29$.
This is 10 terms averaging $(11+29)/2=20$, total $200$.

Leaving a seat empty can only reduce total, so 200 is max.
This rules out 150,180,400,460.
ANSWER 6: C

Problem 7:
Let $a_1=A$, common difference $d>0$. Since $a_1,a_2$ integers,
$d=a_2-a_1$ is an integer. $a_n=A+(n-1)d$.

$a_1\in[1,10]$, $a_1+d\in[13,20]$, $A+14d\in[241,250]$.

Then $14d=(A+14d)-A\in[241-10,250-1]=[231,249]$.
So $231\le14d\le249$, $16.5\le d\le17.78$.
Integer $d=17$ only, since $14\times16=224$, $14\times18=252$.

Then $A=(A+14d)-238\in[241-238,250-238]=[3,12]$.
Intersect $[1,10]$ gives $[3,10]$.
Also $A+17\in[13,20]$ gives $A\le3$. Hence $A=3$.

Check: $3,20,\dots,3+14\times17=241$, satisfies all.
Then $a_{14}=A+13d=3+13\times17=3+221=224$.
Digit sum $=2+2+4=8$, ruling out 9,10,11,12.
ANSWER 7: A

Problem 8:
Sum $1+\cdots+9=45$. Three groups equal sum $\Rightarrow$
each sum $45/3=15$.

Find triples of distinct 1โ€“9 summing to 15:
1+5+9, 1+6+8, 2+4+9, 2+5+8, 2+6+7, 3+4+8, 3+5+7, 4+5+6.

9 must be with $\{1,5\}$ or $\{2,4\}$.

Case 9 with 1,5: use $\{1,5,9\}$. Remaining $\{2,3,4,6,7,8\}$.
8 needs two summing to 7: only $3+4$ remains, so $\{3,4,8\}$
forced. Left $\{2,6,7\}=15$. Partition 1.

Case 9 with 2,4: use $\{2,4,9\}$. Remaining $\{1,3,5,6,7,8\}$.
8 needs 7: only $1+6$ remains, so $\{1,6,8\}$ forced.
Left $\{3,5,7\}=15$. Partition 2.

No other cases. So exactly 2 unordered partitions.
Labeled groups would give 12, not liste
openrouter:google/gemini-3.8-flash D โœ“
show
### Problem 1:

**Restatement of the Problem:**  
We are given the four digits $2, 4, 5,$ and $7$. There are $4! = 24$ four-digit numbers formed by using each of these digits exactly once. We are told that exactly one of these $24$ numbers is a multiple of another one among them. We need to identify that number from the given choices.

**Step-by-Step Solution:**
1. The smallest possible four-digit number that can be formed using digits $\{2, 4, 5, 7\}$ is $2457$, and the largest is $7542$.
2. If a number $B$ is a multiple of another number $A$, then $B = k \cdot A$ for some integer $k \ge 2$.
3. Since $A \ge 2457$ and $B \le 7542$, the multiplier $k$ can only be:
   $$\frac{7542}{2457} \approx 3.07 \implies k = 2 \text{ or } 3$$
4. Let's test multiples of the smallest valid numbers:
   - For $A = 2457$:
     - $2457 \times 2 = 4914$ (contains the digit $9$, not valid)
     - $2457 \times 3 = 7371$ (contains $3$ and $1$, not valid)
   - For $A = 2475$:
     - $2475 \times 2 = 4950$ (not valid)
     - $2475 \times 3 = 7425$ 
5. Notice that $7425$ contains the digits $7, 4, 2, 5$, each exactly once!
6. Thus, $7425$ is a multiple of $2475$ ($7425 = 3 \times 2475$). 
7. Checking the choices, $7425$ is Choice D.

ANSWER 1: D

---

### Problem 2:

**Restatement of the Problem:**  
Find the sum of the digits of the product of a string of $94$ nines and a string of $94$ fours:
$$\underbrace{999\dots99}_{94\text{ nines}} \times \underbrace{444\dots44}_{94\text{ fours}}$$

**Step-by-Step Solution:**
1. Let $N = \underbrace{444\dots44}_{94\text{ fours}}$.
2. A string of $94$ nines can be written as $10^{94} - 1$.
3. The product is:
   $$(10^{94} - 1) \times N = N \times 10^{94} - N$$
4. Let us observe the pattern for smaller values of $n$ (the number of digits):
   - For $n = 1$: $9 \times 4 = 36$, digit sum is $3 + 6 = 9 = 9 \times 1$.
   - For $n = 2$: $99 \times 44 = 4356$, digit sum is $4 + 3 + 5 + 6 = 18 = 9 \times 2$.
   - For $n = 3$: $999 \times 444 = 443556$, digit sum is $4 + 4 + 3 + 5 + 5 + 6 = 27 = 9 \times 3$.
5. In general, for $n$ digits, the product is:
   $$\underbrace{44\dots4}_{n-1\text{ fours}} 3 \underbrace{55\dots5}_{n-1\text{ fives}} 6$$
   The sum of the digits is:
   $$4(n-1) + 3 + 5(n-1) + 6 = 9(n-1) + 9 = 9n$$
6. Here, $n = 94$, so the sum of the digits is:
   $$9 \times 94 = 846$$

ANSWER 2: A

---

### Problem 3:

**Restatement of the Problem:**  
In each of three races, the first-place finisher receives $5$ points, the second-place finisher receives $3$ points, and the third-place finisher receives $1$ point. There are no ties. We wish to find the smallest number of points a student must earn in the three races to be guaranteed to have strictly more points than any other student.

**Step-by-Step Solution:**
1. In each race, the points awarded are $5, 3,$ and $1$. The possible point values a single student can obtain across $3$ races come from sums of three values chosen from $\{5, 3, 1, 0\}$ (where $0$ represents placing fourth or lower).
2. The possible scores near the top are:
   - $5 + 5 + 5 = 15$
   - $5 + 5 + 3 = 13$
   - $5 + 5 + 1 = 11$
   - $5 + 3 + 3 = 11$
   - $5 + 3 + 1 = 9$ or $3 + 3 + 3 = 9$
3. Can a student earn $11$ points and tie with another student?
   - Yes: Student A could finish 1st, 1st, and 3rd, scoring $5 + 5 + 1 = 11$.
   - Simultaneously, Student B could finish 2nd, 2nd, and 1st, scoring $3 + 3 + 5 = 11$.
   - Since Student A and Student B both have $11$ points, having $11$ points does not guarantee strictly more points than every other student.
4. Next possible higher score is $13$:
   - To score $13$ points, a student must finish with two 1st-place finishes and one 2nd-place finish ($5 + 5 + 3 = 13$).
   - If Student A scores $13$ points, the remaining points available to all other competitors across the three races are:
     - One 1st-place finish ($5$ points),
     - Two 2nd-place finishes ($3$ points each),
     - Three 3rd-place finishes ($1$ point each).
   - The maximum points any other single competitor could obtain is by taking the remaining 1st-place finish and both remaining 2nd-place finishes: $5 + 3 + 3 = 11$ points.
   - Since $11 < 13$, no other student can reach $13$ points.
5. Therefore, $13$ is the smallest number of points that guarantees a student has strictly more points than any other student.

ANSWER 3: D

---

### Problem 4:

**Restatement of the Problem:**  
A test consists of $20$ questions. Correct answers earn $5$ points, unanswered questions earn $1$ point, and incorrect answers earn $0$ points. We need to determine which of the given scores is NOT possible: $90, 91, 92, 95,$ or $97$.

**Step-by-Step Solution:**
1. Let $c$ be the number of correct answers, $u$ be the number of unanswered questions, and $w$ be the number of incorrect answers.
2. We have the constraints:
   $$c + u + w = 20, \quad c, u, w \ge 0$$
   $$\text{Score} = 5c + u$$
3. Let's analyze scores close to $100$:
   - If $c = 20$, then $u = 0, w = 0 \implies \text{Score} = 100$.
   - If $c = 19$, then $u + w = 1$.
     - If $u = 1, w = 0 \implies \text{Score} = 5(19) + 1 = 96$.
     - If $u = 0, w = 1 \implies \text{Score} = 5(19) + 0 = 95$.
   - If $c \le 18$, the maximum possible score is when all remaining questions are left unanswered ($u = 20 - c$):
     $$\text{Score} \le 5(18) + 2 = 92$$
4. Therefore, any score strictly between $92$ and $95$, or between $96$ and $100$, is impossible:
   - Impossible scores in the nineties are: $93, 94, 97, 98, 99$.
5. Checking the choices:
   - $90$: $c = 18, u = 0, w = 2 \implies 5(18) + 0 = 90$ (Possible)
   - $91$: $c = 18, u = 1, w = 1 \implies 5(18) + 1 = 91$ (Possible)
   - $92$: $c = 18, u = 2, w = 0 \implies 5(18) + 2 = 92$ (Possible)
   - $95$: $c = 19, u = 0, w = 1 \implies 5(19) + 0 = 95$ (Possible)
   - $97$: Impossible, as shown above.

ANSWER 4: E

---

### Problem 5:

**Restatement of the Problem:**  
Maria buys computer disks at $4$ for $\$5$ and sells them at $3$ for $\$5$. How many disks mus
openrouter:~z-ai/glm-latest D โœ“
show
# Problem 1:
We have all 24 permutations of digits {2, 4, 5, 7}. The smallest is 2457 and the largest is 7542. If one of these numbers is a multiple of another, say X = kยทY, then k = X/Y โ‰ค 7542/2457 โ‰ˆ 3.07, so **k = 2 or k = 3**.

**Try k = 2:** Then 2Y โ‰ค 7542 forces Y โ‰ค 3771, so Y starts with 2 or 4, and Y must be even. Candidates and their doubles:
- 2574 โ†’ 5148 โœ—, 2754 โ†’ 5508 โœ—
- 4572 โ†’ 9144 โœ—, 4752 โ†’ 9504 โœ—

None of the doubles use only digits {2,4,5,7}. So doubling never works.

**Try k = 3:** Then 3Y โ‰ค 7542 forces Y โ‰ค 2514, so Y โˆˆ {2457, 2475}:
- 3 ร— 2457 = 7371 โœ—
- 3 ร— 2475 = **7425** โœ“ (uses exactly digits 2, 4, 5, 7)

So the only multiple pair is 7425 = 3 ร— 2475. Checking the other choices directly (e.g., 5724 = 2ยฒยท3ยณยท53 and 7245 = 3ยฒยท5ยท7ยท23 have no 4-digit divisors made of 2,4,5,7) confirms none of them works.

ANSWER 1: D

# Problem 2:
A string of 94 nines equals 10โนโด โˆ’ 1. So the product is

44โ€ฆ4 (94 fours) ร— (10โนโด โˆ’ 1) = 44โ€ฆ4000โ€ฆ0 (94 fours followed by 94 zeros) โˆ’ 44โ€ฆ4.

Look at small cases to see the pattern:
- 44 ร— 99 = 4356
- 444 ร— 999 = 443556
- 4444 ร— 9999 = 44435556

The pattern is: **(nโˆ’1) fours, then a 3, then (nโˆ’1) fives, then a 6**. (This is the subtraction: the trailing zeros minus 44โ€ฆ4 gives 55โ€ฆ56, and borrowing 1 turns the leading 44โ€ฆ4 into 44โ€ฆ3.)

For n = 94 the answer is: 93 fours, then 3, then 93 fives, then 6.

Sum of digits = 93(4) + 3 + 93(5) + 6 = 372 + 3 + 465 + 6 = **846**.
(Not 954 โ€” that would come from wrongly counting 94 fours and 94 fives.)

ANSWER 2: A

# Problem 3:
Each race awards 5 + 3 + 1 = 9 points, so 27 points total over three races. A student's score is a sum of three odd numbers (5, 3, or 1), so every score is **odd**; possible scores are 3, 5, 7, 9, 11, 13, 15.

**Why 13 guarantees the win:** The only way to score 13 is 5 + 5 + 3 (first twice, second once). Then in the two races that student won, any rival scored at most 3 points; in the remaining race, at most 5. So every rival has at most 3 + 3 + 5 = 11 < 13. โœ“

**Why smaller values fail:** With 11 points (e.g., 5 + 5 + 1: first twice, third once), another student could be second in those two races (3 + 3) and first in the third (5), also totaling 11 โ€” a tie, so 11 does not guarantee being strictly ahead. (With 9 or 10, a rival could even score more.) Since all scores are odd, 12 is impossible anyway.

ANSWER 3: D

# Problem 4:
Let c = correct, u = unanswered, w = wrong, with c + u + w = 20. Score = 5c + u.

- 90: 18 correct, 0 unanswered, 2 wrong โ†’ 18ยท5 = 90 โœ“
- 91: 18 correct, 1 unanswered, 1 wrong โ†’ 90 + 1 โœ“
- 92: 18 correct, 2 unanswered, 0 wrong โ†’ 90 + 2 โœ“
- 95: 19 correct, 0 unanswered, 1 wrong โ†’ 95 โœ“
- 97: Need 5c + u = 97. Since 97 โ‰ก 2 (mod 5), u โˆˆ {2, 7, 12, 17}.
  - u = 2 โ†’ c = 19, but c + u = 21 > 20 โœ—
  - u = 7 โ†’ c = 18, c + u = 25 > 20 โœ—
  - u = 12 โ†’ c = 17, c + u = 29 > 20 โœ—
  - u = 17 โ†’ c = 16, c + u = 33 > 20 โœ—

So 97 is impossible.

ANSWER 4: E

# Problem 5:
Buying at 4 disks for $5 means cost per disk = 5/4 = $1.25.
Selling at 3 disks for $5 means revenue per disk = 5/3 โ‰ˆ $1.67.

Profit per disk = 5/3 โˆ’ 5/4 = (20 โˆ’ 15)/12 = **5/12 dollars**.

To make $100 profit: number of disks = 100 รท (5/12) = 100 ยท 12/5 = **240**.

Check: 240 disks cost 240 ยท 1.25 = $300; selling 240 disks brings 240 ยท 5/3 = $400; profit = $100. โœ“
(The tempting wrong answer 120 comes from forgetting she must also *buy* the disks she sells.)

ANSWER 5: D

# Problem 6:
Row i has 10 + (i โˆ’ 1) seats, so the rows have 10, 11, 12, โ€ฆ, 29 seats.

In a row of n seats with no two students adjacent, the maximum is โŒˆn/2โŒ‰ (alternate seating: seat, gap, seat, gap, โ€ฆ).

Compute row by row:
- Row 10 โ†’ 5, row 11 โ†’ 6, row 12 โ†’ 6, row 13 โ†’ 7, row 14 โ†’ 7, row 15 โ†’ 8, row 16 โ†’ 8, row 17 โ†’ 9, row 18 โ†’ 9, row 19 โ†’ 10, row 20 โ†’ 10, row 21 โ†’ 11, row 22 โ†’ 11, row 23 โ†’ 12, row 24 โ†’ 12, row 25 โ†’ 13, row 26 โ†’ 13, row 27 โ†’ 14, row 28 โ†’ 14, row 29 โ†’ 15.

Total = 5 + (6+6) + (7+7) + (8+8) + (9+9) + (10+10) + (11+11) + (12+12) + (13+13) + (14+14) + 15 = **200**.

(Shortcut: total seats = 390; half is 195; the 10 odd-sized rows each contribute an extra half-seat: 195 + 10 = 200. Choice 400 wrongly assumes every seat can be filled; choice 180 wrongly floors every row.)

ANSWER 6: C

# Problem 7:
Let d be the common spacing. Then aโ‚‚ = aโ‚ + d and aโ‚โ‚… = aโ‚ + 14d.

From 1 โ‰ค aโ‚ โ‰ค 10 and 241 โ‰ค aโ‚โ‚… โ‰ค 250:
241 โ‰ค aโ‚ + 14d โ‰ค 250 โŸน 231 โ‰ค 14d โ‰ค 249 โŸน 16.5 โ‰ค d โ‰ค 17.79, so **d = 17** (integers only).

Now aโ‚โ‚… = aโ‚ + 14(17) = aโ‚ + 238 must satisfy 241 โ‰ค aโ‚ + 238 โ‰ค 250, so aโ‚ โ‰ฅ 3.
Also aโ‚‚ = aโ‚ + 17 must satisfy aโ‚‚ โ‰ค 20, so aโ‚ โ‰ค 3.
Therefore aโ‚ = 3. (Check: aโ‚‚ = 20 โˆˆ [13, 20] โœ“, aโ‚โ‚… = 241 โˆˆ [241, 250] โœ“.)

Then aโ‚โ‚„ = aโ‚ + 13d = 3 + 13(17) = 3 + 221 = **224**.

Sum of digits: 2 + 2 + 4 = **8**.

ANSWER 7: A

# Problem 8:
The numbers 1 through 9 sum to 45, so each of the 3 groups must sum to 45/3 = **15**.

All triples from {1,โ€ฆ,9} summing to 15:
1-5-9, 1-6-8, 2-4-9, 2-5-8, 2-6-7, 3-4-8, 3-5-7, 4-5-6 (these are the 8 lines of the 3ร—3 magic square).

Since the group containing 1 must be either {1,5,9} or {1,6,8}:

**Case {1,5,9}:** Remaining digits {2,3,4,6,7,8} must form two triples summing to 15 โ€” the only option is {2,6,7} and {3,4,8}. โœ“ โ†’ Partition: {1,5,9}, {2,6,7}, {3,4,8}.

**Case {1,6,8}:** Remaining digits {2,3,4,5,7,9} โ€” the only option is {2,4,9} and {3,5,7}. โœ“ โ†’ Partition: {1,6,8}, {2,4,9}, {3,5,7}.

No other partitions exist, so there are exactly **2** ways (groups aren't labeled, and order within a group doesn't matter).

ANSWER 8: C

# Problem 9:
There are 36 equally likely outcomes. Count pairs (die1, die2) with product > 10:

- Roll of 1: products 1โ€“6 โ†’ none.
- Roll of 2: products 2,4,6,8,10,12 โ†’ (2,6) only โ†’ 1 outcome.
- Roll of 3: 3,6,9,12,15,18 โ†’ (3,4),(3,5),(3,6) โ†’ 3 outcomes.
- Roll of 4: 4,8,12,16,20,24 โ†’ (4,3),(4,4),(4,5),(4,6) โ†’ 4 outcomes.
- Roll of 5: 5,10,15,20,25,30 โ†’ (5,3),(5,4),(5,5),(5,6) โ†’ 4 outcomes.
- Roll of 6: 6,12,18,24,30,36 โ†’ (6,2),(6,3),(6,4),(6,5),(6,6) โ†’ 5 outcomes.

Total favorable = 1 + 3 + 4 + 4 + 5 = **17**
openrouter:qwen/qwen3.8-27b โ€“ โš  timed out after 180s โ€” too slow / stuck in reasoning to answer all questions in one call (counted as a fail)
openrouter:anthropic/claude-opus-5 D โœ“
show
# Problem 1:
We need a permutation of {2,4,5,7} that is a multiple of another permutation of the same digits.

The smallest such number is 2457 and the largest is 7542, so the ratio of the two numbers is less than 7542/2457 โ‰ˆ 3.07. So the multiplier can only be 2 or 3.

**Multiplier 3:** Try the small permutations starting with 2 (since 3 ร— (number) must still be a 4-digit permutation):
- 2457 ร— 3 = 7371 (no)
- 2475 ร— 3 = **7425** โœ“ โ€” digits 7, 4, 2, 5, a permutation!

So 7425 = 3 ร— 2475, both using 2, 4, 5, 7 exactly once.

Checking the tempting choices: 5724, 7245, 7254, 7542 are all even or not divisible appropriately โ€” e.g. 7254/2 = 3627 and 7254/3 = 2418 (digits wrong), 5724/2 = 2862, 7542/2 = 3771, 7542/3 = 2514, 7245/3 = 2415 โ€” none give permutations of 2,4,5,7.

ANSWER 1: D

# Problem 2:
Look at the pattern with small strings:
- 9 ร— 4 = 36, digit sum = 9
- 99 ร— 44 = 4356, digit sum = 4+3+5+6 = 18
- 999 ร— 444 = 443556, digit sum = 4+4+3+5+5+6 = 27
- 9999 ร— 4444 = 44435556, digit sum = 36

The product of *n* nines and *n* fours is 44โ€ฆ4 (nโˆ’1 fours) 3 55โ€ฆ5 (nโˆ’1 fives) 6, whose digit sum is
4(nโˆ’1) + 3 + 5(nโˆ’1) + 6 = 9n โˆ’ 9 + 9 = 9n.

For n = 94: digit sum = 9 ร— 94 = **846**.

(945 and 954 would come from miscounting as 9(n+1) or similar.)

ANSWER 2: A

# Problem 3:
Each race awards 5 + 3 + 1 = 9 points, so 27 points total over three races.

**Is 11 enough?** A student could get 11 as 5 + 5 + 1. Then in the third race someone else could win (5) and place second in the first two races: 3 + 3 + 5 = 11 โ€” a tie, so 11 is not a guarantee. (Similarly 9 and 10 fail.)

**Is 13 enough?** The only way to score 13 is 5 + 5 + 3. Then the remaining points available are: race 1 โ†’ {3, 1}, race 2 โ†’ {3, 1}, race 3 โ†’ {5, 1}. The best any other student can do is 3 + 3 + 5 = 11 < 13. So 13 guarantees the win.

15 (winning all three) works too, but is not the smallest.

ANSWER 3: D

# Problem 4:
Let c = number correct, u = number unanswered, with c + u โ‰ค 20. Score = 5c + u.

- 90 = 5(18) + 0 โ†’ 18 questions used โœ“
- 91 = 5(18) + 1 โ†’ 19 used โœ“
- 92 = 5(18) + 2 โ†’ 20 used โœ“
- 95 = 5(19) + 0 โ†’ 19 used โœ“
- 97: need 5c + u = 97. If c = 19, u = 2, but 19 + 2 = 21 > 20 โœ—. If c = 18, u = 7, total 25 > 20 โœ—. Smaller c makes u even bigger. With c = 20, score is 100. So 97 is impossible.

ANSWER 4: E

# Problem 5:
Cost per disk = $5/4 = $1.25. Selling price per disk = $5/3 โ‰ˆ $1.6667.

Profit per disk = 5/3 โˆ’ 5/4 = 20/12 โˆ’ 15/12 = 5/12 dollars.

Number needed: 100 รท (5/12) = 100 ร— 12/5 = **240** disks.

(Choosing 120 comes from using a profit of $5/6 per disk; 1200 from forgetting the 5.)

ANSWER 5: D

# Problem 6:
Rows have 10, 11, 12, โ€ฆ, 29 seats. In a row of n seats with no two students adjacent, the maximum is โŒˆn/2โŒ‰ (seat in positions 1, 3, 5, โ€ฆ).

So the maxima are โŒˆ10/2โŒ‰ = 5, โŒˆ11/2โŒ‰ = 6, 6, 7, 7, 8, โ€ฆ, โŒˆ29/2โŒ‰ = 15.

Pair consecutive rows:
(10,11): 5+6 = 11, (12,13): 13, (14,15): 15, (16,17): 17, (18,19): 19, (20,21): 21, (22,23): 23, (24,25): 25, (26,27): 27, (28,29): 29.

Sum = 11+13+15+โ€ฆ+29 = 10 terms averaging 20 = **200**.

(400 is the total number of seats โ€” half of them can be used.)

ANSWER 6: C

# Problem 7:
Equally spaced integers: aโ‚™ = aโ‚ + (nโˆ’1)d.

From aโ‚โ‚… = aโ‚ + 14d with 241 โ‰ค aโ‚ + 14d โ‰ค 250 and 1 โ‰ค aโ‚ โ‰ค 10:
14d โ‰ฅ 241 โˆ’ 10 = 231 and 14d โ‰ค 250 โˆ’ 1 = 249, so 16.5 โ‰ค d โ‰ค 17.8 โ†’ d = 17.

From aโ‚‚ = aโ‚ + 17 with 13 โ‰ค aโ‚ + 17 โ‰ค 20: aโ‚ โ‰ค 3. Combined with aโ‚ + 238 โ‰ฅ 241 โ†’ aโ‚ โ‰ฅ 3. So aโ‚ = 3.

Check: aโ‚โ‚… = 3 + 14(17) = 241 โœ“ (in range), aโ‚‚ = 20 โœ“.

aโ‚โ‚„ = 3 + 13(17) = 3 + 221 = 224. Digit sum = 2 + 2 + 4 = **8**.

ANSWER 7: A

# Problem 8:
Total = 1+2+โ‹ฏ+9 = 45, so each group sums to 45/3 = 15.

Consider the group containing 9: the other two cards sum to 6, so they are {1,5} or {2,4} ({3,3} impossible).

**Case {9,1,5}:** remaining {2,3,4,6,7,8}. The group with 8 needs two cards summing to 7: only {3,4} (since {1,6} uses the used 1). Then the last group is {2,6,7}, which sums to 15 โœ“.
โ†’ {1,5,9}, {3,4,8}, {2,6,7}

**Case {9,2,4}:** remaining {1,3,5,6,7,8}. The group with 8 needs two summing to 7: only {1,6}. Last group {3,5,7} sums to 15 โœ“.
โ†’ {2,4,9}, {1,6,8}, {3,5,7}

Exactly **2** ways.

ANSWER 8: C

# Problem 9:
There are 36 equally likely outcomes. Count those with product > 10 (note product = 10 does **not** count):

- Die 1 = 1: none (max 6)
- Die 1 = 2: need b > 5 โ†’ b = 6 โ†’ 1 way
- Die 1 = 3: need b > 10/3 โ†’ b = 4,5,6 โ†’ 3 ways
- Die 1 = 4: need b > 2.5 โ†’ b = 3,4,5,6 โ†’ 4 ways
- Die 1 = 5: need b > 2 โ†’ b = 3,4,5,6 โ†’ 4 ways
- Die 1 = 6: need b > 5/3 โ†’ b = 2,3,4,5,6 โ†’ 5 ways

Total = 0+1+3+4+4+5 = 17, so probability = **17/36**.

(1/2 = 18/36 would result from mistakenly including product = 10.)

ANSWER 9: B

# Problem 10:
Label Chris as the person who takes piece #1. With n students, the pieces Chris takes are #1, #(n+1), #(2n+1), โ€ฆ i.e. pieces numbered 1 + kn.

For Chris to take piece #100 we need 100 = 1 + kn, i.e. n divides 99.

Divisors of 99: 1, 3, 9, 11, 33, 99. Among the choices, only **11** works (99 = 9 ร— 11, so Chris takes pieces 1, 12, 23, โ€ฆ, 100).

Checking others: 99/10, 99/19, 99/20, 99/25 are not integers.

ANSWER 10: B
openrouter:openai/gpt-5.6-terra-pro D โœ“
show
Problem 1:

We need find the one number among all permutations of \(2,4,5,7\) that is a multiple of another such number.

Any such four-digit number is between \(2457\) and \(7542\). Therefore, if a larger one is an integer multiple of a smaller one, the multiplier can only be \(2\) or \(3\).

### Could the multiplier be 2?

Suppose \(N=2M\), where both \(N\) and \(M\) use the digits \(2,4,5,7\).

- If \(M\) ends in \(2\), then \(N\) ends in \(4\). Looking at the tens digit, doubling \(4,5,\) or \(7\) gives an invalid digit or repeats the \(4\), so this cannot work.
- If \(M\) ends in \(7\), then \(N\) ends in \(4\), with a carry of \(1\). The tens digit must be \(2\), producing \(5\). Thus \(M\) must be either \(4527\) or \(5427\):
  \[
  2(4527)=9054,\qquad 2(5427)=10854,
  \]
  neither of which is a valid permutation.

So no pair has one number twice the other.

### Could the multiplier be 3?

The smaller number must be at most
\[
\frac{7542}{3}=2514.
\]
The only permutations of \(2,4,5,7\) below \(2514\) are
\[
2457,\qquad 2475.
\]

Now calculate:
\[
3(2457)=7371,
\]
not a permutation of \(2,4,5,7\), but
\[
3(2475)=7425.
\]

Thus \(7425\) is the desired number. The other choices are not \(3\) times a valid smaller permutation.

ANSWER 1: D

Problem 2:

Let \(n=94\). We are multiplying

\[
\underbrace{99\cdots 99}_{94\text{ nines}}
\cdot
\underbrace{44\cdots 44}_{94\text{ fours}}.
\]

For a smaller example,

\[
999\cdot444=443556.
\]

In general, the product has:

- \(93\) digits equal to \(4\),
- then a \(3\),
- then \(93\) digits equal to \(5\),
- then a final \(6\).

So the sum of its digits is

\[
93\cdot 4+3+93\cdot 5+6.
\]

Compute:

\[
372+3+465+6=846.
\]

Choices such as \(945\) or \(954\) might result from incorrectly using 94 copies of both the 4s and 5s; there are only \(93\) of each in the middle pattern.

ANSWER 2: A

Problem 3:

A student earns \(5\) points for first, \(3\) for second, and \(1\) for third.

We seek the smallest score that guarantees the student has strictly more points than every other student.

A score of \(13\) must be earned as

\[
5+5+3.
\]

That means the student wins two races and finishes second in the other race.

Consider any rival student:

- In each race our student wins, the rival can earn at most \(3\) points.
- In the race our student finishes second, the rival can earn at most \(5\) points.

Thus a rival can earn at most

\[
3+3+5=11.
\]

Therefore, \(13\) points guarantees first overall.

Now check why smaller relevant scores do not guarantee this:

- A score of \(11\) can be \(5+5+1\). Another student could finish second in the first two races and win the third:
  \[
  3+3+5=11,
  \]
  causing a tie.
- A score of \(10\) can be \(5+5+0\). Another student can earn
  \[
  3+3+5=11,
  \]
  and exceed that score.

Thus \(13\) is the smallest score that guarantees more points than everyone else.

ANSWER 3: D

Problem 4:

Let

- \(c\) = number correct,
- \(u\) = number unanswered.

The score is

\[
5c+u,
\]
with
\[
c+u\le 20.
\]

Check each choice.

- \(90=5(18)+0\), so 90 is possible.
- \(91=5(18)+1\), so 91 is possible.
- \(92=5(18)+2\), so 92 is possible.
- \(95=5(19)+0\), so 95 is possible.
- For \(97\), the closest possibility is
  \[
  97=5(19)+2.
  \]
  But that would require \(19+2=21\) questions, and there are only 20 questions.

So 97 is not possible.

ANSWER 4: E

Problem 5:

Maria buys 4 disks for \$5, so her cost per disk is

\[
\frac{5}{4}=\$1.25.
\]

She sells 3 disks for \$5, so her selling price per disk is

\[
\frac{5}{3}.
\]

Her profit per disk is

\[
\frac{5}{3}-\frac{5}{4}
=\frac{20}{12}-\frac{15}{12}
=\frac{5}{12}.
\]

To make \$100 profit, she must sell

\[
100\div\frac{5}{12}
=100\cdot\frac{12}{5}
=240
\]

disks.

Choices such as 120 confuse the profit with the selling price; 240 is the number that gives a total profit of \$100.

ANSWER 5: D

Problem 6:

The rows have from 10 seats up through

\[
10+19=29
\]

seats.

In a row with \(n\) seats, the maximum number of students who can sit with no two adjacent is

\[
\left\lceil \frac n2\right\rceil.
\]

Pair consecutive rows:

\[
\begin{array}{c|c}
\text{Rows} & \text{Maximum students} \\ \hline
10,11 & 5+6=11\\
12,13 & 6+7=13\\
14,15 & 7+8=15\\
\vdots & \vdots\\
28,29 & 14+15=29
\end{array}
\]

These totals are

\[
11,13,15,\ldots,29.
\]

This is an arithmetic sequence of 10 terms, with average

\[
\frac{11+29}{2}=20.
\]

Therefore the total is

\[
10\cdot20=200.
\]

The tempting answer \(400\) would be the total number of seats, but students cannot sit next to each other.

ANSWER 6: C

Problem 7:

The numbers are equally spaced, so let the common difference be \(d\). Then

\[
a_{15}=a_1+14d
\]
and
\[
a_2=a_1+d.
\]

Subtracting gives

\[
a_{15}-a_2=13d.
\]

Using the given ranges,

\[
241-20\le a_{15}-a_2\le250-13.
\]

Thus

\[
221\le13d\le237.
\]

Dividing by 13 gives

\[
17\le d\le18.
\]

So \(d\) is either 17 or 18.

If \(d=18\), then

\[
a_{15}=a_1+14(18)=a_1+252,
\]

which is greater than 250 because \(a_1\ge1\). So \(d\neq18\).

Thus \(d=17\). Then

\[
a_{15}=a_1+14(17)=a_1+238.
\]

Since \(241\le a_{15}\le250\),

\[
241\le a_1+238\le250,
\]
so

\[
3\le a_1\le12.
\]

Also,

\[
a_2=a_1+17
\]
must be at most 20, so \(a_1\le3\). Therefore,

\[
a_1=3.
\]

Now

\[
a_{14}=a_1+13d=3+13(17)=3+221=224.
\]

The sum of its digits is

\[
2+2+4=8.
\]

ANSWER 7: A

Problem 8:

The sum of all the cards is

\[
1+2+\cdots+9=45.
\]

Since the cards are divided into 3 equal-sum groups, each group must sum to

\[
45\div3=15.
\]

The group containing 9 must have two other cards totaling

\[
15-9=6.
\]

The possible pairs are

\[
1+5=6,\qquad 2+4=6.
\]

So there are two cases.

### Case 1: \( \{1,5,9\} \)

The remaining cards are \(2,3,4,6,7,8\). They can be grouped as

\[
\{2,6,7\},\qquad \{3,4,8\}.
\]

This gives one division:

\[
\{1,5,9\},\ \{2,6,7\},\ \{3,4,8\}.
\]

### Case 2: \( \{2,4,9\} \)

The remaining cards are \(1,3,5,6,7,8\). They can be grouped as

\[
\{1,6,8\},\qquad \{3,
Q6 ยท stretch ยท AJHSME 1991 #17 โ€” correct: C (200.) ยท solved by 5/5 models

An auditorium with 20 rows of seats has 10 seats in the first row. Each successive row has one more seat than the previous row. If students taking an exam are permitted to sit in any row, but not next to another student in that row, then the maximum number of students that can be seated for an exam is

  1. 150
  2. 180
  3. 200
  4. 400
  5. 460
Official approach: solve one row, then pair the row-totals from the ends
ModelPickโœ“/โœ—Reasoning
openrouter:meta/muse-spark-1.3 C โœ“
show
Problem 1:
We need four-digit numbers using 2,4,5,7 once each.
There are 24 of them. Sum of digits = 2+4+5+7 = 18,
so every such number is divisible by 9.

Let a smaller one $S$ divide a larger one $L$, $L=kS$.
Since $2457 \le S < L \le 7542$,
$$ k = L/S < 7542/2457 < 3.07. $$
$k$ is an integer $>1$, so $k=2$ or $k=3$.

Rule out $k=2$.
$S\ge 2457$ and $L=2S\le 7542$ gives $S\le 3771$.
Hence $S$ is $2457$ to $3771$ and uses digits 2,4,5,7,
so its thousands digit must be 2. So $S=2\_\_\_$.

Let $d$ be units of $S$. $d$ is 4,5 or 7.
$L=2S$ has units $(2d)\bmod 10$, which must be 2,4,5 or 7.
- $d=4 \to 8$, impossible.
- $d=5 \to 0$, impossible.
- $d=7 \to 4$, possible, with carry 1.

So $S$ must end in 7, $L$ end in 4, and $S=2\_\_7$
with middle digits 4,5. I.e. $S=2457$ or $2547$.
But $2457\times 2=4914$, $2547\times 2=5094$,
neither uses digits 2,4,5,7. So $k=2$ is impossible.

Hence $k=3$. Then $L=3S\le 7542$ gives $S\le 2514$.
Also $S\ge 2457$. So $2457\le S\le 2514$ using digits 2,4,5,7.
Thousands digit 2. The only permutations in that interval are
2457 and 2475; $2547$ is already too big since $3\times2547>7542$.

Test:
$2457\times 3 = 7371$, not a permutation.
$2475\times 3 = 7425$, which is $2,4,7,5$ exactly once.

Indeed $2475\times 3 = 6000+1200+210+15 = 7425$.
So the unique multiple is 7425. This eliminates A,B,C,E; e.g.
halves and thirds of 5724,7245,7254,7542 are not permutations.
ANSWER 1: D

Problem 2:
We multiply $N=99\dots9$ ($n$ nines) by $M=44\dots4$ ($n$ fours).
Test small $n$:
$9\times4=36$, digit sum 9.
$99\times44=4356$, digit sum 18.
$999\times444=443556$, digit sum 27.
Guess sum $=9n$.

Prove: $M$ has $n$ digits 4. $N=10^{n}-1$.
$$ N\cdot M = M\cdot10^{n}-M = (M-1)10^{n}+ (10^{n}-M). $$
Let $F=M=44\dots4$. Then
$$M-1 = 44\dots43,$$
$n-1$ fours then 3, and
$$10^{n}-M = 55\dots56,$$
$n-1$ fives then 6, e.g. $1000-444=556$.
Hence the product is the concatenation:
$(n-1$ fours$)3\,(n-1$ fives$)6$.

Digit sum $=4(n-1)+3+5(n-1)+6 =9(n-1)+9=9n$.

For $n=94$, sum $=9\times94=846$.

This rules out 855,945,954,1072.
ANSWER 2: A

Problem 3:
Points per race: 5 first, 3 second, 1 third, 0 otherwise.
Let our student have total $T$. Another student maximized
takes the best place left by ours in each race:
if ours is 1st, max 3; if 2nd,3rd or out, max 5.

$T=13$ can only be $5+5+3$: two wins and a second.
Max for opponent $=3+3+5=11<13$. So 13 guarantees sole first.
Hence 15 also does, but we want smallest.

$T=11$ can be $5+5+1$. Then an opponent can be second, second,
first: $3+3+5=11$, tying us. So 11 does not guarantee strictly
more. It can also be $5+3+3$, where opponent can get
$3+5+5=13>11$.

Thus 11 fails. Any $T\le10$ also fails: e.g. opponent can still
aim for $3+3+5=11$ while we win twice and do worse in the third
race; e.g. we get $5+5+0=10$ and opponent gets 11 and beats us.
Similarly 9 is beatable.

So among attainable totals, 13 is the first that works.
Choices 9,10,11 fail; 15 works but is not smallest.
ANSWER 3: D

Problem 4:
Let $c$ correct, $u$ unanswered, $w$ wrong, $c+u+w=20$.
Score $S=5c+u$.

Then $u=S-5c\ge0$ and $c+u\le20$, i.e. $c+S-5c\le20$,
$S-4c\le20$.

- 90: $u=90-5c$. Need $5c\le90$, $90-4c\le20$.
$c=18$ gives $u=0$, $c+u=18\le20$ with $w=2$. Possible.

- 91: $u=91-5c$. $c=18$ gives $u=1$, $c+u=19\le20$ with $w=1$.
Possible: 18 correct, 1 blank, 1 wrong.

- 92: $u=92-5c$. $c=18$ gives $u=2$, $c+u=20$. Possible:
18 correct, 2 blank.

- 95: $u=95-5c$. $c=19$ gives $u=0$, $c+u=19\le20$ with $w=1$.
Possible: 19 correct, 1 wrong.

- 97: $u=97-5c$. Need $5c\le97$ so $c\le19$, and
$97-4c\le20$ so $4c\ge77$ so $c\ge20$. Impossible.
Indeed $c=19$ would need $u=2$, total $21>20$; $c=20$ gives 100.
So 97 cannot occur.

Hence NOT possible is 97.
ANSWER 4: E

Problem 5:
Cost: 4 for \$5, so per disk $5/4=1.25$.
Sell: 3 for \$5, so per disk $5/3\approx1.67$.

Profit per disk $=5/3-5/4=(20-15)/12=5/12$ dollars.

To make \$100 need $N$ with $N\cdot5/12=100$,
$$N=100\times12/5=240.$$

Check: buy 240 costs $240/4\times5=300$; sell 240 gets
$240/3\times5=400$; profit $100$.
100,120,200,1200 give profits $125/3,50,250/3,500$, not 100.
ANSWER 5: D

Problem 6:
Row 1 has 10 seats, row $i$ has $10+i-1=9+i$ seats.
Row 20 has 29 seats.

In a row of $n$ seats in a line with no two occupied adjacent,
the maximum is to take seats 1,3,5,... i.e. $\lceil n/2\rceil$.

So row $n$ contributes $\lceil n/2\rceil$:
10โ†’5, 11โ†’6, 12โ†’6, 13โ†’7, 14โ†’7, 15โ†’8, 16โ†’8, 17โ†’9,
18โ†’9, 19โ†’10, 20โ†’10, 21โ†’11, 22โ†’11, 23โ†’12, 24โ†’12,
25โ†’13, 26โ†’13, 27โ†’14, 28โ†’14, 29โ†’15.

Summing in pairs: $11+13+15+17+19+21+23+25+27+29$.
This is 10 terms averaging $(11+29)/2=20$, total $200$.

Leaving a seat empty can only reduce total, so 200 is max.
This rules out 150,180,400,460.
ANSWER 6: C

Problem 7:
Let $a_1=A$, common difference $d>0$. Since $a_1,a_2$ integers,
$d=a_2-a_1$ is an integer. $a_n=A+(n-1)d$.

$a_1\in[1,10]$, $a_1+d\in[13,20]$, $A+14d\in[241,250]$.

Then $14d=(A+14d)-A\in[241-10,250-1]=[231,249]$.
So $231\le14d\le249$, $16.5\le d\le17.78$.
Integer $d=17$ only, since $14\times16=224$, $14\times18=252$.

Then $A=(A+14d)-238\in[241-238,250-238]=[3,12]$.
Intersect $[1,10]$ gives $[3,10]$.
Also $A+17\in[13,20]$ gives $A\le3$. Hence $A=3$.

Check: $3,20,\dots,3+14\times17=241$, satisfies all.
Then $a_{14}=A+13d=3+13\times17=3+221=224$.
Digit sum $=2+2+4=8$, ruling out 9,10,11,12.
ANSWER 7: A

Problem 8:
Sum $1+\cdots+9=45$. Three groups equal sum $\Rightarrow$
each sum $45/3=15$.

Find triples of distinct 1โ€“9 summing to 15:
1+5+9, 1+6+8, 2+4+9, 2+5+8, 2+6+7, 3+4+8, 3+5+7, 4+5+6.

9 must be with $\{1,5\}$ or $\{2,4\}$.

Case 9 with 1,5: use $\{1,5,9\}$. Remaining $\{2,3,4,6,7,8\}$.
8 needs two summing to 7: only $3+4$ remains, so $\{3,4,8\}$
forced. Left $\{2,6,7\}=15$. Partition 1.

Case 9 with 2,4: use $\{2,4,9\}$. Remaining $\{1,3,5,6,7,8\}$.
8 needs 7: only $1+6$ remains, so $\{1,6,8\}$ forced.
Left $\{3,5,7\}=15$. Partition 2.

No other cases. So exactly 2 unordered partitions.
Labeled groups would give 12, not liste
openrouter:google/gemini-3.8-flash C โœ“
show
### Problem 1:

**Restatement of the Problem:**  
We are given the four digits $2, 4, 5,$ and $7$. There are $4! = 24$ four-digit numbers formed by using each of these digits exactly once. We are told that exactly one of these $24$ numbers is a multiple of another one among them. We need to identify that number from the given choices.

**Step-by-Step Solution:**
1. The smallest possible four-digit number that can be formed using digits $\{2, 4, 5, 7\}$ is $2457$, and the largest is $7542$.
2. If a number $B$ is a multiple of another number $A$, then $B = k \cdot A$ for some integer $k \ge 2$.
3. Since $A \ge 2457$ and $B \le 7542$, the multiplier $k$ can only be:
   $$\frac{7542}{2457} \approx 3.07 \implies k = 2 \text{ or } 3$$
4. Let's test multiples of the smallest valid numbers:
   - For $A = 2457$:
     - $2457 \times 2 = 4914$ (contains the digit $9$, not valid)
     - $2457 \times 3 = 7371$ (contains $3$ and $1$, not valid)
   - For $A = 2475$:
     - $2475 \times 2 = 4950$ (not valid)
     - $2475 \times 3 = 7425$ 
5. Notice that $7425$ contains the digits $7, 4, 2, 5$, each exactly once!
6. Thus, $7425$ is a multiple of $2475$ ($7425 = 3 \times 2475$). 
7. Checking the choices, $7425$ is Choice D.

ANSWER 1: D

---

### Problem 2:

**Restatement of the Problem:**  
Find the sum of the digits of the product of a string of $94$ nines and a string of $94$ fours:
$$\underbrace{999\dots99}_{94\text{ nines}} \times \underbrace{444\dots44}_{94\text{ fours}}$$

**Step-by-Step Solution:**
1. Let $N = \underbrace{444\dots44}_{94\text{ fours}}$.
2. A string of $94$ nines can be written as $10^{94} - 1$.
3. The product is:
   $$(10^{94} - 1) \times N = N \times 10^{94} - N$$
4. Let us observe the pattern for smaller values of $n$ (the number of digits):
   - For $n = 1$: $9 \times 4 = 36$, digit sum is $3 + 6 = 9 = 9 \times 1$.
   - For $n = 2$: $99 \times 44 = 4356$, digit sum is $4 + 3 + 5 + 6 = 18 = 9 \times 2$.
   - For $n = 3$: $999 \times 444 = 443556$, digit sum is $4 + 4 + 3 + 5 + 5 + 6 = 27 = 9 \times 3$.
5. In general, for $n$ digits, the product is:
   $$\underbrace{44\dots4}_{n-1\text{ fours}} 3 \underbrace{55\dots5}_{n-1\text{ fives}} 6$$
   The sum of the digits is:
   $$4(n-1) + 3 + 5(n-1) + 6 = 9(n-1) + 9 = 9n$$
6. Here, $n = 94$, so the sum of the digits is:
   $$9 \times 94 = 846$$

ANSWER 2: A

---

### Problem 3:

**Restatement of the Problem:**  
In each of three races, the first-place finisher receives $5$ points, the second-place finisher receives $3$ points, and the third-place finisher receives $1$ point. There are no ties. We wish to find the smallest number of points a student must earn in the three races to be guaranteed to have strictly more points than any other student.

**Step-by-Step Solution:**
1. In each race, the points awarded are $5, 3,$ and $1$. The possible point values a single student can obtain across $3$ races come from sums of three values chosen from $\{5, 3, 1, 0\}$ (where $0$ represents placing fourth or lower).
2. The possible scores near the top are:
   - $5 + 5 + 5 = 15$
   - $5 + 5 + 3 = 13$
   - $5 + 5 + 1 = 11$
   - $5 + 3 + 3 = 11$
   - $5 + 3 + 1 = 9$ or $3 + 3 + 3 = 9$
3. Can a student earn $11$ points and tie with another student?
   - Yes: Student A could finish 1st, 1st, and 3rd, scoring $5 + 5 + 1 = 11$.
   - Simultaneously, Student B could finish 2nd, 2nd, and 1st, scoring $3 + 3 + 5 = 11$.
   - Since Student A and Student B both have $11$ points, having $11$ points does not guarantee strictly more points than every other student.
4. Next possible higher score is $13$:
   - To score $13$ points, a student must finish with two 1st-place finishes and one 2nd-place finish ($5 + 5 + 3 = 13$).
   - If Student A scores $13$ points, the remaining points available to all other competitors across the three races are:
     - One 1st-place finish ($5$ points),
     - Two 2nd-place finishes ($3$ points each),
     - Three 3rd-place finishes ($1$ point each).
   - The maximum points any other single competitor could obtain is by taking the remaining 1st-place finish and both remaining 2nd-place finishes: $5 + 3 + 3 = 11$ points.
   - Since $11 < 13$, no other student can reach $13$ points.
5. Therefore, $13$ is the smallest number of points that guarantees a student has strictly more points than any other student.

ANSWER 3: D

---

### Problem 4:

**Restatement of the Problem:**  
A test consists of $20$ questions. Correct answers earn $5$ points, unanswered questions earn $1$ point, and incorrect answers earn $0$ points. We need to determine which of the given scores is NOT possible: $90, 91, 92, 95,$ or $97$.

**Step-by-Step Solution:**
1. Let $c$ be the number of correct answers, $u$ be the number of unanswered questions, and $w$ be the number of incorrect answers.
2. We have the constraints:
   $$c + u + w = 20, \quad c, u, w \ge 0$$
   $$\text{Score} = 5c + u$$
3. Let's analyze scores close to $100$:
   - If $c = 20$, then $u = 0, w = 0 \implies \text{Score} = 100$.
   - If $c = 19$, then $u + w = 1$.
     - If $u = 1, w = 0 \implies \text{Score} = 5(19) + 1 = 96$.
     - If $u = 0, w = 1 \implies \text{Score} = 5(19) + 0 = 95$.
   - If $c \le 18$, the maximum possible score is when all remaining questions are left unanswered ($u = 20 - c$):
     $$\text{Score} \le 5(18) + 2 = 92$$
4. Therefore, any score strictly between $92$ and $95$, or between $96$ and $100$, is impossible:
   - Impossible scores in the nineties are: $93, 94, 97, 98, 99$.
5. Checking the choices:
   - $90$: $c = 18, u = 0, w = 2 \implies 5(18) + 0 = 90$ (Possible)
   - $91$: $c = 18, u = 1, w = 1 \implies 5(18) + 1 = 91$ (Possible)
   - $92$: $c = 18, u = 2, w = 0 \implies 5(18) + 2 = 92$ (Possible)
   - $95$: $c = 19, u = 0, w = 1 \implies 5(19) + 0 = 95$ (Possible)
   - $97$: Impossible, as shown above.

ANSWER 4: E

---

### Problem 5:

**Restatement of the Problem:**  
Maria buys computer disks at $4$ for $\$5$ and sells them at $3$ for $\$5$. How many disks mus
openrouter:~z-ai/glm-latest C โœ“
show
# Problem 1:
We have all 24 permutations of digits {2, 4, 5, 7}. The smallest is 2457 and the largest is 7542. If one of these numbers is a multiple of another, say X = kยทY, then k = X/Y โ‰ค 7542/2457 โ‰ˆ 3.07, so **k = 2 or k = 3**.

**Try k = 2:** Then 2Y โ‰ค 7542 forces Y โ‰ค 3771, so Y starts with 2 or 4, and Y must be even. Candidates and their doubles:
- 2574 โ†’ 5148 โœ—, 2754 โ†’ 5508 โœ—
- 4572 โ†’ 9144 โœ—, 4752 โ†’ 9504 โœ—

None of the doubles use only digits {2,4,5,7}. So doubling never works.

**Try k = 3:** Then 3Y โ‰ค 7542 forces Y โ‰ค 2514, so Y โˆˆ {2457, 2475}:
- 3 ร— 2457 = 7371 โœ—
- 3 ร— 2475 = **7425** โœ“ (uses exactly digits 2, 4, 5, 7)

So the only multiple pair is 7425 = 3 ร— 2475. Checking the other choices directly (e.g., 5724 = 2ยฒยท3ยณยท53 and 7245 = 3ยฒยท5ยท7ยท23 have no 4-digit divisors made of 2,4,5,7) confirms none of them works.

ANSWER 1: D

# Problem 2:
A string of 94 nines equals 10โนโด โˆ’ 1. So the product is

44โ€ฆ4 (94 fours) ร— (10โนโด โˆ’ 1) = 44โ€ฆ4000โ€ฆ0 (94 fours followed by 94 zeros) โˆ’ 44โ€ฆ4.

Look at small cases to see the pattern:
- 44 ร— 99 = 4356
- 444 ร— 999 = 443556
- 4444 ร— 9999 = 44435556

The pattern is: **(nโˆ’1) fours, then a 3, then (nโˆ’1) fives, then a 6**. (This is the subtraction: the trailing zeros minus 44โ€ฆ4 gives 55โ€ฆ56, and borrowing 1 turns the leading 44โ€ฆ4 into 44โ€ฆ3.)

For n = 94 the answer is: 93 fours, then 3, then 93 fives, then 6.

Sum of digits = 93(4) + 3 + 93(5) + 6 = 372 + 3 + 465 + 6 = **846**.
(Not 954 โ€” that would come from wrongly counting 94 fours and 94 fives.)

ANSWER 2: A

# Problem 3:
Each race awards 5 + 3 + 1 = 9 points, so 27 points total over three races. A student's score is a sum of three odd numbers (5, 3, or 1), so every score is **odd**; possible scores are 3, 5, 7, 9, 11, 13, 15.

**Why 13 guarantees the win:** The only way to score 13 is 5 + 5 + 3 (first twice, second once). Then in the two races that student won, any rival scored at most 3 points; in the remaining race, at most 5. So every rival has at most 3 + 3 + 5 = 11 < 13. โœ“

**Why smaller values fail:** With 11 points (e.g., 5 + 5 + 1: first twice, third once), another student could be second in those two races (3 + 3) and first in the third (5), also totaling 11 โ€” a tie, so 11 does not guarantee being strictly ahead. (With 9 or 10, a rival could even score more.) Since all scores are odd, 12 is impossible anyway.

ANSWER 3: D

# Problem 4:
Let c = correct, u = unanswered, w = wrong, with c + u + w = 20. Score = 5c + u.

- 90: 18 correct, 0 unanswered, 2 wrong โ†’ 18ยท5 = 90 โœ“
- 91: 18 correct, 1 unanswered, 1 wrong โ†’ 90 + 1 โœ“
- 92: 18 correct, 2 unanswered, 0 wrong โ†’ 90 + 2 โœ“
- 95: 19 correct, 0 unanswered, 1 wrong โ†’ 95 โœ“
- 97: Need 5c + u = 97. Since 97 โ‰ก 2 (mod 5), u โˆˆ {2, 7, 12, 17}.
  - u = 2 โ†’ c = 19, but c + u = 21 > 20 โœ—
  - u = 7 โ†’ c = 18, c + u = 25 > 20 โœ—
  - u = 12 โ†’ c = 17, c + u = 29 > 20 โœ—
  - u = 17 โ†’ c = 16, c + u = 33 > 20 โœ—

So 97 is impossible.

ANSWER 4: E

# Problem 5:
Buying at 4 disks for $5 means cost per disk = 5/4 = $1.25.
Selling at 3 disks for $5 means revenue per disk = 5/3 โ‰ˆ $1.67.

Profit per disk = 5/3 โˆ’ 5/4 = (20 โˆ’ 15)/12 = **5/12 dollars**.

To make $100 profit: number of disks = 100 รท (5/12) = 100 ยท 12/5 = **240**.

Check: 240 disks cost 240 ยท 1.25 = $300; selling 240 disks brings 240 ยท 5/3 = $400; profit = $100. โœ“
(The tempting wrong answer 120 comes from forgetting she must also *buy* the disks she sells.)

ANSWER 5: D

# Problem 6:
Row i has 10 + (i โˆ’ 1) seats, so the rows have 10, 11, 12, โ€ฆ, 29 seats.

In a row of n seats with no two students adjacent, the maximum is โŒˆn/2โŒ‰ (alternate seating: seat, gap, seat, gap, โ€ฆ).

Compute row by row:
- Row 10 โ†’ 5, row 11 โ†’ 6, row 12 โ†’ 6, row 13 โ†’ 7, row 14 โ†’ 7, row 15 โ†’ 8, row 16 โ†’ 8, row 17 โ†’ 9, row 18 โ†’ 9, row 19 โ†’ 10, row 20 โ†’ 10, row 21 โ†’ 11, row 22 โ†’ 11, row 23 โ†’ 12, row 24 โ†’ 12, row 25 โ†’ 13, row 26 โ†’ 13, row 27 โ†’ 14, row 28 โ†’ 14, row 29 โ†’ 15.

Total = 5 + (6+6) + (7+7) + (8+8) + (9+9) + (10+10) + (11+11) + (12+12) + (13+13) + (14+14) + 15 = **200**.

(Shortcut: total seats = 390; half is 195; the 10 odd-sized rows each contribute an extra half-seat: 195 + 10 = 200. Choice 400 wrongly assumes every seat can be filled; choice 180 wrongly floors every row.)

ANSWER 6: C

# Problem 7:
Let d be the common spacing. Then aโ‚‚ = aโ‚ + d and aโ‚โ‚… = aโ‚ + 14d.

From 1 โ‰ค aโ‚ โ‰ค 10 and 241 โ‰ค aโ‚โ‚… โ‰ค 250:
241 โ‰ค aโ‚ + 14d โ‰ค 250 โŸน 231 โ‰ค 14d โ‰ค 249 โŸน 16.5 โ‰ค d โ‰ค 17.79, so **d = 17** (integers only).

Now aโ‚โ‚… = aโ‚ + 14(17) = aโ‚ + 238 must satisfy 241 โ‰ค aโ‚ + 238 โ‰ค 250, so aโ‚ โ‰ฅ 3.
Also aโ‚‚ = aโ‚ + 17 must satisfy aโ‚‚ โ‰ค 20, so aโ‚ โ‰ค 3.
Therefore aโ‚ = 3. (Check: aโ‚‚ = 20 โˆˆ [13, 20] โœ“, aโ‚โ‚… = 241 โˆˆ [241, 250] โœ“.)

Then aโ‚โ‚„ = aโ‚ + 13d = 3 + 13(17) = 3 + 221 = **224**.

Sum of digits: 2 + 2 + 4 = **8**.

ANSWER 7: A

# Problem 8:
The numbers 1 through 9 sum to 45, so each of the 3 groups must sum to 45/3 = **15**.

All triples from {1,โ€ฆ,9} summing to 15:
1-5-9, 1-6-8, 2-4-9, 2-5-8, 2-6-7, 3-4-8, 3-5-7, 4-5-6 (these are the 8 lines of the 3ร—3 magic square).

Since the group containing 1 must be either {1,5,9} or {1,6,8}:

**Case {1,5,9}:** Remaining digits {2,3,4,6,7,8} must form two triples summing to 15 โ€” the only option is {2,6,7} and {3,4,8}. โœ“ โ†’ Partition: {1,5,9}, {2,6,7}, {3,4,8}.

**Case {1,6,8}:** Remaining digits {2,3,4,5,7,9} โ€” the only option is {2,4,9} and {3,5,7}. โœ“ โ†’ Partition: {1,6,8}, {2,4,9}, {3,5,7}.

No other partitions exist, so there are exactly **2** ways (groups aren't labeled, and order within a group doesn't matter).

ANSWER 8: C

# Problem 9:
There are 36 equally likely outcomes. Count pairs (die1, die2) with product > 10:

- Roll of 1: products 1โ€“6 โ†’ none.
- Roll of 2: products 2,4,6,8,10,12 โ†’ (2,6) only โ†’ 1 outcome.
- Roll of 3: 3,6,9,12,15,18 โ†’ (3,4),(3,5),(3,6) โ†’ 3 outcomes.
- Roll of 4: 4,8,12,16,20,24 โ†’ (4,3),(4,4),(4,5),(4,6) โ†’ 4 outcomes.
- Roll of 5: 5,10,15,20,25,30 โ†’ (5,3),(5,4),(5,5),(5,6) โ†’ 4 outcomes.
- Roll of 6: 6,12,18,24,30,36 โ†’ (6,2),(6,3),(6,4),(6,5),(6,6) โ†’ 5 outcomes.

Total favorable = 1 + 3 + 4 + 4 + 5 = **17**
openrouter:qwen/qwen3.8-27b โ€“ โš  timed out after 180s โ€” too slow / stuck in reasoning to answer all questions in one call (counted as a fail)
openrouter:anthropic/claude-opus-5 C โœ“
show
# Problem 1:
We need a permutation of {2,4,5,7} that is a multiple of another permutation of the same digits.

The smallest such number is 2457 and the largest is 7542, so the ratio of the two numbers is less than 7542/2457 โ‰ˆ 3.07. So the multiplier can only be 2 or 3.

**Multiplier 3:** Try the small permutations starting with 2 (since 3 ร— (number) must still be a 4-digit permutation):
- 2457 ร— 3 = 7371 (no)
- 2475 ร— 3 = **7425** โœ“ โ€” digits 7, 4, 2, 5, a permutation!

So 7425 = 3 ร— 2475, both using 2, 4, 5, 7 exactly once.

Checking the tempting choices: 5724, 7245, 7254, 7542 are all even or not divisible appropriately โ€” e.g. 7254/2 = 3627 and 7254/3 = 2418 (digits wrong), 5724/2 = 2862, 7542/2 = 3771, 7542/3 = 2514, 7245/3 = 2415 โ€” none give permutations of 2,4,5,7.

ANSWER 1: D

# Problem 2:
Look at the pattern with small strings:
- 9 ร— 4 = 36, digit sum = 9
- 99 ร— 44 = 4356, digit sum = 4+3+5+6 = 18
- 999 ร— 444 = 443556, digit sum = 4+4+3+5+5+6 = 27
- 9999 ร— 4444 = 44435556, digit sum = 36

The product of *n* nines and *n* fours is 44โ€ฆ4 (nโˆ’1 fours) 3 55โ€ฆ5 (nโˆ’1 fives) 6, whose digit sum is
4(nโˆ’1) + 3 + 5(nโˆ’1) + 6 = 9n โˆ’ 9 + 9 = 9n.

For n = 94: digit sum = 9 ร— 94 = **846**.

(945 and 954 would come from miscounting as 9(n+1) or similar.)

ANSWER 2: A

# Problem 3:
Each race awards 5 + 3 + 1 = 9 points, so 27 points total over three races.

**Is 11 enough?** A student could get 11 as 5 + 5 + 1. Then in the third race someone else could win (5) and place second in the first two races: 3 + 3 + 5 = 11 โ€” a tie, so 11 is not a guarantee. (Similarly 9 and 10 fail.)

**Is 13 enough?** The only way to score 13 is 5 + 5 + 3. Then the remaining points available are: race 1 โ†’ {3, 1}, race 2 โ†’ {3, 1}, race 3 โ†’ {5, 1}. The best any other student can do is 3 + 3 + 5 = 11 < 13. So 13 guarantees the win.

15 (winning all three) works too, but is not the smallest.

ANSWER 3: D

# Problem 4:
Let c = number correct, u = number unanswered, with c + u โ‰ค 20. Score = 5c + u.

- 90 = 5(18) + 0 โ†’ 18 questions used โœ“
- 91 = 5(18) + 1 โ†’ 19 used โœ“
- 92 = 5(18) + 2 โ†’ 20 used โœ“
- 95 = 5(19) + 0 โ†’ 19 used โœ“
- 97: need 5c + u = 97. If c = 19, u = 2, but 19 + 2 = 21 > 20 โœ—. If c = 18, u = 7, total 25 > 20 โœ—. Smaller c makes u even bigger. With c = 20, score is 100. So 97 is impossible.

ANSWER 4: E

# Problem 5:
Cost per disk = $5/4 = $1.25. Selling price per disk = $5/3 โ‰ˆ $1.6667.

Profit per disk = 5/3 โˆ’ 5/4 = 20/12 โˆ’ 15/12 = 5/12 dollars.

Number needed: 100 รท (5/12) = 100 ร— 12/5 = **240** disks.

(Choosing 120 comes from using a profit of $5/6 per disk; 1200 from forgetting the 5.)

ANSWER 5: D

# Problem 6:
Rows have 10, 11, 12, โ€ฆ, 29 seats. In a row of n seats with no two students adjacent, the maximum is โŒˆn/2โŒ‰ (seat in positions 1, 3, 5, โ€ฆ).

So the maxima are โŒˆ10/2โŒ‰ = 5, โŒˆ11/2โŒ‰ = 6, 6, 7, 7, 8, โ€ฆ, โŒˆ29/2โŒ‰ = 15.

Pair consecutive rows:
(10,11): 5+6 = 11, (12,13): 13, (14,15): 15, (16,17): 17, (18,19): 19, (20,21): 21, (22,23): 23, (24,25): 25, (26,27): 27, (28,29): 29.

Sum = 11+13+15+โ€ฆ+29 = 10 terms averaging 20 = **200**.

(400 is the total number of seats โ€” half of them can be used.)

ANSWER 6: C

# Problem 7:
Equally spaced integers: aโ‚™ = aโ‚ + (nโˆ’1)d.

From aโ‚โ‚… = aโ‚ + 14d with 241 โ‰ค aโ‚ + 14d โ‰ค 250 and 1 โ‰ค aโ‚ โ‰ค 10:
14d โ‰ฅ 241 โˆ’ 10 = 231 and 14d โ‰ค 250 โˆ’ 1 = 249, so 16.5 โ‰ค d โ‰ค 17.8 โ†’ d = 17.

From aโ‚‚ = aโ‚ + 17 with 13 โ‰ค aโ‚ + 17 โ‰ค 20: aโ‚ โ‰ค 3. Combined with aโ‚ + 238 โ‰ฅ 241 โ†’ aโ‚ โ‰ฅ 3. So aโ‚ = 3.

Check: aโ‚โ‚… = 3 + 14(17) = 241 โœ“ (in range), aโ‚‚ = 20 โœ“.

aโ‚โ‚„ = 3 + 13(17) = 3 + 221 = 224. Digit sum = 2 + 2 + 4 = **8**.

ANSWER 7: A

# Problem 8:
Total = 1+2+โ‹ฏ+9 = 45, so each group sums to 45/3 = 15.

Consider the group containing 9: the other two cards sum to 6, so they are {1,5} or {2,4} ({3,3} impossible).

**Case {9,1,5}:** remaining {2,3,4,6,7,8}. The group with 8 needs two cards summing to 7: only {3,4} (since {1,6} uses the used 1). Then the last group is {2,6,7}, which sums to 15 โœ“.
โ†’ {1,5,9}, {3,4,8}, {2,6,7}

**Case {9,2,4}:** remaining {1,3,5,6,7,8}. The group with 8 needs two summing to 7: only {1,6}. Last group {3,5,7} sums to 15 โœ“.
โ†’ {2,4,9}, {1,6,8}, {3,5,7}

Exactly **2** ways.

ANSWER 8: C

# Problem 9:
There are 36 equally likely outcomes. Count those with product > 10 (note product = 10 does **not** count):

- Die 1 = 1: none (max 6)
- Die 1 = 2: need b > 5 โ†’ b = 6 โ†’ 1 way
- Die 1 = 3: need b > 10/3 โ†’ b = 4,5,6 โ†’ 3 ways
- Die 1 = 4: need b > 2.5 โ†’ b = 3,4,5,6 โ†’ 4 ways
- Die 1 = 5: need b > 2 โ†’ b = 3,4,5,6 โ†’ 4 ways
- Die 1 = 6: need b > 5/3 โ†’ b = 2,3,4,5,6 โ†’ 5 ways

Total = 0+1+3+4+4+5 = 17, so probability = **17/36**.

(1/2 = 18/36 would result from mistakenly including product = 10.)

ANSWER 9: B

# Problem 10:
Label Chris as the person who takes piece #1. With n students, the pieces Chris takes are #1, #(n+1), #(2n+1), โ€ฆ i.e. pieces numbered 1 + kn.

For Chris to take piece #100 we need 100 = 1 + kn, i.e. n divides 99.

Divisors of 99: 1, 3, 9, 11, 33, 99. Among the choices, only **11** works (99 = 9 ร— 11, so Chris takes pieces 1, 12, 23, โ€ฆ, 100).

Checking others: 99/10, 99/19, 99/20, 99/25 are not integers.

ANSWER 10: B
openrouter:openai/gpt-5.6-terra-pro C โœ“
show
Problem 1:

We need find the one number among all permutations of \(2,4,5,7\) that is a multiple of another such number.

Any such four-digit number is between \(2457\) and \(7542\). Therefore, if a larger one is an integer multiple of a smaller one, the multiplier can only be \(2\) or \(3\).

### Could the multiplier be 2?

Suppose \(N=2M\), where both \(N\) and \(M\) use the digits \(2,4,5,7\).

- If \(M\) ends in \(2\), then \(N\) ends in \(4\). Looking at the tens digit, doubling \(4,5,\) or \(7\) gives an invalid digit or repeats the \(4\), so this cannot work.
- If \(M\) ends in \(7\), then \(N\) ends in \(4\), with a carry of \(1\). The tens digit must be \(2\), producing \(5\). Thus \(M\) must be either \(4527\) or \(5427\):
  \[
  2(4527)=9054,\qquad 2(5427)=10854,
  \]
  neither of which is a valid permutation.

So no pair has one number twice the other.

### Could the multiplier be 3?

The smaller number must be at most
\[
\frac{7542}{3}=2514.
\]
The only permutations of \(2,4,5,7\) below \(2514\) are
\[
2457,\qquad 2475.
\]

Now calculate:
\[
3(2457)=7371,
\]
not a permutation of \(2,4,5,7\), but
\[
3(2475)=7425.
\]

Thus \(7425\) is the desired number. The other choices are not \(3\) times a valid smaller permutation.

ANSWER 1: D

Problem 2:

Let \(n=94\). We are multiplying

\[
\underbrace{99\cdots 99}_{94\text{ nines}}
\cdot
\underbrace{44\cdots 44}_{94\text{ fours}}.
\]

For a smaller example,

\[
999\cdot444=443556.
\]

In general, the product has:

- \(93\) digits equal to \(4\),
- then a \(3\),
- then \(93\) digits equal to \(5\),
- then a final \(6\).

So the sum of its digits is

\[
93\cdot 4+3+93\cdot 5+6.
\]

Compute:

\[
372+3+465+6=846.
\]

Choices such as \(945\) or \(954\) might result from incorrectly using 94 copies of both the 4s and 5s; there are only \(93\) of each in the middle pattern.

ANSWER 2: A

Problem 3:

A student earns \(5\) points for first, \(3\) for second, and \(1\) for third.

We seek the smallest score that guarantees the student has strictly more points than every other student.

A score of \(13\) must be earned as

\[
5+5+3.
\]

That means the student wins two races and finishes second in the other race.

Consider any rival student:

- In each race our student wins, the rival can earn at most \(3\) points.
- In the race our student finishes second, the rival can earn at most \(5\) points.

Thus a rival can earn at most

\[
3+3+5=11.
\]

Therefore, \(13\) points guarantees first overall.

Now check why smaller relevant scores do not guarantee this:

- A score of \(11\) can be \(5+5+1\). Another student could finish second in the first two races and win the third:
  \[
  3+3+5=11,
  \]
  causing a tie.
- A score of \(10\) can be \(5+5+0\). Another student can earn
  \[
  3+3+5=11,
  \]
  and exceed that score.

Thus \(13\) is the smallest score that guarantees more points than everyone else.

ANSWER 3: D

Problem 4:

Let

- \(c\) = number correct,
- \(u\) = number unanswered.

The score is

\[
5c+u,
\]
with
\[
c+u\le 20.
\]

Check each choice.

- \(90=5(18)+0\), so 90 is possible.
- \(91=5(18)+1\), so 91 is possible.
- \(92=5(18)+2\), so 92 is possible.
- \(95=5(19)+0\), so 95 is possible.
- For \(97\), the closest possibility is
  \[
  97=5(19)+2.
  \]
  But that would require \(19+2=21\) questions, and there are only 20 questions.

So 97 is not possible.

ANSWER 4: E

Problem 5:

Maria buys 4 disks for \$5, so her cost per disk is

\[
\frac{5}{4}=\$1.25.
\]

She sells 3 disks for \$5, so her selling price per disk is

\[
\frac{5}{3}.
\]

Her profit per disk is

\[
\frac{5}{3}-\frac{5}{4}
=\frac{20}{12}-\frac{15}{12}
=\frac{5}{12}.
\]

To make \$100 profit, she must sell

\[
100\div\frac{5}{12}
=100\cdot\frac{12}{5}
=240
\]

disks.

Choices such as 120 confuse the profit with the selling price; 240 is the number that gives a total profit of \$100.

ANSWER 5: D

Problem 6:

The rows have from 10 seats up through

\[
10+19=29
\]

seats.

In a row with \(n\) seats, the maximum number of students who can sit with no two adjacent is

\[
\left\lceil \frac n2\right\rceil.
\]

Pair consecutive rows:

\[
\begin{array}{c|c}
\text{Rows} & \text{Maximum students} \\ \hline
10,11 & 5+6=11\\
12,13 & 6+7=13\\
14,15 & 7+8=15\\
\vdots & \vdots\\
28,29 & 14+15=29
\end{array}
\]

These totals are

\[
11,13,15,\ldots,29.
\]

This is an arithmetic sequence of 10 terms, with average

\[
\frac{11+29}{2}=20.
\]

Therefore the total is

\[
10\cdot20=200.
\]

The tempting answer \(400\) would be the total number of seats, but students cannot sit next to each other.

ANSWER 6: C

Problem 7:

The numbers are equally spaced, so let the common difference be \(d\). Then

\[
a_{15}=a_1+14d
\]
and
\[
a_2=a_1+d.
\]

Subtracting gives

\[
a_{15}-a_2=13d.
\]

Using the given ranges,

\[
241-20\le a_{15}-a_2\le250-13.
\]

Thus

\[
221\le13d\le237.
\]

Dividing by 13 gives

\[
17\le d\le18.
\]

So \(d\) is either 17 or 18.

If \(d=18\), then

\[
a_{15}=a_1+14(18)=a_1+252,
\]

which is greater than 250 because \(a_1\ge1\). So \(d\neq18\).

Thus \(d=17\). Then

\[
a_{15}=a_1+14(17)=a_1+238.
\]

Since \(241\le a_{15}\le250\),

\[
241\le a_1+238\le250,
\]
so

\[
3\le a_1\le12.
\]

Also,

\[
a_2=a_1+17
\]
must be at most 20, so \(a_1\le3\). Therefore,

\[
a_1=3.
\]

Now

\[
a_{14}=a_1+13d=3+13(17)=3+221=224.
\]

The sum of its digits is

\[
2+2+4=8.
\]

ANSWER 7: A

Problem 8:

The sum of all the cards is

\[
1+2+\cdots+9=45.
\]

Since the cards are divided into 3 equal-sum groups, each group must sum to

\[
45\div3=15.
\]

The group containing 9 must have two other cards totaling

\[
15-9=6.
\]

The possible pairs are

\[
1+5=6,\qquad 2+4=6.
\]

So there are two cases.

### Case 1: \( \{1,5,9\} \)

The remaining cards are \(2,3,4,6,7,8\). They can be grouped as

\[
\{2,6,7\},\qquad \{3,4,8\}.
\]

This gives one division:

\[
\{1,5,9\},\ \{2,6,7\},\ \{3,4,8\}.
\]

### Case 2: \( \{2,4,9\} \)

The remaining cards are \(1,3,5,6,7,8\). They can be grouped as

\[
\{1,6,8\},\qquad \{3,
Q7 ยท stretch ยท AMC 8 2023 #25 โ€” correct: A (8.) ยท solved by 5/5 models

Fifteen integers a1, a2, a3, …, a15 are arranged in order on a number line. The integers are equally spaced and have the property that

1 ≤ a1 ≤ 10,   13 ≤ a2 ≤ 20,   and   241 ≤ a15 ≤ 250.

What is the sum of the digits of a14?

  1. 8
  2. 9
  3. 10
  4. 11
  5. 12
Official approach: nail d from bounds, then a1, then a14
ModelPickโœ“/โœ—Reasoning
openrouter:meta/muse-spark-1.3 A โœ“
show
Problem 1:
We need four-digit numbers using 2,4,5,7 once each.
There are 24 of them. Sum of digits = 2+4+5+7 = 18,
so every such number is divisible by 9.

Let a smaller one $S$ divide a larger one $L$, $L=kS$.
Since $2457 \le S < L \le 7542$,
$$ k = L/S < 7542/2457 < 3.07. $$
$k$ is an integer $>1$, so $k=2$ or $k=3$.

Rule out $k=2$.
$S\ge 2457$ and $L=2S\le 7542$ gives $S\le 3771$.
Hence $S$ is $2457$ to $3771$ and uses digits 2,4,5,7,
so its thousands digit must be 2. So $S=2\_\_\_$.

Let $d$ be units of $S$. $d$ is 4,5 or 7.
$L=2S$ has units $(2d)\bmod 10$, which must be 2,4,5 or 7.
- $d=4 \to 8$, impossible.
- $d=5 \to 0$, impossible.
- $d=7 \to 4$, possible, with carry 1.

So $S$ must end in 7, $L$ end in 4, and $S=2\_\_7$
with middle digits 4,5. I.e. $S=2457$ or $2547$.
But $2457\times 2=4914$, $2547\times 2=5094$,
neither uses digits 2,4,5,7. So $k=2$ is impossible.

Hence $k=3$. Then $L=3S\le 7542$ gives $S\le 2514$.
Also $S\ge 2457$. So $2457\le S\le 2514$ using digits 2,4,5,7.
Thousands digit 2. The only permutations in that interval are
2457 and 2475; $2547$ is already too big since $3\times2547>7542$.

Test:
$2457\times 3 = 7371$, not a permutation.
$2475\times 3 = 7425$, which is $2,4,7,5$ exactly once.

Indeed $2475\times 3 = 6000+1200+210+15 = 7425$.
So the unique multiple is 7425. This eliminates A,B,C,E; e.g.
halves and thirds of 5724,7245,7254,7542 are not permutations.
ANSWER 1: D

Problem 2:
We multiply $N=99\dots9$ ($n$ nines) by $M=44\dots4$ ($n$ fours).
Test small $n$:
$9\times4=36$, digit sum 9.
$99\times44=4356$, digit sum 18.
$999\times444=443556$, digit sum 27.
Guess sum $=9n$.

Prove: $M$ has $n$ digits 4. $N=10^{n}-1$.
$$ N\cdot M = M\cdot10^{n}-M = (M-1)10^{n}+ (10^{n}-M). $$
Let $F=M=44\dots4$. Then
$$M-1 = 44\dots43,$$
$n-1$ fours then 3, and
$$10^{n}-M = 55\dots56,$$
$n-1$ fives then 6, e.g. $1000-444=556$.
Hence the product is the concatenation:
$(n-1$ fours$)3\,(n-1$ fives$)6$.

Digit sum $=4(n-1)+3+5(n-1)+6 =9(n-1)+9=9n$.

For $n=94$, sum $=9\times94=846$.

This rules out 855,945,954,1072.
ANSWER 2: A

Problem 3:
Points per race: 5 first, 3 second, 1 third, 0 otherwise.
Let our student have total $T$. Another student maximized
takes the best place left by ours in each race:
if ours is 1st, max 3; if 2nd,3rd or out, max 5.

$T=13$ can only be $5+5+3$: two wins and a second.
Max for opponent $=3+3+5=11<13$. So 13 guarantees sole first.
Hence 15 also does, but we want smallest.

$T=11$ can be $5+5+1$. Then an opponent can be second, second,
first: $3+3+5=11$, tying us. So 11 does not guarantee strictly
more. It can also be $5+3+3$, where opponent can get
$3+5+5=13>11$.

Thus 11 fails. Any $T\le10$ also fails: e.g. opponent can still
aim for $3+3+5=11$ while we win twice and do worse in the third
race; e.g. we get $5+5+0=10$ and opponent gets 11 and beats us.
Similarly 9 is beatable.

So among attainable totals, 13 is the first that works.
Choices 9,10,11 fail; 15 works but is not smallest.
ANSWER 3: D

Problem 4:
Let $c$ correct, $u$ unanswered, $w$ wrong, $c+u+w=20$.
Score $S=5c+u$.

Then $u=S-5c\ge0$ and $c+u\le20$, i.e. $c+S-5c\le20$,
$S-4c\le20$.

- 90: $u=90-5c$. Need $5c\le90$, $90-4c\le20$.
$c=18$ gives $u=0$, $c+u=18\le20$ with $w=2$. Possible.

- 91: $u=91-5c$. $c=18$ gives $u=1$, $c+u=19\le20$ with $w=1$.
Possible: 18 correct, 1 blank, 1 wrong.

- 92: $u=92-5c$. $c=18$ gives $u=2$, $c+u=20$. Possible:
18 correct, 2 blank.

- 95: $u=95-5c$. $c=19$ gives $u=0$, $c+u=19\le20$ with $w=1$.
Possible: 19 correct, 1 wrong.

- 97: $u=97-5c$. Need $5c\le97$ so $c\le19$, and
$97-4c\le20$ so $4c\ge77$ so $c\ge20$. Impossible.
Indeed $c=19$ would need $u=2$, total $21>20$; $c=20$ gives 100.
So 97 cannot occur.

Hence NOT possible is 97.
ANSWER 4: E

Problem 5:
Cost: 4 for \$5, so per disk $5/4=1.25$.
Sell: 3 for \$5, so per disk $5/3\approx1.67$.

Profit per disk $=5/3-5/4=(20-15)/12=5/12$ dollars.

To make \$100 need $N$ with $N\cdot5/12=100$,
$$N=100\times12/5=240.$$

Check: buy 240 costs $240/4\times5=300$; sell 240 gets
$240/3\times5=400$; profit $100$.
100,120,200,1200 give profits $125/3,50,250/3,500$, not 100.
ANSWER 5: D

Problem 6:
Row 1 has 10 seats, row $i$ has $10+i-1=9+i$ seats.
Row 20 has 29 seats.

In a row of $n$ seats in a line with no two occupied adjacent,
the maximum is to take seats 1,3,5,... i.e. $\lceil n/2\rceil$.

So row $n$ contributes $\lceil n/2\rceil$:
10โ†’5, 11โ†’6, 12โ†’6, 13โ†’7, 14โ†’7, 15โ†’8, 16โ†’8, 17โ†’9,
18โ†’9, 19โ†’10, 20โ†’10, 21โ†’11, 22โ†’11, 23โ†’12, 24โ†’12,
25โ†’13, 26โ†’13, 27โ†’14, 28โ†’14, 29โ†’15.

Summing in pairs: $11+13+15+17+19+21+23+25+27+29$.
This is 10 terms averaging $(11+29)/2=20$, total $200$.

Leaving a seat empty can only reduce total, so 200 is max.
This rules out 150,180,400,460.
ANSWER 6: C

Problem 7:
Let $a_1=A$, common difference $d>0$. Since $a_1,a_2$ integers,
$d=a_2-a_1$ is an integer. $a_n=A+(n-1)d$.

$a_1\in[1,10]$, $a_1+d\in[13,20]$, $A+14d\in[241,250]$.

Then $14d=(A+14d)-A\in[241-10,250-1]=[231,249]$.
So $231\le14d\le249$, $16.5\le d\le17.78$.
Integer $d=17$ only, since $14\times16=224$, $14\times18=252$.

Then $A=(A+14d)-238\in[241-238,250-238]=[3,12]$.
Intersect $[1,10]$ gives $[3,10]$.
Also $A+17\in[13,20]$ gives $A\le3$. Hence $A=3$.

Check: $3,20,\dots,3+14\times17=241$, satisfies all.
Then $a_{14}=A+13d=3+13\times17=3+221=224$.
Digit sum $=2+2+4=8$, ruling out 9,10,11,12.
ANSWER 7: A

Problem 8:
Sum $1+\cdots+9=45$. Three groups equal sum $\Rightarrow$
each sum $45/3=15$.

Find triples of distinct 1โ€“9 summing to 15:
1+5+9, 1+6+8, 2+4+9, 2+5+8, 2+6+7, 3+4+8, 3+5+7, 4+5+6.

9 must be with $\{1,5\}$ or $\{2,4\}$.

Case 9 with 1,5: use $\{1,5,9\}$. Remaining $\{2,3,4,6,7,8\}$.
8 needs two summing to 7: only $3+4$ remains, so $\{3,4,8\}$
forced. Left $\{2,6,7\}=15$. Partition 1.

Case 9 with 2,4: use $\{2,4,9\}$. Remaining $\{1,3,5,6,7,8\}$.
8 needs 7: only $1+6$ remains, so $\{1,6,8\}$ forced.
Left $\{3,5,7\}=15$. Partition 2.

No other cases. So exactly 2 unordered partitions.
Labeled groups would give 12, not liste
openrouter:google/gemini-3.8-flash A โœ“
show
### Problem 1:

**Restatement of the Problem:**  
We are given the four digits $2, 4, 5,$ and $7$. There are $4! = 24$ four-digit numbers formed by using each of these digits exactly once. We are told that exactly one of these $24$ numbers is a multiple of another one among them. We need to identify that number from the given choices.

**Step-by-Step Solution:**
1. The smallest possible four-digit number that can be formed using digits $\{2, 4, 5, 7\}$ is $2457$, and the largest is $7542$.
2. If a number $B$ is a multiple of another number $A$, then $B = k \cdot A$ for some integer $k \ge 2$.
3. Since $A \ge 2457$ and $B \le 7542$, the multiplier $k$ can only be:
   $$\frac{7542}{2457} \approx 3.07 \implies k = 2 \text{ or } 3$$
4. Let's test multiples of the smallest valid numbers:
   - For $A = 2457$:
     - $2457 \times 2 = 4914$ (contains the digit $9$, not valid)
     - $2457 \times 3 = 7371$ (contains $3$ and $1$, not valid)
   - For $A = 2475$:
     - $2475 \times 2 = 4950$ (not valid)
     - $2475 \times 3 = 7425$ 
5. Notice that $7425$ contains the digits $7, 4, 2, 5$, each exactly once!
6. Thus, $7425$ is a multiple of $2475$ ($7425 = 3 \times 2475$). 
7. Checking the choices, $7425$ is Choice D.

ANSWER 1: D

---

### Problem 2:

**Restatement of the Problem:**  
Find the sum of the digits of the product of a string of $94$ nines and a string of $94$ fours:
$$\underbrace{999\dots99}_{94\text{ nines}} \times \underbrace{444\dots44}_{94\text{ fours}}$$

**Step-by-Step Solution:**
1. Let $N = \underbrace{444\dots44}_{94\text{ fours}}$.
2. A string of $94$ nines can be written as $10^{94} - 1$.
3. The product is:
   $$(10^{94} - 1) \times N = N \times 10^{94} - N$$
4. Let us observe the pattern for smaller values of $n$ (the number of digits):
   - For $n = 1$: $9 \times 4 = 36$, digit sum is $3 + 6 = 9 = 9 \times 1$.
   - For $n = 2$: $99 \times 44 = 4356$, digit sum is $4 + 3 + 5 + 6 = 18 = 9 \times 2$.
   - For $n = 3$: $999 \times 444 = 443556$, digit sum is $4 + 4 + 3 + 5 + 5 + 6 = 27 = 9 \times 3$.
5. In general, for $n$ digits, the product is:
   $$\underbrace{44\dots4}_{n-1\text{ fours}} 3 \underbrace{55\dots5}_{n-1\text{ fives}} 6$$
   The sum of the digits is:
   $$4(n-1) + 3 + 5(n-1) + 6 = 9(n-1) + 9 = 9n$$
6. Here, $n = 94$, so the sum of the digits is:
   $$9 \times 94 = 846$$

ANSWER 2: A

---

### Problem 3:

**Restatement of the Problem:**  
In each of three races, the first-place finisher receives $5$ points, the second-place finisher receives $3$ points, and the third-place finisher receives $1$ point. There are no ties. We wish to find the smallest number of points a student must earn in the three races to be guaranteed to have strictly more points than any other student.

**Step-by-Step Solution:**
1. In each race, the points awarded are $5, 3,$ and $1$. The possible point values a single student can obtain across $3$ races come from sums of three values chosen from $\{5, 3, 1, 0\}$ (where $0$ represents placing fourth or lower).
2. The possible scores near the top are:
   - $5 + 5 + 5 = 15$
   - $5 + 5 + 3 = 13$
   - $5 + 5 + 1 = 11$
   - $5 + 3 + 3 = 11$
   - $5 + 3 + 1 = 9$ or $3 + 3 + 3 = 9$
3. Can a student earn $11$ points and tie with another student?
   - Yes: Student A could finish 1st, 1st, and 3rd, scoring $5 + 5 + 1 = 11$.
   - Simultaneously, Student B could finish 2nd, 2nd, and 1st, scoring $3 + 3 + 5 = 11$.
   - Since Student A and Student B both have $11$ points, having $11$ points does not guarantee strictly more points than every other student.
4. Next possible higher score is $13$:
   - To score $13$ points, a student must finish with two 1st-place finishes and one 2nd-place finish ($5 + 5 + 3 = 13$).
   - If Student A scores $13$ points, the remaining points available to all other competitors across the three races are:
     - One 1st-place finish ($5$ points),
     - Two 2nd-place finishes ($3$ points each),
     - Three 3rd-place finishes ($1$ point each).
   - The maximum points any other single competitor could obtain is by taking the remaining 1st-place finish and both remaining 2nd-place finishes: $5 + 3 + 3 = 11$ points.
   - Since $11 < 13$, no other student can reach $13$ points.
5. Therefore, $13$ is the smallest number of points that guarantees a student has strictly more points than any other student.

ANSWER 3: D

---

### Problem 4:

**Restatement of the Problem:**  
A test consists of $20$ questions. Correct answers earn $5$ points, unanswered questions earn $1$ point, and incorrect answers earn $0$ points. We need to determine which of the given scores is NOT possible: $90, 91, 92, 95,$ or $97$.

**Step-by-Step Solution:**
1. Let $c$ be the number of correct answers, $u$ be the number of unanswered questions, and $w$ be the number of incorrect answers.
2. We have the constraints:
   $$c + u + w = 20, \quad c, u, w \ge 0$$
   $$\text{Score} = 5c + u$$
3. Let's analyze scores close to $100$:
   - If $c = 20$, then $u = 0, w = 0 \implies \text{Score} = 100$.
   - If $c = 19$, then $u + w = 1$.
     - If $u = 1, w = 0 \implies \text{Score} = 5(19) + 1 = 96$.
     - If $u = 0, w = 1 \implies \text{Score} = 5(19) + 0 = 95$.
   - If $c \le 18$, the maximum possible score is when all remaining questions are left unanswered ($u = 20 - c$):
     $$\text{Score} \le 5(18) + 2 = 92$$
4. Therefore, any score strictly between $92$ and $95$, or between $96$ and $100$, is impossible:
   - Impossible scores in the nineties are: $93, 94, 97, 98, 99$.
5. Checking the choices:
   - $90$: $c = 18, u = 0, w = 2 \implies 5(18) + 0 = 90$ (Possible)
   - $91$: $c = 18, u = 1, w = 1 \implies 5(18) + 1 = 91$ (Possible)
   - $92$: $c = 18, u = 2, w = 0 \implies 5(18) + 2 = 92$ (Possible)
   - $95$: $c = 19, u = 0, w = 1 \implies 5(19) + 0 = 95$ (Possible)
   - $97$: Impossible, as shown above.

ANSWER 4: E

---

### Problem 5:

**Restatement of the Problem:**  
Maria buys computer disks at $4$ for $\$5$ and sells them at $3$ for $\$5$. How many disks mus
openrouter:~z-ai/glm-latest A โœ“
show
# Problem 1:
We have all 24 permutations of digits {2, 4, 5, 7}. The smallest is 2457 and the largest is 7542. If one of these numbers is a multiple of another, say X = kยทY, then k = X/Y โ‰ค 7542/2457 โ‰ˆ 3.07, so **k = 2 or k = 3**.

**Try k = 2:** Then 2Y โ‰ค 7542 forces Y โ‰ค 3771, so Y starts with 2 or 4, and Y must be even. Candidates and their doubles:
- 2574 โ†’ 5148 โœ—, 2754 โ†’ 5508 โœ—
- 4572 โ†’ 9144 โœ—, 4752 โ†’ 9504 โœ—

None of the doubles use only digits {2,4,5,7}. So doubling never works.

**Try k = 3:** Then 3Y โ‰ค 7542 forces Y โ‰ค 2514, so Y โˆˆ {2457, 2475}:
- 3 ร— 2457 = 7371 โœ—
- 3 ร— 2475 = **7425** โœ“ (uses exactly digits 2, 4, 5, 7)

So the only multiple pair is 7425 = 3 ร— 2475. Checking the other choices directly (e.g., 5724 = 2ยฒยท3ยณยท53 and 7245 = 3ยฒยท5ยท7ยท23 have no 4-digit divisors made of 2,4,5,7) confirms none of them works.

ANSWER 1: D

# Problem 2:
A string of 94 nines equals 10โนโด โˆ’ 1. So the product is

44โ€ฆ4 (94 fours) ร— (10โนโด โˆ’ 1) = 44โ€ฆ4000โ€ฆ0 (94 fours followed by 94 zeros) โˆ’ 44โ€ฆ4.

Look at small cases to see the pattern:
- 44 ร— 99 = 4356
- 444 ร— 999 = 443556
- 4444 ร— 9999 = 44435556

The pattern is: **(nโˆ’1) fours, then a 3, then (nโˆ’1) fives, then a 6**. (This is the subtraction: the trailing zeros minus 44โ€ฆ4 gives 55โ€ฆ56, and borrowing 1 turns the leading 44โ€ฆ4 into 44โ€ฆ3.)

For n = 94 the answer is: 93 fours, then 3, then 93 fives, then 6.

Sum of digits = 93(4) + 3 + 93(5) + 6 = 372 + 3 + 465 + 6 = **846**.
(Not 954 โ€” that would come from wrongly counting 94 fours and 94 fives.)

ANSWER 2: A

# Problem 3:
Each race awards 5 + 3 + 1 = 9 points, so 27 points total over three races. A student's score is a sum of three odd numbers (5, 3, or 1), so every score is **odd**; possible scores are 3, 5, 7, 9, 11, 13, 15.

**Why 13 guarantees the win:** The only way to score 13 is 5 + 5 + 3 (first twice, second once). Then in the two races that student won, any rival scored at most 3 points; in the remaining race, at most 5. So every rival has at most 3 + 3 + 5 = 11 < 13. โœ“

**Why smaller values fail:** With 11 points (e.g., 5 + 5 + 1: first twice, third once), another student could be second in those two races (3 + 3) and first in the third (5), also totaling 11 โ€” a tie, so 11 does not guarantee being strictly ahead. (With 9 or 10, a rival could even score more.) Since all scores are odd, 12 is impossible anyway.

ANSWER 3: D

# Problem 4:
Let c = correct, u = unanswered, w = wrong, with c + u + w = 20. Score = 5c + u.

- 90: 18 correct, 0 unanswered, 2 wrong โ†’ 18ยท5 = 90 โœ“
- 91: 18 correct, 1 unanswered, 1 wrong โ†’ 90 + 1 โœ“
- 92: 18 correct, 2 unanswered, 0 wrong โ†’ 90 + 2 โœ“
- 95: 19 correct, 0 unanswered, 1 wrong โ†’ 95 โœ“
- 97: Need 5c + u = 97. Since 97 โ‰ก 2 (mod 5), u โˆˆ {2, 7, 12, 17}.
  - u = 2 โ†’ c = 19, but c + u = 21 > 20 โœ—
  - u = 7 โ†’ c = 18, c + u = 25 > 20 โœ—
  - u = 12 โ†’ c = 17, c + u = 29 > 20 โœ—
  - u = 17 โ†’ c = 16, c + u = 33 > 20 โœ—

So 97 is impossible.

ANSWER 4: E

# Problem 5:
Buying at 4 disks for $5 means cost per disk = 5/4 = $1.25.
Selling at 3 disks for $5 means revenue per disk = 5/3 โ‰ˆ $1.67.

Profit per disk = 5/3 โˆ’ 5/4 = (20 โˆ’ 15)/12 = **5/12 dollars**.

To make $100 profit: number of disks = 100 รท (5/12) = 100 ยท 12/5 = **240**.

Check: 240 disks cost 240 ยท 1.25 = $300; selling 240 disks brings 240 ยท 5/3 = $400; profit = $100. โœ“
(The tempting wrong answer 120 comes from forgetting she must also *buy* the disks she sells.)

ANSWER 5: D

# Problem 6:
Row i has 10 + (i โˆ’ 1) seats, so the rows have 10, 11, 12, โ€ฆ, 29 seats.

In a row of n seats with no two students adjacent, the maximum is โŒˆn/2โŒ‰ (alternate seating: seat, gap, seat, gap, โ€ฆ).

Compute row by row:
- Row 10 โ†’ 5, row 11 โ†’ 6, row 12 โ†’ 6, row 13 โ†’ 7, row 14 โ†’ 7, row 15 โ†’ 8, row 16 โ†’ 8, row 17 โ†’ 9, row 18 โ†’ 9, row 19 โ†’ 10, row 20 โ†’ 10, row 21 โ†’ 11, row 22 โ†’ 11, row 23 โ†’ 12, row 24 โ†’ 12, row 25 โ†’ 13, row 26 โ†’ 13, row 27 โ†’ 14, row 28 โ†’ 14, row 29 โ†’ 15.

Total = 5 + (6+6) + (7+7) + (8+8) + (9+9) + (10+10) + (11+11) + (12+12) + (13+13) + (14+14) + 15 = **200**.

(Shortcut: total seats = 390; half is 195; the 10 odd-sized rows each contribute an extra half-seat: 195 + 10 = 200. Choice 400 wrongly assumes every seat can be filled; choice 180 wrongly floors every row.)

ANSWER 6: C

# Problem 7:
Let d be the common spacing. Then aโ‚‚ = aโ‚ + d and aโ‚โ‚… = aโ‚ + 14d.

From 1 โ‰ค aโ‚ โ‰ค 10 and 241 โ‰ค aโ‚โ‚… โ‰ค 250:
241 โ‰ค aโ‚ + 14d โ‰ค 250 โŸน 231 โ‰ค 14d โ‰ค 249 โŸน 16.5 โ‰ค d โ‰ค 17.79, so **d = 17** (integers only).

Now aโ‚โ‚… = aโ‚ + 14(17) = aโ‚ + 238 must satisfy 241 โ‰ค aโ‚ + 238 โ‰ค 250, so aโ‚ โ‰ฅ 3.
Also aโ‚‚ = aโ‚ + 17 must satisfy aโ‚‚ โ‰ค 20, so aโ‚ โ‰ค 3.
Therefore aโ‚ = 3. (Check: aโ‚‚ = 20 โˆˆ [13, 20] โœ“, aโ‚โ‚… = 241 โˆˆ [241, 250] โœ“.)

Then aโ‚โ‚„ = aโ‚ + 13d = 3 + 13(17) = 3 + 221 = **224**.

Sum of digits: 2 + 2 + 4 = **8**.

ANSWER 7: A

# Problem 8:
The numbers 1 through 9 sum to 45, so each of the 3 groups must sum to 45/3 = **15**.

All triples from {1,โ€ฆ,9} summing to 15:
1-5-9, 1-6-8, 2-4-9, 2-5-8, 2-6-7, 3-4-8, 3-5-7, 4-5-6 (these are the 8 lines of the 3ร—3 magic square).

Since the group containing 1 must be either {1,5,9} or {1,6,8}:

**Case {1,5,9}:** Remaining digits {2,3,4,6,7,8} must form two triples summing to 15 โ€” the only option is {2,6,7} and {3,4,8}. โœ“ โ†’ Partition: {1,5,9}, {2,6,7}, {3,4,8}.

**Case {1,6,8}:** Remaining digits {2,3,4,5,7,9} โ€” the only option is {2,4,9} and {3,5,7}. โœ“ โ†’ Partition: {1,6,8}, {2,4,9}, {3,5,7}.

No other partitions exist, so there are exactly **2** ways (groups aren't labeled, and order within a group doesn't matter).

ANSWER 8: C

# Problem 9:
There are 36 equally likely outcomes. Count pairs (die1, die2) with product > 10:

- Roll of 1: products 1โ€“6 โ†’ none.
- Roll of 2: products 2,4,6,8,10,12 โ†’ (2,6) only โ†’ 1 outcome.
- Roll of 3: 3,6,9,12,15,18 โ†’ (3,4),(3,5),(3,6) โ†’ 3 outcomes.
- Roll of 4: 4,8,12,16,20,24 โ†’ (4,3),(4,4),(4,5),(4,6) โ†’ 4 outcomes.
- Roll of 5: 5,10,15,20,25,30 โ†’ (5,3),(5,4),(5,5),(5,6) โ†’ 4 outcomes.
- Roll of 6: 6,12,18,24,30,36 โ†’ (6,2),(6,3),(6,4),(6,5),(6,6) โ†’ 5 outcomes.

Total favorable = 1 + 3 + 4 + 4 + 5 = **17**
openrouter:qwen/qwen3.8-27b โ€“ โš  timed out after 180s โ€” too slow / stuck in reasoning to answer all questions in one call (counted as a fail)
openrouter:anthropic/claude-opus-5 A โœ“
show
# Problem 1:
We need a permutation of {2,4,5,7} that is a multiple of another permutation of the same digits.

The smallest such number is 2457 and the largest is 7542, so the ratio of the two numbers is less than 7542/2457 โ‰ˆ 3.07. So the multiplier can only be 2 or 3.

**Multiplier 3:** Try the small permutations starting with 2 (since 3 ร— (number) must still be a 4-digit permutation):
- 2457 ร— 3 = 7371 (no)
- 2475 ร— 3 = **7425** โœ“ โ€” digits 7, 4, 2, 5, a permutation!

So 7425 = 3 ร— 2475, both using 2, 4, 5, 7 exactly once.

Checking the tempting choices: 5724, 7245, 7254, 7542 are all even or not divisible appropriately โ€” e.g. 7254/2 = 3627 and 7254/3 = 2418 (digits wrong), 5724/2 = 2862, 7542/2 = 3771, 7542/3 = 2514, 7245/3 = 2415 โ€” none give permutations of 2,4,5,7.

ANSWER 1: D

# Problem 2:
Look at the pattern with small strings:
- 9 ร— 4 = 36, digit sum = 9
- 99 ร— 44 = 4356, digit sum = 4+3+5+6 = 18
- 999 ร— 444 = 443556, digit sum = 4+4+3+5+5+6 = 27
- 9999 ร— 4444 = 44435556, digit sum = 36

The product of *n* nines and *n* fours is 44โ€ฆ4 (nโˆ’1 fours) 3 55โ€ฆ5 (nโˆ’1 fives) 6, whose digit sum is
4(nโˆ’1) + 3 + 5(nโˆ’1) + 6 = 9n โˆ’ 9 + 9 = 9n.

For n = 94: digit sum = 9 ร— 94 = **846**.

(945 and 954 would come from miscounting as 9(n+1) or similar.)

ANSWER 2: A

# Problem 3:
Each race awards 5 + 3 + 1 = 9 points, so 27 points total over three races.

**Is 11 enough?** A student could get 11 as 5 + 5 + 1. Then in the third race someone else could win (5) and place second in the first two races: 3 + 3 + 5 = 11 โ€” a tie, so 11 is not a guarantee. (Similarly 9 and 10 fail.)

**Is 13 enough?** The only way to score 13 is 5 + 5 + 3. Then the remaining points available are: race 1 โ†’ {3, 1}, race 2 โ†’ {3, 1}, race 3 โ†’ {5, 1}. The best any other student can do is 3 + 3 + 5 = 11 < 13. So 13 guarantees the win.

15 (winning all three) works too, but is not the smallest.

ANSWER 3: D

# Problem 4:
Let c = number correct, u = number unanswered, with c + u โ‰ค 20. Score = 5c + u.

- 90 = 5(18) + 0 โ†’ 18 questions used โœ“
- 91 = 5(18) + 1 โ†’ 19 used โœ“
- 92 = 5(18) + 2 โ†’ 20 used โœ“
- 95 = 5(19) + 0 โ†’ 19 used โœ“
- 97: need 5c + u = 97. If c = 19, u = 2, but 19 + 2 = 21 > 20 โœ—. If c = 18, u = 7, total 25 > 20 โœ—. Smaller c makes u even bigger. With c = 20, score is 100. So 97 is impossible.

ANSWER 4: E

# Problem 5:
Cost per disk = $5/4 = $1.25. Selling price per disk = $5/3 โ‰ˆ $1.6667.

Profit per disk = 5/3 โˆ’ 5/4 = 20/12 โˆ’ 15/12 = 5/12 dollars.

Number needed: 100 รท (5/12) = 100 ร— 12/5 = **240** disks.

(Choosing 120 comes from using a profit of $5/6 per disk; 1200 from forgetting the 5.)

ANSWER 5: D

# Problem 6:
Rows have 10, 11, 12, โ€ฆ, 29 seats. In a row of n seats with no two students adjacent, the maximum is โŒˆn/2โŒ‰ (seat in positions 1, 3, 5, โ€ฆ).

So the maxima are โŒˆ10/2โŒ‰ = 5, โŒˆ11/2โŒ‰ = 6, 6, 7, 7, 8, โ€ฆ, โŒˆ29/2โŒ‰ = 15.

Pair consecutive rows:
(10,11): 5+6 = 11, (12,13): 13, (14,15): 15, (16,17): 17, (18,19): 19, (20,21): 21, (22,23): 23, (24,25): 25, (26,27): 27, (28,29): 29.

Sum = 11+13+15+โ€ฆ+29 = 10 terms averaging 20 = **200**.

(400 is the total number of seats โ€” half of them can be used.)

ANSWER 6: C

# Problem 7:
Equally spaced integers: aโ‚™ = aโ‚ + (nโˆ’1)d.

From aโ‚โ‚… = aโ‚ + 14d with 241 โ‰ค aโ‚ + 14d โ‰ค 250 and 1 โ‰ค aโ‚ โ‰ค 10:
14d โ‰ฅ 241 โˆ’ 10 = 231 and 14d โ‰ค 250 โˆ’ 1 = 249, so 16.5 โ‰ค d โ‰ค 17.8 โ†’ d = 17.

From aโ‚‚ = aโ‚ + 17 with 13 โ‰ค aโ‚ + 17 โ‰ค 20: aโ‚ โ‰ค 3. Combined with aโ‚ + 238 โ‰ฅ 241 โ†’ aโ‚ โ‰ฅ 3. So aโ‚ = 3.

Check: aโ‚โ‚… = 3 + 14(17) = 241 โœ“ (in range), aโ‚‚ = 20 โœ“.

aโ‚โ‚„ = 3 + 13(17) = 3 + 221 = 224. Digit sum = 2 + 2 + 4 = **8**.

ANSWER 7: A

# Problem 8:
Total = 1+2+โ‹ฏ+9 = 45, so each group sums to 45/3 = 15.

Consider the group containing 9: the other two cards sum to 6, so they are {1,5} or {2,4} ({3,3} impossible).

**Case {9,1,5}:** remaining {2,3,4,6,7,8}. The group with 8 needs two cards summing to 7: only {3,4} (since {1,6} uses the used 1). Then the last group is {2,6,7}, which sums to 15 โœ“.
โ†’ {1,5,9}, {3,4,8}, {2,6,7}

**Case {9,2,4}:** remaining {1,3,5,6,7,8}. The group with 8 needs two summing to 7: only {1,6}. Last group {3,5,7} sums to 15 โœ“.
โ†’ {2,4,9}, {1,6,8}, {3,5,7}

Exactly **2** ways.

ANSWER 8: C

# Problem 9:
There are 36 equally likely outcomes. Count those with product > 10 (note product = 10 does **not** count):

- Die 1 = 1: none (max 6)
- Die 1 = 2: need b > 5 โ†’ b = 6 โ†’ 1 way
- Die 1 = 3: need b > 10/3 โ†’ b = 4,5,6 โ†’ 3 ways
- Die 1 = 4: need b > 2.5 โ†’ b = 3,4,5,6 โ†’ 4 ways
- Die 1 = 5: need b > 2 โ†’ b = 3,4,5,6 โ†’ 4 ways
- Die 1 = 6: need b > 5/3 โ†’ b = 2,3,4,5,6 โ†’ 5 ways

Total = 0+1+3+4+4+5 = 17, so probability = **17/36**.

(1/2 = 18/36 would result from mistakenly including product = 10.)

ANSWER 9: B

# Problem 10:
Label Chris as the person who takes piece #1. With n students, the pieces Chris takes are #1, #(n+1), #(2n+1), โ€ฆ i.e. pieces numbered 1 + kn.

For Chris to take piece #100 we need 100 = 1 + kn, i.e. n divides 99.

Divisors of 99: 1, 3, 9, 11, 33, 99. Among the choices, only **11** works (99 = 9 ร— 11, so Chris takes pieces 1, 12, 23, โ€ฆ, 100).

Checking others: 99/10, 99/19, 99/20, 99/25 are not integers.

ANSWER 10: B
openrouter:openai/gpt-5.6-terra-pro A โœ“
show
Problem 1:

We need find the one number among all permutations of \(2,4,5,7\) that is a multiple of another such number.

Any such four-digit number is between \(2457\) and \(7542\). Therefore, if a larger one is an integer multiple of a smaller one, the multiplier can only be \(2\) or \(3\).

### Could the multiplier be 2?

Suppose \(N=2M\), where both \(N\) and \(M\) use the digits \(2,4,5,7\).

- If \(M\) ends in \(2\), then \(N\) ends in \(4\). Looking at the tens digit, doubling \(4,5,\) or \(7\) gives an invalid digit or repeats the \(4\), so this cannot work.
- If \(M\) ends in \(7\), then \(N\) ends in \(4\), with a carry of \(1\). The tens digit must be \(2\), producing \(5\). Thus \(M\) must be either \(4527\) or \(5427\):
  \[
  2(4527)=9054,\qquad 2(5427)=10854,
  \]
  neither of which is a valid permutation.

So no pair has one number twice the other.

### Could the multiplier be 3?

The smaller number must be at most
\[
\frac{7542}{3}=2514.
\]
The only permutations of \(2,4,5,7\) below \(2514\) are
\[
2457,\qquad 2475.
\]

Now calculate:
\[
3(2457)=7371,
\]
not a permutation of \(2,4,5,7\), but
\[
3(2475)=7425.
\]

Thus \(7425\) is the desired number. The other choices are not \(3\) times a valid smaller permutation.

ANSWER 1: D

Problem 2:

Let \(n=94\). We are multiplying

\[
\underbrace{99\cdots 99}_{94\text{ nines}}
\cdot
\underbrace{44\cdots 44}_{94\text{ fours}}.
\]

For a smaller example,

\[
999\cdot444=443556.
\]

In general, the product has:

- \(93\) digits equal to \(4\),
- then a \(3\),
- then \(93\) digits equal to \(5\),
- then a final \(6\).

So the sum of its digits is

\[
93\cdot 4+3+93\cdot 5+6.
\]

Compute:

\[
372+3+465+6=846.
\]

Choices such as \(945\) or \(954\) might result from incorrectly using 94 copies of both the 4s and 5s; there are only \(93\) of each in the middle pattern.

ANSWER 2: A

Problem 3:

A student earns \(5\) points for first, \(3\) for second, and \(1\) for third.

We seek the smallest score that guarantees the student has strictly more points than every other student.

A score of \(13\) must be earned as

\[
5+5+3.
\]

That means the student wins two races and finishes second in the other race.

Consider any rival student:

- In each race our student wins, the rival can earn at most \(3\) points.
- In the race our student finishes second, the rival can earn at most \(5\) points.

Thus a rival can earn at most

\[
3+3+5=11.
\]

Therefore, \(13\) points guarantees first overall.

Now check why smaller relevant scores do not guarantee this:

- A score of \(11\) can be \(5+5+1\). Another student could finish second in the first two races and win the third:
  \[
  3+3+5=11,
  \]
  causing a tie.
- A score of \(10\) can be \(5+5+0\). Another student can earn
  \[
  3+3+5=11,
  \]
  and exceed that score.

Thus \(13\) is the smallest score that guarantees more points than everyone else.

ANSWER 3: D

Problem 4:

Let

- \(c\) = number correct,
- \(u\) = number unanswered.

The score is

\[
5c+u,
\]
with
\[
c+u\le 20.
\]

Check each choice.

- \(90=5(18)+0\), so 90 is possible.
- \(91=5(18)+1\), so 91 is possible.
- \(92=5(18)+2\), so 92 is possible.
- \(95=5(19)+0\), so 95 is possible.
- For \(97\), the closest possibility is
  \[
  97=5(19)+2.
  \]
  But that would require \(19+2=21\) questions, and there are only 20 questions.

So 97 is not possible.

ANSWER 4: E

Problem 5:

Maria buys 4 disks for \$5, so her cost per disk is

\[
\frac{5}{4}=\$1.25.
\]

She sells 3 disks for \$5, so her selling price per disk is

\[
\frac{5}{3}.
\]

Her profit per disk is

\[
\frac{5}{3}-\frac{5}{4}
=\frac{20}{12}-\frac{15}{12}
=\frac{5}{12}.
\]

To make \$100 profit, she must sell

\[
100\div\frac{5}{12}
=100\cdot\frac{12}{5}
=240
\]

disks.

Choices such as 120 confuse the profit with the selling price; 240 is the number that gives a total profit of \$100.

ANSWER 5: D

Problem 6:

The rows have from 10 seats up through

\[
10+19=29
\]

seats.

In a row with \(n\) seats, the maximum number of students who can sit with no two adjacent is

\[
\left\lceil \frac n2\right\rceil.
\]

Pair consecutive rows:

\[
\begin{array}{c|c}
\text{Rows} & \text{Maximum students} \\ \hline
10,11 & 5+6=11\\
12,13 & 6+7=13\\
14,15 & 7+8=15\\
\vdots & \vdots\\
28,29 & 14+15=29
\end{array}
\]

These totals are

\[
11,13,15,\ldots,29.
\]

This is an arithmetic sequence of 10 terms, with average

\[
\frac{11+29}{2}=20.
\]

Therefore the total is

\[
10\cdot20=200.
\]

The tempting answer \(400\) would be the total number of seats, but students cannot sit next to each other.

ANSWER 6: C

Problem 7:

The numbers are equally spaced, so let the common difference be \(d\). Then

\[
a_{15}=a_1+14d
\]
and
\[
a_2=a_1+d.
\]

Subtracting gives

\[
a_{15}-a_2=13d.
\]

Using the given ranges,

\[
241-20\le a_{15}-a_2\le250-13.
\]

Thus

\[
221\le13d\le237.
\]

Dividing by 13 gives

\[
17\le d\le18.
\]

So \(d\) is either 17 or 18.

If \(d=18\), then

\[
a_{15}=a_1+14(18)=a_1+252,
\]

which is greater than 250 because \(a_1\ge1\). So \(d\neq18\).

Thus \(d=17\). Then

\[
a_{15}=a_1+14(17)=a_1+238.
\]

Since \(241\le a_{15}\le250\),

\[
241\le a_1+238\le250,
\]
so

\[
3\le a_1\le12.
\]

Also,

\[
a_2=a_1+17
\]
must be at most 20, so \(a_1\le3\). Therefore,

\[
a_1=3.
\]

Now

\[
a_{14}=a_1+13d=3+13(17)=3+221=224.
\]

The sum of its digits is

\[
2+2+4=8.
\]

ANSWER 7: A

Problem 8:

The sum of all the cards is

\[
1+2+\cdots+9=45.
\]

Since the cards are divided into 3 equal-sum groups, each group must sum to

\[
45\div3=15.
\]

The group containing 9 must have two other cards totaling

\[
15-9=6.
\]

The possible pairs are

\[
1+5=6,\qquad 2+4=6.
\]

So there are two cases.

### Case 1: \( \{1,5,9\} \)

The remaining cards are \(2,3,4,6,7,8\). They can be grouped as

\[
\{2,6,7\},\qquad \{3,4,8\}.
\]

This gives one division:

\[
\{1,5,9\},\ \{2,6,7\},\ \{3,4,8\}.
\]

### Case 2: \( \{2,4,9\} \)

The remaining cards are \(1,3,5,6,7,8\). They can be grouped as

\[
\{1,6,8\},\qquad \{3,
Q8 ยท stretch ยท AMC 8 2023 #21 โ€” correct: C (2 ways.) ยท solved by 5/5 models

Alina writes the numbers 1, 2, …, 9 on separate cards, one number per card. She wishes to divide the cards into 3 groups of 3 cards so that the sum of the numbers in each group will be the same. In how many ways can this be done?

  1. 0
  2. 1
  3. 2
  4. 3
  5. 4
Official approach: fix the totals, then place the extreme numbers
ModelPickโœ“/โœ—Reasoning
openrouter:meta/muse-spark-1.3 C โœ“
show
Problem 1:
We need four-digit numbers using 2,4,5,7 once each.
There are 24 of them. Sum of digits = 2+4+5+7 = 18,
so every such number is divisible by 9.

Let a smaller one $S$ divide a larger one $L$, $L=kS$.
Since $2457 \le S < L \le 7542$,
$$ k = L/S < 7542/2457 < 3.07. $$
$k$ is an integer $>1$, so $k=2$ or $k=3$.

Rule out $k=2$.
$S\ge 2457$ and $L=2S\le 7542$ gives $S\le 3771$.
Hence $S$ is $2457$ to $3771$ and uses digits 2,4,5,7,
so its thousands digit must be 2. So $S=2\_\_\_$.

Let $d$ be units of $S$. $d$ is 4,5 or 7.
$L=2S$ has units $(2d)\bmod 10$, which must be 2,4,5 or 7.
- $d=4 \to 8$, impossible.
- $d=5 \to 0$, impossible.
- $d=7 \to 4$, possible, with carry 1.

So $S$ must end in 7, $L$ end in 4, and $S=2\_\_7$
with middle digits 4,5. I.e. $S=2457$ or $2547$.
But $2457\times 2=4914$, $2547\times 2=5094$,
neither uses digits 2,4,5,7. So $k=2$ is impossible.

Hence $k=3$. Then $L=3S\le 7542$ gives $S\le 2514$.
Also $S\ge 2457$. So $2457\le S\le 2514$ using digits 2,4,5,7.
Thousands digit 2. The only permutations in that interval are
2457 and 2475; $2547$ is already too big since $3\times2547>7542$.

Test:
$2457\times 3 = 7371$, not a permutation.
$2475\times 3 = 7425$, which is $2,4,7,5$ exactly once.

Indeed $2475\times 3 = 6000+1200+210+15 = 7425$.
So the unique multiple is 7425. This eliminates A,B,C,E; e.g.
halves and thirds of 5724,7245,7254,7542 are not permutations.
ANSWER 1: D

Problem 2:
We multiply $N=99\dots9$ ($n$ nines) by $M=44\dots4$ ($n$ fours).
Test small $n$:
$9\times4=36$, digit sum 9.
$99\times44=4356$, digit sum 18.
$999\times444=443556$, digit sum 27.
Guess sum $=9n$.

Prove: $M$ has $n$ digits 4. $N=10^{n}-1$.
$$ N\cdot M = M\cdot10^{n}-M = (M-1)10^{n}+ (10^{n}-M). $$
Let $F=M=44\dots4$. Then
$$M-1 = 44\dots43,$$
$n-1$ fours then 3, and
$$10^{n}-M = 55\dots56,$$
$n-1$ fives then 6, e.g. $1000-444=556$.
Hence the product is the concatenation:
$(n-1$ fours$)3\,(n-1$ fives$)6$.

Digit sum $=4(n-1)+3+5(n-1)+6 =9(n-1)+9=9n$.

For $n=94$, sum $=9\times94=846$.

This rules out 855,945,954,1072.
ANSWER 2: A

Problem 3:
Points per race: 5 first, 3 second, 1 third, 0 otherwise.
Let our student have total $T$. Another student maximized
takes the best place left by ours in each race:
if ours is 1st, max 3; if 2nd,3rd or out, max 5.

$T=13$ can only be $5+5+3$: two wins and a second.
Max for opponent $=3+3+5=11<13$. So 13 guarantees sole first.
Hence 15 also does, but we want smallest.

$T=11$ can be $5+5+1$. Then an opponent can be second, second,
first: $3+3+5=11$, tying us. So 11 does not guarantee strictly
more. It can also be $5+3+3$, where opponent can get
$3+5+5=13>11$.

Thus 11 fails. Any $T\le10$ also fails: e.g. opponent can still
aim for $3+3+5=11$ while we win twice and do worse in the third
race; e.g. we get $5+5+0=10$ and opponent gets 11 and beats us.
Similarly 9 is beatable.

So among attainable totals, 13 is the first that works.
Choices 9,10,11 fail; 15 works but is not smallest.
ANSWER 3: D

Problem 4:
Let $c$ correct, $u$ unanswered, $w$ wrong, $c+u+w=20$.
Score $S=5c+u$.

Then $u=S-5c\ge0$ and $c+u\le20$, i.e. $c+S-5c\le20$,
$S-4c\le20$.

- 90: $u=90-5c$. Need $5c\le90$, $90-4c\le20$.
$c=18$ gives $u=0$, $c+u=18\le20$ with $w=2$. Possible.

- 91: $u=91-5c$. $c=18$ gives $u=1$, $c+u=19\le20$ with $w=1$.
Possible: 18 correct, 1 blank, 1 wrong.

- 92: $u=92-5c$. $c=18$ gives $u=2$, $c+u=20$. Possible:
18 correct, 2 blank.

- 95: $u=95-5c$. $c=19$ gives $u=0$, $c+u=19\le20$ with $w=1$.
Possible: 19 correct, 1 wrong.

- 97: $u=97-5c$. Need $5c\le97$ so $c\le19$, and
$97-4c\le20$ so $4c\ge77$ so $c\ge20$. Impossible.
Indeed $c=19$ would need $u=2$, total $21>20$; $c=20$ gives 100.
So 97 cannot occur.

Hence NOT possible is 97.
ANSWER 4: E

Problem 5:
Cost: 4 for \$5, so per disk $5/4=1.25$.
Sell: 3 for \$5, so per disk $5/3\approx1.67$.

Profit per disk $=5/3-5/4=(20-15)/12=5/12$ dollars.

To make \$100 need $N$ with $N\cdot5/12=100$,
$$N=100\times12/5=240.$$

Check: buy 240 costs $240/4\times5=300$; sell 240 gets
$240/3\times5=400$; profit $100$.
100,120,200,1200 give profits $125/3,50,250/3,500$, not 100.
ANSWER 5: D

Problem 6:
Row 1 has 10 seats, row $i$ has $10+i-1=9+i$ seats.
Row 20 has 29 seats.

In a row of $n$ seats in a line with no two occupied adjacent,
the maximum is to take seats 1,3,5,... i.e. $\lceil n/2\rceil$.

So row $n$ contributes $\lceil n/2\rceil$:
10โ†’5, 11โ†’6, 12โ†’6, 13โ†’7, 14โ†’7, 15โ†’8, 16โ†’8, 17โ†’9,
18โ†’9, 19โ†’10, 20โ†’10, 21โ†’11, 22โ†’11, 23โ†’12, 24โ†’12,
25โ†’13, 26โ†’13, 27โ†’14, 28โ†’14, 29โ†’15.

Summing in pairs: $11+13+15+17+19+21+23+25+27+29$.
This is 10 terms averaging $(11+29)/2=20$, total $200$.

Leaving a seat empty can only reduce total, so 200 is max.
This rules out 150,180,400,460.
ANSWER 6: C

Problem 7:
Let $a_1=A$, common difference $d>0$. Since $a_1,a_2$ integers,
$d=a_2-a_1$ is an integer. $a_n=A+(n-1)d$.

$a_1\in[1,10]$, $a_1+d\in[13,20]$, $A+14d\in[241,250]$.

Then $14d=(A+14d)-A\in[241-10,250-1]=[231,249]$.
So $231\le14d\le249$, $16.5\le d\le17.78$.
Integer $d=17$ only, since $14\times16=224$, $14\times18=252$.

Then $A=(A+14d)-238\in[241-238,250-238]=[3,12]$.
Intersect $[1,10]$ gives $[3,10]$.
Also $A+17\in[13,20]$ gives $A\le3$. Hence $A=3$.

Check: $3,20,\dots,3+14\times17=241$, satisfies all.
Then $a_{14}=A+13d=3+13\times17=3+221=224$.
Digit sum $=2+2+4=8$, ruling out 9,10,11,12.
ANSWER 7: A

Problem 8:
Sum $1+\cdots+9=45$. Three groups equal sum $\Rightarrow$
each sum $45/3=15$.

Find triples of distinct 1โ€“9 summing to 15:
1+5+9, 1+6+8, 2+4+9, 2+5+8, 2+6+7, 3+4+8, 3+5+7, 4+5+6.

9 must be with $\{1,5\}$ or $\{2,4\}$.

Case 9 with 1,5: use $\{1,5,9\}$. Remaining $\{2,3,4,6,7,8\}$.
8 needs two summing to 7: only $3+4$ remains, so $\{3,4,8\}$
forced. Left $\{2,6,7\}=15$. Partition 1.

Case 9 with 2,4: use $\{2,4,9\}$. Remaining $\{1,3,5,6,7,8\}$.
8 needs 7: only $1+6$ remains, so $\{1,6,8\}$ forced.
Left $\{3,5,7\}=15$. Partition 2.

No other cases. So exactly 2 unordered partitions.
Labeled groups would give 12, not liste
openrouter:google/gemini-3.8-flash C โœ“
show
### Problem 1:

**Restatement of the Problem:**  
We are given the four digits $2, 4, 5,$ and $7$. There are $4! = 24$ four-digit numbers formed by using each of these digits exactly once. We are told that exactly one of these $24$ numbers is a multiple of another one among them. We need to identify that number from the given choices.

**Step-by-Step Solution:**
1. The smallest possible four-digit number that can be formed using digits $\{2, 4, 5, 7\}$ is $2457$, and the largest is $7542$.
2. If a number $B$ is a multiple of another number $A$, then $B = k \cdot A$ for some integer $k \ge 2$.
3. Since $A \ge 2457$ and $B \le 7542$, the multiplier $k$ can only be:
   $$\frac{7542}{2457} \approx 3.07 \implies k = 2 \text{ or } 3$$
4. Let's test multiples of the smallest valid numbers:
   - For $A = 2457$:
     - $2457 \times 2 = 4914$ (contains the digit $9$, not valid)
     - $2457 \times 3 = 7371$ (contains $3$ and $1$, not valid)
   - For $A = 2475$:
     - $2475 \times 2 = 4950$ (not valid)
     - $2475 \times 3 = 7425$ 
5. Notice that $7425$ contains the digits $7, 4, 2, 5$, each exactly once!
6. Thus, $7425$ is a multiple of $2475$ ($7425 = 3 \times 2475$). 
7. Checking the choices, $7425$ is Choice D.

ANSWER 1: D

---

### Problem 2:

**Restatement of the Problem:**  
Find the sum of the digits of the product of a string of $94$ nines and a string of $94$ fours:
$$\underbrace{999\dots99}_{94\text{ nines}} \times \underbrace{444\dots44}_{94\text{ fours}}$$

**Step-by-Step Solution:**
1. Let $N = \underbrace{444\dots44}_{94\text{ fours}}$.
2. A string of $94$ nines can be written as $10^{94} - 1$.
3. The product is:
   $$(10^{94} - 1) \times N = N \times 10^{94} - N$$
4. Let us observe the pattern for smaller values of $n$ (the number of digits):
   - For $n = 1$: $9 \times 4 = 36$, digit sum is $3 + 6 = 9 = 9 \times 1$.
   - For $n = 2$: $99 \times 44 = 4356$, digit sum is $4 + 3 + 5 + 6 = 18 = 9 \times 2$.
   - For $n = 3$: $999 \times 444 = 443556$, digit sum is $4 + 4 + 3 + 5 + 5 + 6 = 27 = 9 \times 3$.
5. In general, for $n$ digits, the product is:
   $$\underbrace{44\dots4}_{n-1\text{ fours}} 3 \underbrace{55\dots5}_{n-1\text{ fives}} 6$$
   The sum of the digits is:
   $$4(n-1) + 3 + 5(n-1) + 6 = 9(n-1) + 9 = 9n$$
6. Here, $n = 94$, so the sum of the digits is:
   $$9 \times 94 = 846$$

ANSWER 2: A

---

### Problem 3:

**Restatement of the Problem:**  
In each of three races, the first-place finisher receives $5$ points, the second-place finisher receives $3$ points, and the third-place finisher receives $1$ point. There are no ties. We wish to find the smallest number of points a student must earn in the three races to be guaranteed to have strictly more points than any other student.

**Step-by-Step Solution:**
1. In each race, the points awarded are $5, 3,$ and $1$. The possible point values a single student can obtain across $3$ races come from sums of three values chosen from $\{5, 3, 1, 0\}$ (where $0$ represents placing fourth or lower).
2. The possible scores near the top are:
   - $5 + 5 + 5 = 15$
   - $5 + 5 + 3 = 13$
   - $5 + 5 + 1 = 11$
   - $5 + 3 + 3 = 11$
   - $5 + 3 + 1 = 9$ or $3 + 3 + 3 = 9$
3. Can a student earn $11$ points and tie with another student?
   - Yes: Student A could finish 1st, 1st, and 3rd, scoring $5 + 5 + 1 = 11$.
   - Simultaneously, Student B could finish 2nd, 2nd, and 1st, scoring $3 + 3 + 5 = 11$.
   - Since Student A and Student B both have $11$ points, having $11$ points does not guarantee strictly more points than every other student.
4. Next possible higher score is $13$:
   - To score $13$ points, a student must finish with two 1st-place finishes and one 2nd-place finish ($5 + 5 + 3 = 13$).
   - If Student A scores $13$ points, the remaining points available to all other competitors across the three races are:
     - One 1st-place finish ($5$ points),
     - Two 2nd-place finishes ($3$ points each),
     - Three 3rd-place finishes ($1$ point each).
   - The maximum points any other single competitor could obtain is by taking the remaining 1st-place finish and both remaining 2nd-place finishes: $5 + 3 + 3 = 11$ points.
   - Since $11 < 13$, no other student can reach $13$ points.
5. Therefore, $13$ is the smallest number of points that guarantees a student has strictly more points than any other student.

ANSWER 3: D

---

### Problem 4:

**Restatement of the Problem:**  
A test consists of $20$ questions. Correct answers earn $5$ points, unanswered questions earn $1$ point, and incorrect answers earn $0$ points. We need to determine which of the given scores is NOT possible: $90, 91, 92, 95,$ or $97$.

**Step-by-Step Solution:**
1. Let $c$ be the number of correct answers, $u$ be the number of unanswered questions, and $w$ be the number of incorrect answers.
2. We have the constraints:
   $$c + u + w = 20, \quad c, u, w \ge 0$$
   $$\text{Score} = 5c + u$$
3. Let's analyze scores close to $100$:
   - If $c = 20$, then $u = 0, w = 0 \implies \text{Score} = 100$.
   - If $c = 19$, then $u + w = 1$.
     - If $u = 1, w = 0 \implies \text{Score} = 5(19) + 1 = 96$.
     - If $u = 0, w = 1 \implies \text{Score} = 5(19) + 0 = 95$.
   - If $c \le 18$, the maximum possible score is when all remaining questions are left unanswered ($u = 20 - c$):
     $$\text{Score} \le 5(18) + 2 = 92$$
4. Therefore, any score strictly between $92$ and $95$, or between $96$ and $100$, is impossible:
   - Impossible scores in the nineties are: $93, 94, 97, 98, 99$.
5. Checking the choices:
   - $90$: $c = 18, u = 0, w = 2 \implies 5(18) + 0 = 90$ (Possible)
   - $91$: $c = 18, u = 1, w = 1 \implies 5(18) + 1 = 91$ (Possible)
   - $92$: $c = 18, u = 2, w = 0 \implies 5(18) + 2 = 92$ (Possible)
   - $95$: $c = 19, u = 0, w = 1 \implies 5(19) + 0 = 95$ (Possible)
   - $97$: Impossible, as shown above.

ANSWER 4: E

---

### Problem 5:

**Restatement of the Problem:**  
Maria buys computer disks at $4$ for $\$5$ and sells them at $3$ for $\$5$. How many disks mus
openrouter:~z-ai/glm-latest C โœ“
show
# Problem 1:
We have all 24 permutations of digits {2, 4, 5, 7}. The smallest is 2457 and the largest is 7542. If one of these numbers is a multiple of another, say X = kยทY, then k = X/Y โ‰ค 7542/2457 โ‰ˆ 3.07, so **k = 2 or k = 3**.

**Try k = 2:** Then 2Y โ‰ค 7542 forces Y โ‰ค 3771, so Y starts with 2 or 4, and Y must be even. Candidates and their doubles:
- 2574 โ†’ 5148 โœ—, 2754 โ†’ 5508 โœ—
- 4572 โ†’ 9144 โœ—, 4752 โ†’ 9504 โœ—

None of the doubles use only digits {2,4,5,7}. So doubling never works.

**Try k = 3:** Then 3Y โ‰ค 7542 forces Y โ‰ค 2514, so Y โˆˆ {2457, 2475}:
- 3 ร— 2457 = 7371 โœ—
- 3 ร— 2475 = **7425** โœ“ (uses exactly digits 2, 4, 5, 7)

So the only multiple pair is 7425 = 3 ร— 2475. Checking the other choices directly (e.g., 5724 = 2ยฒยท3ยณยท53 and 7245 = 3ยฒยท5ยท7ยท23 have no 4-digit divisors made of 2,4,5,7) confirms none of them works.

ANSWER 1: D

# Problem 2:
A string of 94 nines equals 10โนโด โˆ’ 1. So the product is

44โ€ฆ4 (94 fours) ร— (10โนโด โˆ’ 1) = 44โ€ฆ4000โ€ฆ0 (94 fours followed by 94 zeros) โˆ’ 44โ€ฆ4.

Look at small cases to see the pattern:
- 44 ร— 99 = 4356
- 444 ร— 999 = 443556
- 4444 ร— 9999 = 44435556

The pattern is: **(nโˆ’1) fours, then a 3, then (nโˆ’1) fives, then a 6**. (This is the subtraction: the trailing zeros minus 44โ€ฆ4 gives 55โ€ฆ56, and borrowing 1 turns the leading 44โ€ฆ4 into 44โ€ฆ3.)

For n = 94 the answer is: 93 fours, then 3, then 93 fives, then 6.

Sum of digits = 93(4) + 3 + 93(5) + 6 = 372 + 3 + 465 + 6 = **846**.
(Not 954 โ€” that would come from wrongly counting 94 fours and 94 fives.)

ANSWER 2: A

# Problem 3:
Each race awards 5 + 3 + 1 = 9 points, so 27 points total over three races. A student's score is a sum of three odd numbers (5, 3, or 1), so every score is **odd**; possible scores are 3, 5, 7, 9, 11, 13, 15.

**Why 13 guarantees the win:** The only way to score 13 is 5 + 5 + 3 (first twice, second once). Then in the two races that student won, any rival scored at most 3 points; in the remaining race, at most 5. So every rival has at most 3 + 3 + 5 = 11 < 13. โœ“

**Why smaller values fail:** With 11 points (e.g., 5 + 5 + 1: first twice, third once), another student could be second in those two races (3 + 3) and first in the third (5), also totaling 11 โ€” a tie, so 11 does not guarantee being strictly ahead. (With 9 or 10, a rival could even score more.) Since all scores are odd, 12 is impossible anyway.

ANSWER 3: D

# Problem 4:
Let c = correct, u = unanswered, w = wrong, with c + u + w = 20. Score = 5c + u.

- 90: 18 correct, 0 unanswered, 2 wrong โ†’ 18ยท5 = 90 โœ“
- 91: 18 correct, 1 unanswered, 1 wrong โ†’ 90 + 1 โœ“
- 92: 18 correct, 2 unanswered, 0 wrong โ†’ 90 + 2 โœ“
- 95: 19 correct, 0 unanswered, 1 wrong โ†’ 95 โœ“
- 97: Need 5c + u = 97. Since 97 โ‰ก 2 (mod 5), u โˆˆ {2, 7, 12, 17}.
  - u = 2 โ†’ c = 19, but c + u = 21 > 20 โœ—
  - u = 7 โ†’ c = 18, c + u = 25 > 20 โœ—
  - u = 12 โ†’ c = 17, c + u = 29 > 20 โœ—
  - u = 17 โ†’ c = 16, c + u = 33 > 20 โœ—

So 97 is impossible.

ANSWER 4: E

# Problem 5:
Buying at 4 disks for $5 means cost per disk = 5/4 = $1.25.
Selling at 3 disks for $5 means revenue per disk = 5/3 โ‰ˆ $1.67.

Profit per disk = 5/3 โˆ’ 5/4 = (20 โˆ’ 15)/12 = **5/12 dollars**.

To make $100 profit: number of disks = 100 รท (5/12) = 100 ยท 12/5 = **240**.

Check: 240 disks cost 240 ยท 1.25 = $300; selling 240 disks brings 240 ยท 5/3 = $400; profit = $100. โœ“
(The tempting wrong answer 120 comes from forgetting she must also *buy* the disks she sells.)

ANSWER 5: D

# Problem 6:
Row i has 10 + (i โˆ’ 1) seats, so the rows have 10, 11, 12, โ€ฆ, 29 seats.

In a row of n seats with no two students adjacent, the maximum is โŒˆn/2โŒ‰ (alternate seating: seat, gap, seat, gap, โ€ฆ).

Compute row by row:
- Row 10 โ†’ 5, row 11 โ†’ 6, row 12 โ†’ 6, row 13 โ†’ 7, row 14 โ†’ 7, row 15 โ†’ 8, row 16 โ†’ 8, row 17 โ†’ 9, row 18 โ†’ 9, row 19 โ†’ 10, row 20 โ†’ 10, row 21 โ†’ 11, row 22 โ†’ 11, row 23 โ†’ 12, row 24 โ†’ 12, row 25 โ†’ 13, row 26 โ†’ 13, row 27 โ†’ 14, row 28 โ†’ 14, row 29 โ†’ 15.

Total = 5 + (6+6) + (7+7) + (8+8) + (9+9) + (10+10) + (11+11) + (12+12) + (13+13) + (14+14) + 15 = **200**.

(Shortcut: total seats = 390; half is 195; the 10 odd-sized rows each contribute an extra half-seat: 195 + 10 = 200. Choice 400 wrongly assumes every seat can be filled; choice 180 wrongly floors every row.)

ANSWER 6: C

# Problem 7:
Let d be the common spacing. Then aโ‚‚ = aโ‚ + d and aโ‚โ‚… = aโ‚ + 14d.

From 1 โ‰ค aโ‚ โ‰ค 10 and 241 โ‰ค aโ‚โ‚… โ‰ค 250:
241 โ‰ค aโ‚ + 14d โ‰ค 250 โŸน 231 โ‰ค 14d โ‰ค 249 โŸน 16.5 โ‰ค d โ‰ค 17.79, so **d = 17** (integers only).

Now aโ‚โ‚… = aโ‚ + 14(17) = aโ‚ + 238 must satisfy 241 โ‰ค aโ‚ + 238 โ‰ค 250, so aโ‚ โ‰ฅ 3.
Also aโ‚‚ = aโ‚ + 17 must satisfy aโ‚‚ โ‰ค 20, so aโ‚ โ‰ค 3.
Therefore aโ‚ = 3. (Check: aโ‚‚ = 20 โˆˆ [13, 20] โœ“, aโ‚โ‚… = 241 โˆˆ [241, 250] โœ“.)

Then aโ‚โ‚„ = aโ‚ + 13d = 3 + 13(17) = 3 + 221 = **224**.

Sum of digits: 2 + 2 + 4 = **8**.

ANSWER 7: A

# Problem 8:
The numbers 1 through 9 sum to 45, so each of the 3 groups must sum to 45/3 = **15**.

All triples from {1,โ€ฆ,9} summing to 15:
1-5-9, 1-6-8, 2-4-9, 2-5-8, 2-6-7, 3-4-8, 3-5-7, 4-5-6 (these are the 8 lines of the 3ร—3 magic square).

Since the group containing 1 must be either {1,5,9} or {1,6,8}:

**Case {1,5,9}:** Remaining digits {2,3,4,6,7,8} must form two triples summing to 15 โ€” the only option is {2,6,7} and {3,4,8}. โœ“ โ†’ Partition: {1,5,9}, {2,6,7}, {3,4,8}.

**Case {1,6,8}:** Remaining digits {2,3,4,5,7,9} โ€” the only option is {2,4,9} and {3,5,7}. โœ“ โ†’ Partition: {1,6,8}, {2,4,9}, {3,5,7}.

No other partitions exist, so there are exactly **2** ways (groups aren't labeled, and order within a group doesn't matter).

ANSWER 8: C

# Problem 9:
There are 36 equally likely outcomes. Count pairs (die1, die2) with product > 10:

- Roll of 1: products 1โ€“6 โ†’ none.
- Roll of 2: products 2,4,6,8,10,12 โ†’ (2,6) only โ†’ 1 outcome.
- Roll of 3: 3,6,9,12,15,18 โ†’ (3,4),(3,5),(3,6) โ†’ 3 outcomes.
- Roll of 4: 4,8,12,16,20,24 โ†’ (4,3),(4,4),(4,5),(4,6) โ†’ 4 outcomes.
- Roll of 5: 5,10,15,20,25,30 โ†’ (5,3),(5,4),(5,5),(5,6) โ†’ 4 outcomes.
- Roll of 6: 6,12,18,24,30,36 โ†’ (6,2),(6,3),(6,4),(6,5),(6,6) โ†’ 5 outcomes.

Total favorable = 1 + 3 + 4 + 4 + 5 = **17**
openrouter:qwen/qwen3.8-27b โ€“ โš  timed out after 180s โ€” too slow / stuck in reasoning to answer all questions in one call (counted as a fail)
openrouter:anthropic/claude-opus-5 C โœ“
show
# Problem 1:
We need a permutation of {2,4,5,7} that is a multiple of another permutation of the same digits.

The smallest such number is 2457 and the largest is 7542, so the ratio of the two numbers is less than 7542/2457 โ‰ˆ 3.07. So the multiplier can only be 2 or 3.

**Multiplier 3:** Try the small permutations starting with 2 (since 3 ร— (number) must still be a 4-digit permutation):
- 2457 ร— 3 = 7371 (no)
- 2475 ร— 3 = **7425** โœ“ โ€” digits 7, 4, 2, 5, a permutation!

So 7425 = 3 ร— 2475, both using 2, 4, 5, 7 exactly once.

Checking the tempting choices: 5724, 7245, 7254, 7542 are all even or not divisible appropriately โ€” e.g. 7254/2 = 3627 and 7254/3 = 2418 (digits wrong), 5724/2 = 2862, 7542/2 = 3771, 7542/3 = 2514, 7245/3 = 2415 โ€” none give permutations of 2,4,5,7.

ANSWER 1: D

# Problem 2:
Look at the pattern with small strings:
- 9 ร— 4 = 36, digit sum = 9
- 99 ร— 44 = 4356, digit sum = 4+3+5+6 = 18
- 999 ร— 444 = 443556, digit sum = 4+4+3+5+5+6 = 27
- 9999 ร— 4444 = 44435556, digit sum = 36

The product of *n* nines and *n* fours is 44โ€ฆ4 (nโˆ’1 fours) 3 55โ€ฆ5 (nโˆ’1 fives) 6, whose digit sum is
4(nโˆ’1) + 3 + 5(nโˆ’1) + 6 = 9n โˆ’ 9 + 9 = 9n.

For n = 94: digit sum = 9 ร— 94 = **846**.

(945 and 954 would come from miscounting as 9(n+1) or similar.)

ANSWER 2: A

# Problem 3:
Each race awards 5 + 3 + 1 = 9 points, so 27 points total over three races.

**Is 11 enough?** A student could get 11 as 5 + 5 + 1. Then in the third race someone else could win (5) and place second in the first two races: 3 + 3 + 5 = 11 โ€” a tie, so 11 is not a guarantee. (Similarly 9 and 10 fail.)

**Is 13 enough?** The only way to score 13 is 5 + 5 + 3. Then the remaining points available are: race 1 โ†’ {3, 1}, race 2 โ†’ {3, 1}, race 3 โ†’ {5, 1}. The best any other student can do is 3 + 3 + 5 = 11 < 13. So 13 guarantees the win.

15 (winning all three) works too, but is not the smallest.

ANSWER 3: D

# Problem 4:
Let c = number correct, u = number unanswered, with c + u โ‰ค 20. Score = 5c + u.

- 90 = 5(18) + 0 โ†’ 18 questions used โœ“
- 91 = 5(18) + 1 โ†’ 19 used โœ“
- 92 = 5(18) + 2 โ†’ 20 used โœ“
- 95 = 5(19) + 0 โ†’ 19 used โœ“
- 97: need 5c + u = 97. If c = 19, u = 2, but 19 + 2 = 21 > 20 โœ—. If c = 18, u = 7, total 25 > 20 โœ—. Smaller c makes u even bigger. With c = 20, score is 100. So 97 is impossible.

ANSWER 4: E

# Problem 5:
Cost per disk = $5/4 = $1.25. Selling price per disk = $5/3 โ‰ˆ $1.6667.

Profit per disk = 5/3 โˆ’ 5/4 = 20/12 โˆ’ 15/12 = 5/12 dollars.

Number needed: 100 รท (5/12) = 100 ร— 12/5 = **240** disks.

(Choosing 120 comes from using a profit of $5/6 per disk; 1200 from forgetting the 5.)

ANSWER 5: D

# Problem 6:
Rows have 10, 11, 12, โ€ฆ, 29 seats. In a row of n seats with no two students adjacent, the maximum is โŒˆn/2โŒ‰ (seat in positions 1, 3, 5, โ€ฆ).

So the maxima are โŒˆ10/2โŒ‰ = 5, โŒˆ11/2โŒ‰ = 6, 6, 7, 7, 8, โ€ฆ, โŒˆ29/2โŒ‰ = 15.

Pair consecutive rows:
(10,11): 5+6 = 11, (12,13): 13, (14,15): 15, (16,17): 17, (18,19): 19, (20,21): 21, (22,23): 23, (24,25): 25, (26,27): 27, (28,29): 29.

Sum = 11+13+15+โ€ฆ+29 = 10 terms averaging 20 = **200**.

(400 is the total number of seats โ€” half of them can be used.)

ANSWER 6: C

# Problem 7:
Equally spaced integers: aโ‚™ = aโ‚ + (nโˆ’1)d.

From aโ‚โ‚… = aโ‚ + 14d with 241 โ‰ค aโ‚ + 14d โ‰ค 250 and 1 โ‰ค aโ‚ โ‰ค 10:
14d โ‰ฅ 241 โˆ’ 10 = 231 and 14d โ‰ค 250 โˆ’ 1 = 249, so 16.5 โ‰ค d โ‰ค 17.8 โ†’ d = 17.

From aโ‚‚ = aโ‚ + 17 with 13 โ‰ค aโ‚ + 17 โ‰ค 20: aโ‚ โ‰ค 3. Combined with aโ‚ + 238 โ‰ฅ 241 โ†’ aโ‚ โ‰ฅ 3. So aโ‚ = 3.

Check: aโ‚โ‚… = 3 + 14(17) = 241 โœ“ (in range), aโ‚‚ = 20 โœ“.

aโ‚โ‚„ = 3 + 13(17) = 3 + 221 = 224. Digit sum = 2 + 2 + 4 = **8**.

ANSWER 7: A

# Problem 8:
Total = 1+2+โ‹ฏ+9 = 45, so each group sums to 45/3 = 15.

Consider the group containing 9: the other two cards sum to 6, so they are {1,5} or {2,4} ({3,3} impossible).

**Case {9,1,5}:** remaining {2,3,4,6,7,8}. The group with 8 needs two cards summing to 7: only {3,4} (since {1,6} uses the used 1). Then the last group is {2,6,7}, which sums to 15 โœ“.
โ†’ {1,5,9}, {3,4,8}, {2,6,7}

**Case {9,2,4}:** remaining {1,3,5,6,7,8}. The group with 8 needs two summing to 7: only {1,6}. Last group {3,5,7} sums to 15 โœ“.
โ†’ {2,4,9}, {1,6,8}, {3,5,7}

Exactly **2** ways.

ANSWER 8: C

# Problem 9:
There are 36 equally likely outcomes. Count those with product > 10 (note product = 10 does **not** count):

- Die 1 = 1: none (max 6)
- Die 1 = 2: need b > 5 โ†’ b = 6 โ†’ 1 way
- Die 1 = 3: need b > 10/3 โ†’ b = 4,5,6 โ†’ 3 ways
- Die 1 = 4: need b > 2.5 โ†’ b = 3,4,5,6 โ†’ 4 ways
- Die 1 = 5: need b > 2 โ†’ b = 3,4,5,6 โ†’ 4 ways
- Die 1 = 6: need b > 5/3 โ†’ b = 2,3,4,5,6 โ†’ 5 ways

Total = 0+1+3+4+4+5 = 17, so probability = **17/36**.

(1/2 = 18/36 would result from mistakenly including product = 10.)

ANSWER 9: B

# Problem 10:
Label Chris as the person who takes piece #1. With n students, the pieces Chris takes are #1, #(n+1), #(2n+1), โ€ฆ i.e. pieces numbered 1 + kn.

For Chris to take piece #100 we need 100 = 1 + kn, i.e. n divides 99.

Divisors of 99: 1, 3, 9, 11, 33, 99. Among the choices, only **11** works (99 = 9 ร— 11, so Chris takes pieces 1, 12, 23, โ€ฆ, 100).

Checking others: 99/10, 99/19, 99/20, 99/25 are not integers.

ANSWER 10: B
openrouter:openai/gpt-5.6-terra-pro C โœ“
show
Problem 1:

We need find the one number among all permutations of \(2,4,5,7\) that is a multiple of another such number.

Any such four-digit number is between \(2457\) and \(7542\). Therefore, if a larger one is an integer multiple of a smaller one, the multiplier can only be \(2\) or \(3\).

### Could the multiplier be 2?

Suppose \(N=2M\), where both \(N\) and \(M\) use the digits \(2,4,5,7\).

- If \(M\) ends in \(2\), then \(N\) ends in \(4\). Looking at the tens digit, doubling \(4,5,\) or \(7\) gives an invalid digit or repeats the \(4\), so this cannot work.
- If \(M\) ends in \(7\), then \(N\) ends in \(4\), with a carry of \(1\). The tens digit must be \(2\), producing \(5\). Thus \(M\) must be either \(4527\) or \(5427\):
  \[
  2(4527)=9054,\qquad 2(5427)=10854,
  \]
  neither of which is a valid permutation.

So no pair has one number twice the other.

### Could the multiplier be 3?

The smaller number must be at most
\[
\frac{7542}{3}=2514.
\]
The only permutations of \(2,4,5,7\) below \(2514\) are
\[
2457,\qquad 2475.
\]

Now calculate:
\[
3(2457)=7371,
\]
not a permutation of \(2,4,5,7\), but
\[
3(2475)=7425.
\]

Thus \(7425\) is the desired number. The other choices are not \(3\) times a valid smaller permutation.

ANSWER 1: D

Problem 2:

Let \(n=94\). We are multiplying

\[
\underbrace{99\cdots 99}_{94\text{ nines}}
\cdot
\underbrace{44\cdots 44}_{94\text{ fours}}.
\]

For a smaller example,

\[
999\cdot444=443556.
\]

In general, the product has:

- \(93\) digits equal to \(4\),
- then a \(3\),
- then \(93\) digits equal to \(5\),
- then a final \(6\).

So the sum of its digits is

\[
93\cdot 4+3+93\cdot 5+6.
\]

Compute:

\[
372+3+465+6=846.
\]

Choices such as \(945\) or \(954\) might result from incorrectly using 94 copies of both the 4s and 5s; there are only \(93\) of each in the middle pattern.

ANSWER 2: A

Problem 3:

A student earns \(5\) points for first, \(3\) for second, and \(1\) for third.

We seek the smallest score that guarantees the student has strictly more points than every other student.

A score of \(13\) must be earned as

\[
5+5+3.
\]

That means the student wins two races and finishes second in the other race.

Consider any rival student:

- In each race our student wins, the rival can earn at most \(3\) points.
- In the race our student finishes second, the rival can earn at most \(5\) points.

Thus a rival can earn at most

\[
3+3+5=11.
\]

Therefore, \(13\) points guarantees first overall.

Now check why smaller relevant scores do not guarantee this:

- A score of \(11\) can be \(5+5+1\). Another student could finish second in the first two races and win the third:
  \[
  3+3+5=11,
  \]
  causing a tie.
- A score of \(10\) can be \(5+5+0\). Another student can earn
  \[
  3+3+5=11,
  \]
  and exceed that score.

Thus \(13\) is the smallest score that guarantees more points than everyone else.

ANSWER 3: D

Problem 4:

Let

- \(c\) = number correct,
- \(u\) = number unanswered.

The score is

\[
5c+u,
\]
with
\[
c+u\le 20.
\]

Check each choice.

- \(90=5(18)+0\), so 90 is possible.
- \(91=5(18)+1\), so 91 is possible.
- \(92=5(18)+2\), so 92 is possible.
- \(95=5(19)+0\), so 95 is possible.
- For \(97\), the closest possibility is
  \[
  97=5(19)+2.
  \]
  But that would require \(19+2=21\) questions, and there are only 20 questions.

So 97 is not possible.

ANSWER 4: E

Problem 5:

Maria buys 4 disks for \$5, so her cost per disk is

\[
\frac{5}{4}=\$1.25.
\]

She sells 3 disks for \$5, so her selling price per disk is

\[
\frac{5}{3}.
\]

Her profit per disk is

\[
\frac{5}{3}-\frac{5}{4}
=\frac{20}{12}-\frac{15}{12}
=\frac{5}{12}.
\]

To make \$100 profit, she must sell

\[
100\div\frac{5}{12}
=100\cdot\frac{12}{5}
=240
\]

disks.

Choices such as 120 confuse the profit with the selling price; 240 is the number that gives a total profit of \$100.

ANSWER 5: D

Problem 6:

The rows have from 10 seats up through

\[
10+19=29
\]

seats.

In a row with \(n\) seats, the maximum number of students who can sit with no two adjacent is

\[
\left\lceil \frac n2\right\rceil.
\]

Pair consecutive rows:

\[
\begin{array}{c|c}
\text{Rows} & \text{Maximum students} \\ \hline
10,11 & 5+6=11\\
12,13 & 6+7=13\\
14,15 & 7+8=15\\
\vdots & \vdots\\
28,29 & 14+15=29
\end{array}
\]

These totals are

\[
11,13,15,\ldots,29.
\]

This is an arithmetic sequence of 10 terms, with average

\[
\frac{11+29}{2}=20.
\]

Therefore the total is

\[
10\cdot20=200.
\]

The tempting answer \(400\) would be the total number of seats, but students cannot sit next to each other.

ANSWER 6: C

Problem 7:

The numbers are equally spaced, so let the common difference be \(d\). Then

\[
a_{15}=a_1+14d
\]
and
\[
a_2=a_1+d.
\]

Subtracting gives

\[
a_{15}-a_2=13d.
\]

Using the given ranges,

\[
241-20\le a_{15}-a_2\le250-13.
\]

Thus

\[
221\le13d\le237.
\]

Dividing by 13 gives

\[
17\le d\le18.
\]

So \(d\) is either 17 or 18.

If \(d=18\), then

\[
a_{15}=a_1+14(18)=a_1+252,
\]

which is greater than 250 because \(a_1\ge1\). So \(d\neq18\).

Thus \(d=17\). Then

\[
a_{15}=a_1+14(17)=a_1+238.
\]

Since \(241\le a_{15}\le250\),

\[
241\le a_1+238\le250,
\]
so

\[
3\le a_1\le12.
\]

Also,

\[
a_2=a_1+17
\]
must be at most 20, so \(a_1\le3\). Therefore,

\[
a_1=3.
\]

Now

\[
a_{14}=a_1+13d=3+13(17)=3+221=224.
\]

The sum of its digits is

\[
2+2+4=8.
\]

ANSWER 7: A

Problem 8:

The sum of all the cards is

\[
1+2+\cdots+9=45.
\]

Since the cards are divided into 3 equal-sum groups, each group must sum to

\[
45\div3=15.
\]

The group containing 9 must have two other cards totaling

\[
15-9=6.
\]

The possible pairs are

\[
1+5=6,\qquad 2+4=6.
\]

So there are two cases.

### Case 1: \( \{1,5,9\} \)

The remaining cards are \(2,3,4,6,7,8\). They can be grouped as

\[
\{2,6,7\},\qquad \{3,4,8\}.
\]

This gives one division:

\[
\{1,5,9\},\ \{2,6,7\},\ \{3,4,8\}.
\]

### Case 2: \( \{2,4,9\} \)

The remaining cards are \(1,3,5,6,7,8\). They can be grouped as

\[
\{1,6,8\},\qquad \{3,
Q9 ยท stretch ยท AJHSME 1992 #23 โ€” correct: B (17/36.) ยท solved by 5/5 models

If two dice are tossed, the probability that the product of the numbers showing on the tops of the dice is greater than 10 is

  1. 37
  2. 1736
  3. 12
  4. 58
  5. 1112
Official approach: fix the first die, count qualifying partners, then divide by 36
ModelPickโœ“/โœ—Reasoning
openrouter:meta/muse-spark-1.3 B โœ“
show
Problem 1:
We need four-digit numbers using 2,4,5,7 once each.
There are 24 of them. Sum of digits = 2+4+5+7 = 18,
so every such number is divisible by 9.

Let a smaller one $S$ divide a larger one $L$, $L=kS$.
Since $2457 \le S < L \le 7542$,
$$ k = L/S < 7542/2457 < 3.07. $$
$k$ is an integer $>1$, so $k=2$ or $k=3$.

Rule out $k=2$.
$S\ge 2457$ and $L=2S\le 7542$ gives $S\le 3771$.
Hence $S$ is $2457$ to $3771$ and uses digits 2,4,5,7,
so its thousands digit must be 2. So $S=2\_\_\_$.

Let $d$ be units of $S$. $d$ is 4,5 or 7.
$L=2S$ has units $(2d)\bmod 10$, which must be 2,4,5 or 7.
- $d=4 \to 8$, impossible.
- $d=5 \to 0$, impossible.
- $d=7 \to 4$, possible, with carry 1.

So $S$ must end in 7, $L$ end in 4, and $S=2\_\_7$
with middle digits 4,5. I.e. $S=2457$ or $2547$.
But $2457\times 2=4914$, $2547\times 2=5094$,
neither uses digits 2,4,5,7. So $k=2$ is impossible.

Hence $k=3$. Then $L=3S\le 7542$ gives $S\le 2514$.
Also $S\ge 2457$. So $2457\le S\le 2514$ using digits 2,4,5,7.
Thousands digit 2. The only permutations in that interval are
2457 and 2475; $2547$ is already too big since $3\times2547>7542$.

Test:
$2457\times 3 = 7371$, not a permutation.
$2475\times 3 = 7425$, which is $2,4,7,5$ exactly once.

Indeed $2475\times 3 = 6000+1200+210+15 = 7425$.
So the unique multiple is 7425. This eliminates A,B,C,E; e.g.
halves and thirds of 5724,7245,7254,7542 are not permutations.
ANSWER 1: D

Problem 2:
We multiply $N=99\dots9$ ($n$ nines) by $M=44\dots4$ ($n$ fours).
Test small $n$:
$9\times4=36$, digit sum 9.
$99\times44=4356$, digit sum 18.
$999\times444=443556$, digit sum 27.
Guess sum $=9n$.

Prove: $M$ has $n$ digits 4. $N=10^{n}-1$.
$$ N\cdot M = M\cdot10^{n}-M = (M-1)10^{n}+ (10^{n}-M). $$
Let $F=M=44\dots4$. Then
$$M-1 = 44\dots43,$$
$n-1$ fours then 3, and
$$10^{n}-M = 55\dots56,$$
$n-1$ fives then 6, e.g. $1000-444=556$.
Hence the product is the concatenation:
$(n-1$ fours$)3\,(n-1$ fives$)6$.

Digit sum $=4(n-1)+3+5(n-1)+6 =9(n-1)+9=9n$.

For $n=94$, sum $=9\times94=846$.

This rules out 855,945,954,1072.
ANSWER 2: A

Problem 3:
Points per race: 5 first, 3 second, 1 third, 0 otherwise.
Let our student have total $T$. Another student maximized
takes the best place left by ours in each race:
if ours is 1st, max 3; if 2nd,3rd or out, max 5.

$T=13$ can only be $5+5+3$: two wins and a second.
Max for opponent $=3+3+5=11<13$. So 13 guarantees sole first.
Hence 15 also does, but we want smallest.

$T=11$ can be $5+5+1$. Then an opponent can be second, second,
first: $3+3+5=11$, tying us. So 11 does not guarantee strictly
more. It can also be $5+3+3$, where opponent can get
$3+5+5=13>11$.

Thus 11 fails. Any $T\le10$ also fails: e.g. opponent can still
aim for $3+3+5=11$ while we win twice and do worse in the third
race; e.g. we get $5+5+0=10$ and opponent gets 11 and beats us.
Similarly 9 is beatable.

So among attainable totals, 13 is the first that works.
Choices 9,10,11 fail; 15 works but is not smallest.
ANSWER 3: D

Problem 4:
Let $c$ correct, $u$ unanswered, $w$ wrong, $c+u+w=20$.
Score $S=5c+u$.

Then $u=S-5c\ge0$ and $c+u\le20$, i.e. $c+S-5c\le20$,
$S-4c\le20$.

- 90: $u=90-5c$. Need $5c\le90$, $90-4c\le20$.
$c=18$ gives $u=0$, $c+u=18\le20$ with $w=2$. Possible.

- 91: $u=91-5c$. $c=18$ gives $u=1$, $c+u=19\le20$ with $w=1$.
Possible: 18 correct, 1 blank, 1 wrong.

- 92: $u=92-5c$. $c=18$ gives $u=2$, $c+u=20$. Possible:
18 correct, 2 blank.

- 95: $u=95-5c$. $c=19$ gives $u=0$, $c+u=19\le20$ with $w=1$.
Possible: 19 correct, 1 wrong.

- 97: $u=97-5c$. Need $5c\le97$ so $c\le19$, and
$97-4c\le20$ so $4c\ge77$ so $c\ge20$. Impossible.
Indeed $c=19$ would need $u=2$, total $21>20$; $c=20$ gives 100.
So 97 cannot occur.

Hence NOT possible is 97.
ANSWER 4: E

Problem 5:
Cost: 4 for \$5, so per disk $5/4=1.25$.
Sell: 3 for \$5, so per disk $5/3\approx1.67$.

Profit per disk $=5/3-5/4=(20-15)/12=5/12$ dollars.

To make \$100 need $N$ with $N\cdot5/12=100$,
$$N=100\times12/5=240.$$

Check: buy 240 costs $240/4\times5=300$; sell 240 gets
$240/3\times5=400$; profit $100$.
100,120,200,1200 give profits $125/3,50,250/3,500$, not 100.
ANSWER 5: D

Problem 6:
Row 1 has 10 seats, row $i$ has $10+i-1=9+i$ seats.
Row 20 has 29 seats.

In a row of $n$ seats in a line with no two occupied adjacent,
the maximum is to take seats 1,3,5,... i.e. $\lceil n/2\rceil$.

So row $n$ contributes $\lceil n/2\rceil$:
10โ†’5, 11โ†’6, 12โ†’6, 13โ†’7, 14โ†’7, 15โ†’8, 16โ†’8, 17โ†’9,
18โ†’9, 19โ†’10, 20โ†’10, 21โ†’11, 22โ†’11, 23โ†’12, 24โ†’12,
25โ†’13, 26โ†’13, 27โ†’14, 28โ†’14, 29โ†’15.

Summing in pairs: $11+13+15+17+19+21+23+25+27+29$.
This is 10 terms averaging $(11+29)/2=20$, total $200$.

Leaving a seat empty can only reduce total, so 200 is max.
This rules out 150,180,400,460.
ANSWER 6: C

Problem 7:
Let $a_1=A$, common difference $d>0$. Since $a_1,a_2$ integers,
$d=a_2-a_1$ is an integer. $a_n=A+(n-1)d$.

$a_1\in[1,10]$, $a_1+d\in[13,20]$, $A+14d\in[241,250]$.

Then $14d=(A+14d)-A\in[241-10,250-1]=[231,249]$.
So $231\le14d\le249$, $16.5\le d\le17.78$.
Integer $d=17$ only, since $14\times16=224$, $14\times18=252$.

Then $A=(A+14d)-238\in[241-238,250-238]=[3,12]$.
Intersect $[1,10]$ gives $[3,10]$.
Also $A+17\in[13,20]$ gives $A\le3$. Hence $A=3$.

Check: $3,20,\dots,3+14\times17=241$, satisfies all.
Then $a_{14}=A+13d=3+13\times17=3+221=224$.
Digit sum $=2+2+4=8$, ruling out 9,10,11,12.
ANSWER 7: A

Problem 8:
Sum $1+\cdots+9=45$. Three groups equal sum $\Rightarrow$
each sum $45/3=15$.

Find triples of distinct 1โ€“9 summing to 15:
1+5+9, 1+6+8, 2+4+9, 2+5+8, 2+6+7, 3+4+8, 3+5+7, 4+5+6.

9 must be with $\{1,5\}$ or $\{2,4\}$.

Case 9 with 1,5: use $\{1,5,9\}$. Remaining $\{2,3,4,6,7,8\}$.
8 needs two summing to 7: only $3+4$ remains, so $\{3,4,8\}$
forced. Left $\{2,6,7\}=15$. Partition 1.

Case 9 with 2,4: use $\{2,4,9\}$. Remaining $\{1,3,5,6,7,8\}$.
8 needs 7: only $1+6$ remains, so $\{1,6,8\}$ forced.
Left $\{3,5,7\}=15$. Partition 2.

No other cases. So exactly 2 unordered partitions.
Labeled groups would give 12, not liste
openrouter:google/gemini-3.8-flash B โœ“
show
### Problem 1:

**Restatement of the Problem:**  
We are given the four digits $2, 4, 5,$ and $7$. There are $4! = 24$ four-digit numbers formed by using each of these digits exactly once. We are told that exactly one of these $24$ numbers is a multiple of another one among them. We need to identify that number from the given choices.

**Step-by-Step Solution:**
1. The smallest possible four-digit number that can be formed using digits $\{2, 4, 5, 7\}$ is $2457$, and the largest is $7542$.
2. If a number $B$ is a multiple of another number $A$, then $B = k \cdot A$ for some integer $k \ge 2$.
3. Since $A \ge 2457$ and $B \le 7542$, the multiplier $k$ can only be:
   $$\frac{7542}{2457} \approx 3.07 \implies k = 2 \text{ or } 3$$
4. Let's test multiples of the smallest valid numbers:
   - For $A = 2457$:
     - $2457 \times 2 = 4914$ (contains the digit $9$, not valid)
     - $2457 \times 3 = 7371$ (contains $3$ and $1$, not valid)
   - For $A = 2475$:
     - $2475 \times 2 = 4950$ (not valid)
     - $2475 \times 3 = 7425$ 
5. Notice that $7425$ contains the digits $7, 4, 2, 5$, each exactly once!
6. Thus, $7425$ is a multiple of $2475$ ($7425 = 3 \times 2475$). 
7. Checking the choices, $7425$ is Choice D.

ANSWER 1: D

---

### Problem 2:

**Restatement of the Problem:**  
Find the sum of the digits of the product of a string of $94$ nines and a string of $94$ fours:
$$\underbrace{999\dots99}_{94\text{ nines}} \times \underbrace{444\dots44}_{94\text{ fours}}$$

**Step-by-Step Solution:**
1. Let $N = \underbrace{444\dots44}_{94\text{ fours}}$.
2. A string of $94$ nines can be written as $10^{94} - 1$.
3. The product is:
   $$(10^{94} - 1) \times N = N \times 10^{94} - N$$
4. Let us observe the pattern for smaller values of $n$ (the number of digits):
   - For $n = 1$: $9 \times 4 = 36$, digit sum is $3 + 6 = 9 = 9 \times 1$.
   - For $n = 2$: $99 \times 44 = 4356$, digit sum is $4 + 3 + 5 + 6 = 18 = 9 \times 2$.
   - For $n = 3$: $999 \times 444 = 443556$, digit sum is $4 + 4 + 3 + 5 + 5 + 6 = 27 = 9 \times 3$.
5. In general, for $n$ digits, the product is:
   $$\underbrace{44\dots4}_{n-1\text{ fours}} 3 \underbrace{55\dots5}_{n-1\text{ fives}} 6$$
   The sum of the digits is:
   $$4(n-1) + 3 + 5(n-1) + 6 = 9(n-1) + 9 = 9n$$
6. Here, $n = 94$, so the sum of the digits is:
   $$9 \times 94 = 846$$

ANSWER 2: A

---

### Problem 3:

**Restatement of the Problem:**  
In each of three races, the first-place finisher receives $5$ points, the second-place finisher receives $3$ points, and the third-place finisher receives $1$ point. There are no ties. We wish to find the smallest number of points a student must earn in the three races to be guaranteed to have strictly more points than any other student.

**Step-by-Step Solution:**
1. In each race, the points awarded are $5, 3,$ and $1$. The possible point values a single student can obtain across $3$ races come from sums of three values chosen from $\{5, 3, 1, 0\}$ (where $0$ represents placing fourth or lower).
2. The possible scores near the top are:
   - $5 + 5 + 5 = 15$
   - $5 + 5 + 3 = 13$
   - $5 + 5 + 1 = 11$
   - $5 + 3 + 3 = 11$
   - $5 + 3 + 1 = 9$ or $3 + 3 + 3 = 9$
3. Can a student earn $11$ points and tie with another student?
   - Yes: Student A could finish 1st, 1st, and 3rd, scoring $5 + 5 + 1 = 11$.
   - Simultaneously, Student B could finish 2nd, 2nd, and 1st, scoring $3 + 3 + 5 = 11$.
   - Since Student A and Student B both have $11$ points, having $11$ points does not guarantee strictly more points than every other student.
4. Next possible higher score is $13$:
   - To score $13$ points, a student must finish with two 1st-place finishes and one 2nd-place finish ($5 + 5 + 3 = 13$).
   - If Student A scores $13$ points, the remaining points available to all other competitors across the three races are:
     - One 1st-place finish ($5$ points),
     - Two 2nd-place finishes ($3$ points each),
     - Three 3rd-place finishes ($1$ point each).
   - The maximum points any other single competitor could obtain is by taking the remaining 1st-place finish and both remaining 2nd-place finishes: $5 + 3 + 3 = 11$ points.
   - Since $11 < 13$, no other student can reach $13$ points.
5. Therefore, $13$ is the smallest number of points that guarantees a student has strictly more points than any other student.

ANSWER 3: D

---

### Problem 4:

**Restatement of the Problem:**  
A test consists of $20$ questions. Correct answers earn $5$ points, unanswered questions earn $1$ point, and incorrect answers earn $0$ points. We need to determine which of the given scores is NOT possible: $90, 91, 92, 95,$ or $97$.

**Step-by-Step Solution:**
1. Let $c$ be the number of correct answers, $u$ be the number of unanswered questions, and $w$ be the number of incorrect answers.
2. We have the constraints:
   $$c + u + w = 20, \quad c, u, w \ge 0$$
   $$\text{Score} = 5c + u$$
3. Let's analyze scores close to $100$:
   - If $c = 20$, then $u = 0, w = 0 \implies \text{Score} = 100$.
   - If $c = 19$, then $u + w = 1$.
     - If $u = 1, w = 0 \implies \text{Score} = 5(19) + 1 = 96$.
     - If $u = 0, w = 1 \implies \text{Score} = 5(19) + 0 = 95$.
   - If $c \le 18$, the maximum possible score is when all remaining questions are left unanswered ($u = 20 - c$):
     $$\text{Score} \le 5(18) + 2 = 92$$
4. Therefore, any score strictly between $92$ and $95$, or between $96$ and $100$, is impossible:
   - Impossible scores in the nineties are: $93, 94, 97, 98, 99$.
5. Checking the choices:
   - $90$: $c = 18, u = 0, w = 2 \implies 5(18) + 0 = 90$ (Possible)
   - $91$: $c = 18, u = 1, w = 1 \implies 5(18) + 1 = 91$ (Possible)
   - $92$: $c = 18, u = 2, w = 0 \implies 5(18) + 2 = 92$ (Possible)
   - $95$: $c = 19, u = 0, w = 1 \implies 5(19) + 0 = 95$ (Possible)
   - $97$: Impossible, as shown above.

ANSWER 4: E

---

### Problem 5:

**Restatement of the Problem:**  
Maria buys computer disks at $4$ for $\$5$ and sells them at $3$ for $\$5$. How many disks mus
openrouter:~z-ai/glm-latest B โœ“
show
# Problem 1:
We have all 24 permutations of digits {2, 4, 5, 7}. The smallest is 2457 and the largest is 7542. If one of these numbers is a multiple of another, say X = kยทY, then k = X/Y โ‰ค 7542/2457 โ‰ˆ 3.07, so **k = 2 or k = 3**.

**Try k = 2:** Then 2Y โ‰ค 7542 forces Y โ‰ค 3771, so Y starts with 2 or 4, and Y must be even. Candidates and their doubles:
- 2574 โ†’ 5148 โœ—, 2754 โ†’ 5508 โœ—
- 4572 โ†’ 9144 โœ—, 4752 โ†’ 9504 โœ—

None of the doubles use only digits {2,4,5,7}. So doubling never works.

**Try k = 3:** Then 3Y โ‰ค 7542 forces Y โ‰ค 2514, so Y โˆˆ {2457, 2475}:
- 3 ร— 2457 = 7371 โœ—
- 3 ร— 2475 = **7425** โœ“ (uses exactly digits 2, 4, 5, 7)

So the only multiple pair is 7425 = 3 ร— 2475. Checking the other choices directly (e.g., 5724 = 2ยฒยท3ยณยท53 and 7245 = 3ยฒยท5ยท7ยท23 have no 4-digit divisors made of 2,4,5,7) confirms none of them works.

ANSWER 1: D

# Problem 2:
A string of 94 nines equals 10โนโด โˆ’ 1. So the product is

44โ€ฆ4 (94 fours) ร— (10โนโด โˆ’ 1) = 44โ€ฆ4000โ€ฆ0 (94 fours followed by 94 zeros) โˆ’ 44โ€ฆ4.

Look at small cases to see the pattern:
- 44 ร— 99 = 4356
- 444 ร— 999 = 443556
- 4444 ร— 9999 = 44435556

The pattern is: **(nโˆ’1) fours, then a 3, then (nโˆ’1) fives, then a 6**. (This is the subtraction: the trailing zeros minus 44โ€ฆ4 gives 55โ€ฆ56, and borrowing 1 turns the leading 44โ€ฆ4 into 44โ€ฆ3.)

For n = 94 the answer is: 93 fours, then 3, then 93 fives, then 6.

Sum of digits = 93(4) + 3 + 93(5) + 6 = 372 + 3 + 465 + 6 = **846**.
(Not 954 โ€” that would come from wrongly counting 94 fours and 94 fives.)

ANSWER 2: A

# Problem 3:
Each race awards 5 + 3 + 1 = 9 points, so 27 points total over three races. A student's score is a sum of three odd numbers (5, 3, or 1), so every score is **odd**; possible scores are 3, 5, 7, 9, 11, 13, 15.

**Why 13 guarantees the win:** The only way to score 13 is 5 + 5 + 3 (first twice, second once). Then in the two races that student won, any rival scored at most 3 points; in the remaining race, at most 5. So every rival has at most 3 + 3 + 5 = 11 < 13. โœ“

**Why smaller values fail:** With 11 points (e.g., 5 + 5 + 1: first twice, third once), another student could be second in those two races (3 + 3) and first in the third (5), also totaling 11 โ€” a tie, so 11 does not guarantee being strictly ahead. (With 9 or 10, a rival could even score more.) Since all scores are odd, 12 is impossible anyway.

ANSWER 3: D

# Problem 4:
Let c = correct, u = unanswered, w = wrong, with c + u + w = 20. Score = 5c + u.

- 90: 18 correct, 0 unanswered, 2 wrong โ†’ 18ยท5 = 90 โœ“
- 91: 18 correct, 1 unanswered, 1 wrong โ†’ 90 + 1 โœ“
- 92: 18 correct, 2 unanswered, 0 wrong โ†’ 90 + 2 โœ“
- 95: 19 correct, 0 unanswered, 1 wrong โ†’ 95 โœ“
- 97: Need 5c + u = 97. Since 97 โ‰ก 2 (mod 5), u โˆˆ {2, 7, 12, 17}.
  - u = 2 โ†’ c = 19, but c + u = 21 > 20 โœ—
  - u = 7 โ†’ c = 18, c + u = 25 > 20 โœ—
  - u = 12 โ†’ c = 17, c + u = 29 > 20 โœ—
  - u = 17 โ†’ c = 16, c + u = 33 > 20 โœ—

So 97 is impossible.

ANSWER 4: E

# Problem 5:
Buying at 4 disks for $5 means cost per disk = 5/4 = $1.25.
Selling at 3 disks for $5 means revenue per disk = 5/3 โ‰ˆ $1.67.

Profit per disk = 5/3 โˆ’ 5/4 = (20 โˆ’ 15)/12 = **5/12 dollars**.

To make $100 profit: number of disks = 100 รท (5/12) = 100 ยท 12/5 = **240**.

Check: 240 disks cost 240 ยท 1.25 = $300; selling 240 disks brings 240 ยท 5/3 = $400; profit = $100. โœ“
(The tempting wrong answer 120 comes from forgetting she must also *buy* the disks she sells.)

ANSWER 5: D

# Problem 6:
Row i has 10 + (i โˆ’ 1) seats, so the rows have 10, 11, 12, โ€ฆ, 29 seats.

In a row of n seats with no two students adjacent, the maximum is โŒˆn/2โŒ‰ (alternate seating: seat, gap, seat, gap, โ€ฆ).

Compute row by row:
- Row 10 โ†’ 5, row 11 โ†’ 6, row 12 โ†’ 6, row 13 โ†’ 7, row 14 โ†’ 7, row 15 โ†’ 8, row 16 โ†’ 8, row 17 โ†’ 9, row 18 โ†’ 9, row 19 โ†’ 10, row 20 โ†’ 10, row 21 โ†’ 11, row 22 โ†’ 11, row 23 โ†’ 12, row 24 โ†’ 12, row 25 โ†’ 13, row 26 โ†’ 13, row 27 โ†’ 14, row 28 โ†’ 14, row 29 โ†’ 15.

Total = 5 + (6+6) + (7+7) + (8+8) + (9+9) + (10+10) + (11+11) + (12+12) + (13+13) + (14+14) + 15 = **200**.

(Shortcut: total seats = 390; half is 195; the 10 odd-sized rows each contribute an extra half-seat: 195 + 10 = 200. Choice 400 wrongly assumes every seat can be filled; choice 180 wrongly floors every row.)

ANSWER 6: C

# Problem 7:
Let d be the common spacing. Then aโ‚‚ = aโ‚ + d and aโ‚โ‚… = aโ‚ + 14d.

From 1 โ‰ค aโ‚ โ‰ค 10 and 241 โ‰ค aโ‚โ‚… โ‰ค 250:
241 โ‰ค aโ‚ + 14d โ‰ค 250 โŸน 231 โ‰ค 14d โ‰ค 249 โŸน 16.5 โ‰ค d โ‰ค 17.79, so **d = 17** (integers only).

Now aโ‚โ‚… = aโ‚ + 14(17) = aโ‚ + 238 must satisfy 241 โ‰ค aโ‚ + 238 โ‰ค 250, so aโ‚ โ‰ฅ 3.
Also aโ‚‚ = aโ‚ + 17 must satisfy aโ‚‚ โ‰ค 20, so aโ‚ โ‰ค 3.
Therefore aโ‚ = 3. (Check: aโ‚‚ = 20 โˆˆ [13, 20] โœ“, aโ‚โ‚… = 241 โˆˆ [241, 250] โœ“.)

Then aโ‚โ‚„ = aโ‚ + 13d = 3 + 13(17) = 3 + 221 = **224**.

Sum of digits: 2 + 2 + 4 = **8**.

ANSWER 7: A

# Problem 8:
The numbers 1 through 9 sum to 45, so each of the 3 groups must sum to 45/3 = **15**.

All triples from {1,โ€ฆ,9} summing to 15:
1-5-9, 1-6-8, 2-4-9, 2-5-8, 2-6-7, 3-4-8, 3-5-7, 4-5-6 (these are the 8 lines of the 3ร—3 magic square).

Since the group containing 1 must be either {1,5,9} or {1,6,8}:

**Case {1,5,9}:** Remaining digits {2,3,4,6,7,8} must form two triples summing to 15 โ€” the only option is {2,6,7} and {3,4,8}. โœ“ โ†’ Partition: {1,5,9}, {2,6,7}, {3,4,8}.

**Case {1,6,8}:** Remaining digits {2,3,4,5,7,9} โ€” the only option is {2,4,9} and {3,5,7}. โœ“ โ†’ Partition: {1,6,8}, {2,4,9}, {3,5,7}.

No other partitions exist, so there are exactly **2** ways (groups aren't labeled, and order within a group doesn't matter).

ANSWER 8: C

# Problem 9:
There are 36 equally likely outcomes. Count pairs (die1, die2) with product > 10:

- Roll of 1: products 1โ€“6 โ†’ none.
- Roll of 2: products 2,4,6,8,10,12 โ†’ (2,6) only โ†’ 1 outcome.
- Roll of 3: 3,6,9,12,15,18 โ†’ (3,4),(3,5),(3,6) โ†’ 3 outcomes.
- Roll of 4: 4,8,12,16,20,24 โ†’ (4,3),(4,4),(4,5),(4,6) โ†’ 4 outcomes.
- Roll of 5: 5,10,15,20,25,30 โ†’ (5,3),(5,4),(5,5),(5,6) โ†’ 4 outcomes.
- Roll of 6: 6,12,18,24,30,36 โ†’ (6,2),(6,3),(6,4),(6,5),(6,6) โ†’ 5 outcomes.

Total favorable = 1 + 3 + 4 + 4 + 5 = **17**
openrouter:qwen/qwen3.8-27b โ€“ โš  timed out after 180s โ€” too slow / stuck in reasoning to answer all questions in one call (counted as a fail)
openrouter:anthropic/claude-opus-5 B โœ“
show
# Problem 1:
We need a permutation of {2,4,5,7} that is a multiple of another permutation of the same digits.

The smallest such number is 2457 and the largest is 7542, so the ratio of the two numbers is less than 7542/2457 โ‰ˆ 3.07. So the multiplier can only be 2 or 3.

**Multiplier 3:** Try the small permutations starting with 2 (since 3 ร— (number) must still be a 4-digit permutation):
- 2457 ร— 3 = 7371 (no)
- 2475 ร— 3 = **7425** โœ“ โ€” digits 7, 4, 2, 5, a permutation!

So 7425 = 3 ร— 2475, both using 2, 4, 5, 7 exactly once.

Checking the tempting choices: 5724, 7245, 7254, 7542 are all even or not divisible appropriately โ€” e.g. 7254/2 = 3627 and 7254/3 = 2418 (digits wrong), 5724/2 = 2862, 7542/2 = 3771, 7542/3 = 2514, 7245/3 = 2415 โ€” none give permutations of 2,4,5,7.

ANSWER 1: D

# Problem 2:
Look at the pattern with small strings:
- 9 ร— 4 = 36, digit sum = 9
- 99 ร— 44 = 4356, digit sum = 4+3+5+6 = 18
- 999 ร— 444 = 443556, digit sum = 4+4+3+5+5+6 = 27
- 9999 ร— 4444 = 44435556, digit sum = 36

The product of *n* nines and *n* fours is 44โ€ฆ4 (nโˆ’1 fours) 3 55โ€ฆ5 (nโˆ’1 fives) 6, whose digit sum is
4(nโˆ’1) + 3 + 5(nโˆ’1) + 6 = 9n โˆ’ 9 + 9 = 9n.

For n = 94: digit sum = 9 ร— 94 = **846**.

(945 and 954 would come from miscounting as 9(n+1) or similar.)

ANSWER 2: A

# Problem 3:
Each race awards 5 + 3 + 1 = 9 points, so 27 points total over three races.

**Is 11 enough?** A student could get 11 as 5 + 5 + 1. Then in the third race someone else could win (5) and place second in the first two races: 3 + 3 + 5 = 11 โ€” a tie, so 11 is not a guarantee. (Similarly 9 and 10 fail.)

**Is 13 enough?** The only way to score 13 is 5 + 5 + 3. Then the remaining points available are: race 1 โ†’ {3, 1}, race 2 โ†’ {3, 1}, race 3 โ†’ {5, 1}. The best any other student can do is 3 + 3 + 5 = 11 < 13. So 13 guarantees the win.

15 (winning all three) works too, but is not the smallest.

ANSWER 3: D

# Problem 4:
Let c = number correct, u = number unanswered, with c + u โ‰ค 20. Score = 5c + u.

- 90 = 5(18) + 0 โ†’ 18 questions used โœ“
- 91 = 5(18) + 1 โ†’ 19 used โœ“
- 92 = 5(18) + 2 โ†’ 20 used โœ“
- 95 = 5(19) + 0 โ†’ 19 used โœ“
- 97: need 5c + u = 97. If c = 19, u = 2, but 19 + 2 = 21 > 20 โœ—. If c = 18, u = 7, total 25 > 20 โœ—. Smaller c makes u even bigger. With c = 20, score is 100. So 97 is impossible.

ANSWER 4: E

# Problem 5:
Cost per disk = $5/4 = $1.25. Selling price per disk = $5/3 โ‰ˆ $1.6667.

Profit per disk = 5/3 โˆ’ 5/4 = 20/12 โˆ’ 15/12 = 5/12 dollars.

Number needed: 100 รท (5/12) = 100 ร— 12/5 = **240** disks.

(Choosing 120 comes from using a profit of $5/6 per disk; 1200 from forgetting the 5.)

ANSWER 5: D

# Problem 6:
Rows have 10, 11, 12, โ€ฆ, 29 seats. In a row of n seats with no two students adjacent, the maximum is โŒˆn/2โŒ‰ (seat in positions 1, 3, 5, โ€ฆ).

So the maxima are โŒˆ10/2โŒ‰ = 5, โŒˆ11/2โŒ‰ = 6, 6, 7, 7, 8, โ€ฆ, โŒˆ29/2โŒ‰ = 15.

Pair consecutive rows:
(10,11): 5+6 = 11, (12,13): 13, (14,15): 15, (16,17): 17, (18,19): 19, (20,21): 21, (22,23): 23, (24,25): 25, (26,27): 27, (28,29): 29.

Sum = 11+13+15+โ€ฆ+29 = 10 terms averaging 20 = **200**.

(400 is the total number of seats โ€” half of them can be used.)

ANSWER 6: C

# Problem 7:
Equally spaced integers: aโ‚™ = aโ‚ + (nโˆ’1)d.

From aโ‚โ‚… = aโ‚ + 14d with 241 โ‰ค aโ‚ + 14d โ‰ค 250 and 1 โ‰ค aโ‚ โ‰ค 10:
14d โ‰ฅ 241 โˆ’ 10 = 231 and 14d โ‰ค 250 โˆ’ 1 = 249, so 16.5 โ‰ค d โ‰ค 17.8 โ†’ d = 17.

From aโ‚‚ = aโ‚ + 17 with 13 โ‰ค aโ‚ + 17 โ‰ค 20: aโ‚ โ‰ค 3. Combined with aโ‚ + 238 โ‰ฅ 241 โ†’ aโ‚ โ‰ฅ 3. So aโ‚ = 3.

Check: aโ‚โ‚… = 3 + 14(17) = 241 โœ“ (in range), aโ‚‚ = 20 โœ“.

aโ‚โ‚„ = 3 + 13(17) = 3 + 221 = 224. Digit sum = 2 + 2 + 4 = **8**.

ANSWER 7: A

# Problem 8:
Total = 1+2+โ‹ฏ+9 = 45, so each group sums to 45/3 = 15.

Consider the group containing 9: the other two cards sum to 6, so they are {1,5} or {2,4} ({3,3} impossible).

**Case {9,1,5}:** remaining {2,3,4,6,7,8}. The group with 8 needs two cards summing to 7: only {3,4} (since {1,6} uses the used 1). Then the last group is {2,6,7}, which sums to 15 โœ“.
โ†’ {1,5,9}, {3,4,8}, {2,6,7}

**Case {9,2,4}:** remaining {1,3,5,6,7,8}. The group with 8 needs two summing to 7: only {1,6}. Last group {3,5,7} sums to 15 โœ“.
โ†’ {2,4,9}, {1,6,8}, {3,5,7}

Exactly **2** ways.

ANSWER 8: C

# Problem 9:
There are 36 equally likely outcomes. Count those with product > 10 (note product = 10 does **not** count):

- Die 1 = 1: none (max 6)
- Die 1 = 2: need b > 5 โ†’ b = 6 โ†’ 1 way
- Die 1 = 3: need b > 10/3 โ†’ b = 4,5,6 โ†’ 3 ways
- Die 1 = 4: need b > 2.5 โ†’ b = 3,4,5,6 โ†’ 4 ways
- Die 1 = 5: need b > 2 โ†’ b = 3,4,5,6 โ†’ 4 ways
- Die 1 = 6: need b > 5/3 โ†’ b = 2,3,4,5,6 โ†’ 5 ways

Total = 0+1+3+4+4+5 = 17, so probability = **17/36**.

(1/2 = 18/36 would result from mistakenly including product = 10.)

ANSWER 9: B

# Problem 10:
Label Chris as the person who takes piece #1. With n students, the pieces Chris takes are #1, #(n+1), #(2n+1), โ€ฆ i.e. pieces numbered 1 + kn.

For Chris to take piece #100 we need 100 = 1 + kn, i.e. n divides 99.

Divisors of 99: 1, 3, 9, 11, 33, 99. Among the choices, only **11** works (99 = 9 ร— 11, so Chris takes pieces 1, 12, 23, โ€ฆ, 100).

Checking others: 99/10, 99/19, 99/20, 99/25 are not integers.

ANSWER 10: B
openrouter:openai/gpt-5.6-terra-pro B โœ“
show
Problem 1:

We need find the one number among all permutations of \(2,4,5,7\) that is a multiple of another such number.

Any such four-digit number is between \(2457\) and \(7542\). Therefore, if a larger one is an integer multiple of a smaller one, the multiplier can only be \(2\) or \(3\).

### Could the multiplier be 2?

Suppose \(N=2M\), where both \(N\) and \(M\) use the digits \(2,4,5,7\).

- If \(M\) ends in \(2\), then \(N\) ends in \(4\). Looking at the tens digit, doubling \(4,5,\) or \(7\) gives an invalid digit or repeats the \(4\), so this cannot work.
- If \(M\) ends in \(7\), then \(N\) ends in \(4\), with a carry of \(1\). The tens digit must be \(2\), producing \(5\). Thus \(M\) must be either \(4527\) or \(5427\):
  \[
  2(4527)=9054,\qquad 2(5427)=10854,
  \]
  neither of which is a valid permutation.

So no pair has one number twice the other.

### Could the multiplier be 3?

The smaller number must be at most
\[
\frac{7542}{3}=2514.
\]
The only permutations of \(2,4,5,7\) below \(2514\) are
\[
2457,\qquad 2475.
\]

Now calculate:
\[
3(2457)=7371,
\]
not a permutation of \(2,4,5,7\), but
\[
3(2475)=7425.
\]

Thus \(7425\) is the desired number. The other choices are not \(3\) times a valid smaller permutation.

ANSWER 1: D

Problem 2:

Let \(n=94\). We are multiplying

\[
\underbrace{99\cdots 99}_{94\text{ nines}}
\cdot
\underbrace{44\cdots 44}_{94\text{ fours}}.
\]

For a smaller example,

\[
999\cdot444=443556.
\]

In general, the product has:

- \(93\) digits equal to \(4\),
- then a \(3\),
- then \(93\) digits equal to \(5\),
- then a final \(6\).

So the sum of its digits is

\[
93\cdot 4+3+93\cdot 5+6.
\]

Compute:

\[
372+3+465+6=846.
\]

Choices such as \(945\) or \(954\) might result from incorrectly using 94 copies of both the 4s and 5s; there are only \(93\) of each in the middle pattern.

ANSWER 2: A

Problem 3:

A student earns \(5\) points for first, \(3\) for second, and \(1\) for third.

We seek the smallest score that guarantees the student has strictly more points than every other student.

A score of \(13\) must be earned as

\[
5+5+3.
\]

That means the student wins two races and finishes second in the other race.

Consider any rival student:

- In each race our student wins, the rival can earn at most \(3\) points.
- In the race our student finishes second, the rival can earn at most \(5\) points.

Thus a rival can earn at most

\[
3+3+5=11.
\]

Therefore, \(13\) points guarantees first overall.

Now check why smaller relevant scores do not guarantee this:

- A score of \(11\) can be \(5+5+1\). Another student could finish second in the first two races and win the third:
  \[
  3+3+5=11,
  \]
  causing a tie.
- A score of \(10\) can be \(5+5+0\). Another student can earn
  \[
  3+3+5=11,
  \]
  and exceed that score.

Thus \(13\) is the smallest score that guarantees more points than everyone else.

ANSWER 3: D

Problem 4:

Let

- \(c\) = number correct,
- \(u\) = number unanswered.

The score is

\[
5c+u,
\]
with
\[
c+u\le 20.
\]

Check each choice.

- \(90=5(18)+0\), so 90 is possible.
- \(91=5(18)+1\), so 91 is possible.
- \(92=5(18)+2\), so 92 is possible.
- \(95=5(19)+0\), so 95 is possible.
- For \(97\), the closest possibility is
  \[
  97=5(19)+2.
  \]
  But that would require \(19+2=21\) questions, and there are only 20 questions.

So 97 is not possible.

ANSWER 4: E

Problem 5:

Maria buys 4 disks for \$5, so her cost per disk is

\[
\frac{5}{4}=\$1.25.
\]

She sells 3 disks for \$5, so her selling price per disk is

\[
\frac{5}{3}.
\]

Her profit per disk is

\[
\frac{5}{3}-\frac{5}{4}
=\frac{20}{12}-\frac{15}{12}
=\frac{5}{12}.
\]

To make \$100 profit, she must sell

\[
100\div\frac{5}{12}
=100\cdot\frac{12}{5}
=240
\]

disks.

Choices such as 120 confuse the profit with the selling price; 240 is the number that gives a total profit of \$100.

ANSWER 5: D

Problem 6:

The rows have from 10 seats up through

\[
10+19=29
\]

seats.

In a row with \(n\) seats, the maximum number of students who can sit with no two adjacent is

\[
\left\lceil \frac n2\right\rceil.
\]

Pair consecutive rows:

\[
\begin{array}{c|c}
\text{Rows} & \text{Maximum students} \\ \hline
10,11 & 5+6=11\\
12,13 & 6+7=13\\
14,15 & 7+8=15\\
\vdots & \vdots\\
28,29 & 14+15=29
\end{array}
\]

These totals are

\[
11,13,15,\ldots,29.
\]

This is an arithmetic sequence of 10 terms, with average

\[
\frac{11+29}{2}=20.
\]

Therefore the total is

\[
10\cdot20=200.
\]

The tempting answer \(400\) would be the total number of seats, but students cannot sit next to each other.

ANSWER 6: C

Problem 7:

The numbers are equally spaced, so let the common difference be \(d\). Then

\[
a_{15}=a_1+14d
\]
and
\[
a_2=a_1+d.
\]

Subtracting gives

\[
a_{15}-a_2=13d.
\]

Using the given ranges,

\[
241-20\le a_{15}-a_2\le250-13.
\]

Thus

\[
221\le13d\le237.
\]

Dividing by 13 gives

\[
17\le d\le18.
\]

So \(d\) is either 17 or 18.

If \(d=18\), then

\[
a_{15}=a_1+14(18)=a_1+252,
\]

which is greater than 250 because \(a_1\ge1\). So \(d\neq18\).

Thus \(d=17\). Then

\[
a_{15}=a_1+14(17)=a_1+238.
\]

Since \(241\le a_{15}\le250\),

\[
241\le a_1+238\le250,
\]
so

\[
3\le a_1\le12.
\]

Also,

\[
a_2=a_1+17
\]
must be at most 20, so \(a_1\le3\). Therefore,

\[
a_1=3.
\]

Now

\[
a_{14}=a_1+13d=3+13(17)=3+221=224.
\]

The sum of its digits is

\[
2+2+4=8.
\]

ANSWER 7: A

Problem 8:

The sum of all the cards is

\[
1+2+\cdots+9=45.
\]

Since the cards are divided into 3 equal-sum groups, each group must sum to

\[
45\div3=15.
\]

The group containing 9 must have two other cards totaling

\[
15-9=6.
\]

The possible pairs are

\[
1+5=6,\qquad 2+4=6.
\]

So there are two cases.

### Case 1: \( \{1,5,9\} \)

The remaining cards are \(2,3,4,6,7,8\). They can be grouped as

\[
\{2,6,7\},\qquad \{3,4,8\}.
\]

This gives one division:

\[
\{1,5,9\},\ \{2,6,7\},\ \{3,4,8\}.
\]

### Case 2: \( \{2,4,9\} \)

The remaining cards are \(1,3,5,6,7,8\). They can be grouped as

\[
\{1,6,8\},\qquad \{3,
Q10 ยท stretch ยท AJHSME 1990 #22 โ€” correct: B (11.) ยท solved by 5/5 models

Several students are seated at a large circular table. They pass around a bag of 100 pieces of candy. Each person takes one piece and passes the bag to the next person. If Chris takes the first and the last piece of candy, then the number of students at the table could be

  1. 10
  2. 11
  3. 19
  4. 20
  5. 25
Official approach: the gap between Chris's first and last piece must be a whole number of laps
ModelPickโœ“/โœ—Reasoning
openrouter:meta/muse-spark-1.3 B โœ“
show
Problem 1:
We need four-digit numbers using 2,4,5,7 once each.
There are 24 of them. Sum of digits = 2+4+5+7 = 18,
so every such number is divisible by 9.

Let a smaller one $S$ divide a larger one $L$, $L=kS$.
Since $2457 \le S < L \le 7542$,
$$ k = L/S < 7542/2457 < 3.07. $$
$k$ is an integer $>1$, so $k=2$ or $k=3$.

Rule out $k=2$.
$S\ge 2457$ and $L=2S\le 7542$ gives $S\le 3771$.
Hence $S$ is $2457$ to $3771$ and uses digits 2,4,5,7,
so its thousands digit must be 2. So $S=2\_\_\_$.

Let $d$ be units of $S$. $d$ is 4,5 or 7.
$L=2S$ has units $(2d)\bmod 10$, which must be 2,4,5 or 7.
- $d=4 \to 8$, impossible.
- $d=5 \to 0$, impossible.
- $d=7 \to 4$, possible, with carry 1.

So $S$ must end in 7, $L$ end in 4, and $S=2\_\_7$
with middle digits 4,5. I.e. $S=2457$ or $2547$.
But $2457\times 2=4914$, $2547\times 2=5094$,
neither uses digits 2,4,5,7. So $k=2$ is impossible.

Hence $k=3$. Then $L=3S\le 7542$ gives $S\le 2514$.
Also $S\ge 2457$. So $2457\le S\le 2514$ using digits 2,4,5,7.
Thousands digit 2. The only permutations in that interval are
2457 and 2475; $2547$ is already too big since $3\times2547>7542$.

Test:
$2457\times 3 = 7371$, not a permutation.
$2475\times 3 = 7425$, which is $2,4,7,5$ exactly once.

Indeed $2475\times 3 = 6000+1200+210+15 = 7425$.
So the unique multiple is 7425. This eliminates A,B,C,E; e.g.
halves and thirds of 5724,7245,7254,7542 are not permutations.
ANSWER 1: D

Problem 2:
We multiply $N=99\dots9$ ($n$ nines) by $M=44\dots4$ ($n$ fours).
Test small $n$:
$9\times4=36$, digit sum 9.
$99\times44=4356$, digit sum 18.
$999\times444=443556$, digit sum 27.
Guess sum $=9n$.

Prove: $M$ has $n$ digits 4. $N=10^{n}-1$.
$$ N\cdot M = M\cdot10^{n}-M = (M-1)10^{n}+ (10^{n}-M). $$
Let $F=M=44\dots4$. Then
$$M-1 = 44\dots43,$$
$n-1$ fours then 3, and
$$10^{n}-M = 55\dots56,$$
$n-1$ fives then 6, e.g. $1000-444=556$.
Hence the product is the concatenation:
$(n-1$ fours$)3\,(n-1$ fives$)6$.

Digit sum $=4(n-1)+3+5(n-1)+6 =9(n-1)+9=9n$.

For $n=94$, sum $=9\times94=846$.

This rules out 855,945,954,1072.
ANSWER 2: A

Problem 3:
Points per race: 5 first, 3 second, 1 third, 0 otherwise.
Let our student have total $T$. Another student maximized
takes the best place left by ours in each race:
if ours is 1st, max 3; if 2nd,3rd or out, max 5.

$T=13$ can only be $5+5+3$: two wins and a second.
Max for opponent $=3+3+5=11<13$. So 13 guarantees sole first.
Hence 15 also does, but we want smallest.

$T=11$ can be $5+5+1$. Then an opponent can be second, second,
first: $3+3+5=11$, tying us. So 11 does not guarantee strictly
more. It can also be $5+3+3$, where opponent can get
$3+5+5=13>11$.

Thus 11 fails. Any $T\le10$ also fails: e.g. opponent can still
aim for $3+3+5=11$ while we win twice and do worse in the third
race; e.g. we get $5+5+0=10$ and opponent gets 11 and beats us.
Similarly 9 is beatable.

So among attainable totals, 13 is the first that works.
Choices 9,10,11 fail; 15 works but is not smallest.
ANSWER 3: D

Problem 4:
Let $c$ correct, $u$ unanswered, $w$ wrong, $c+u+w=20$.
Score $S=5c+u$.

Then $u=S-5c\ge0$ and $c+u\le20$, i.e. $c+S-5c\le20$,
$S-4c\le20$.

- 90: $u=90-5c$. Need $5c\le90$, $90-4c\le20$.
$c=18$ gives $u=0$, $c+u=18\le20$ with $w=2$. Possible.

- 91: $u=91-5c$. $c=18$ gives $u=1$, $c+u=19\le20$ with $w=1$.
Possible: 18 correct, 1 blank, 1 wrong.

- 92: $u=92-5c$. $c=18$ gives $u=2$, $c+u=20$. Possible:
18 correct, 2 blank.

- 95: $u=95-5c$. $c=19$ gives $u=0$, $c+u=19\le20$ with $w=1$.
Possible: 19 correct, 1 wrong.

- 97: $u=97-5c$. Need $5c\le97$ so $c\le19$, and
$97-4c\le20$ so $4c\ge77$ so $c\ge20$. Impossible.
Indeed $c=19$ would need $u=2$, total $21>20$; $c=20$ gives 100.
So 97 cannot occur.

Hence NOT possible is 97.
ANSWER 4: E

Problem 5:
Cost: 4 for \$5, so per disk $5/4=1.25$.
Sell: 3 for \$5, so per disk $5/3\approx1.67$.

Profit per disk $=5/3-5/4=(20-15)/12=5/12$ dollars.

To make \$100 need $N$ with $N\cdot5/12=100$,
$$N=100\times12/5=240.$$

Check: buy 240 costs $240/4\times5=300$; sell 240 gets
$240/3\times5=400$; profit $100$.
100,120,200,1200 give profits $125/3,50,250/3,500$, not 100.
ANSWER 5: D

Problem 6:
Row 1 has 10 seats, row $i$ has $10+i-1=9+i$ seats.
Row 20 has 29 seats.

In a row of $n$ seats in a line with no two occupied adjacent,
the maximum is to take seats 1,3,5,... i.e. $\lceil n/2\rceil$.

So row $n$ contributes $\lceil n/2\rceil$:
10โ†’5, 11โ†’6, 12โ†’6, 13โ†’7, 14โ†’7, 15โ†’8, 16โ†’8, 17โ†’9,
18โ†’9, 19โ†’10, 20โ†’10, 21โ†’11, 22โ†’11, 23โ†’12, 24โ†’12,
25โ†’13, 26โ†’13, 27โ†’14, 28โ†’14, 29โ†’15.

Summing in pairs: $11+13+15+17+19+21+23+25+27+29$.
This is 10 terms averaging $(11+29)/2=20$, total $200$.

Leaving a seat empty can only reduce total, so 200 is max.
This rules out 150,180,400,460.
ANSWER 6: C

Problem 7:
Let $a_1=A$, common difference $d>0$. Since $a_1,a_2$ integers,
$d=a_2-a_1$ is an integer. $a_n=A+(n-1)d$.

$a_1\in[1,10]$, $a_1+d\in[13,20]$, $A+14d\in[241,250]$.

Then $14d=(A+14d)-A\in[241-10,250-1]=[231,249]$.
So $231\le14d\le249$, $16.5\le d\le17.78$.
Integer $d=17$ only, since $14\times16=224$, $14\times18=252$.

Then $A=(A+14d)-238\in[241-238,250-238]=[3,12]$.
Intersect $[1,10]$ gives $[3,10]$.
Also $A+17\in[13,20]$ gives $A\le3$. Hence $A=3$.

Check: $3,20,\dots,3+14\times17=241$, satisfies all.
Then $a_{14}=A+13d=3+13\times17=3+221=224$.
Digit sum $=2+2+4=8$, ruling out 9,10,11,12.
ANSWER 7: A

Problem 8:
Sum $1+\cdots+9=45$. Three groups equal sum $\Rightarrow$
each sum $45/3=15$.

Find triples of distinct 1โ€“9 summing to 15:
1+5+9, 1+6+8, 2+4+9, 2+5+8, 2+6+7, 3+4+8, 3+5+7, 4+5+6.

9 must be with $\{1,5\}$ or $\{2,4\}$.

Case 9 with 1,5: use $\{1,5,9\}$. Remaining $\{2,3,4,6,7,8\}$.
8 needs two summing to 7: only $3+4$ remains, so $\{3,4,8\}$
forced. Left $\{2,6,7\}=15$. Partition 1.

Case 9 with 2,4: use $\{2,4,9\}$. Remaining $\{1,3,5,6,7,8\}$.
8 needs 7: only $1+6$ remains, so $\{1,6,8\}$ forced.
Left $\{3,5,7\}=15$. Partition 2.

No other cases. So exactly 2 unordered partitions.
Labeled groups would give 12, not liste
openrouter:google/gemini-3.8-flash B โœ“
show
### Problem 1:

**Restatement of the Problem:**  
We are given the four digits $2, 4, 5,$ and $7$. There are $4! = 24$ four-digit numbers formed by using each of these digits exactly once. We are told that exactly one of these $24$ numbers is a multiple of another one among them. We need to identify that number from the given choices.

**Step-by-Step Solution:**
1. The smallest possible four-digit number that can be formed using digits $\{2, 4, 5, 7\}$ is $2457$, and the largest is $7542$.
2. If a number $B$ is a multiple of another number $A$, then $B = k \cdot A$ for some integer $k \ge 2$.
3. Since $A \ge 2457$ and $B \le 7542$, the multiplier $k$ can only be:
   $$\frac{7542}{2457} \approx 3.07 \implies k = 2 \text{ or } 3$$
4. Let's test multiples of the smallest valid numbers:
   - For $A = 2457$:
     - $2457 \times 2 = 4914$ (contains the digit $9$, not valid)
     - $2457 \times 3 = 7371$ (contains $3$ and $1$, not valid)
   - For $A = 2475$:
     - $2475 \times 2 = 4950$ (not valid)
     - $2475 \times 3 = 7425$ 
5. Notice that $7425$ contains the digits $7, 4, 2, 5$, each exactly once!
6. Thus, $7425$ is a multiple of $2475$ ($7425 = 3 \times 2475$). 
7. Checking the choices, $7425$ is Choice D.

ANSWER 1: D

---

### Problem 2:

**Restatement of the Problem:**  
Find the sum of the digits of the product of a string of $94$ nines and a string of $94$ fours:
$$\underbrace{999\dots99}_{94\text{ nines}} \times \underbrace{444\dots44}_{94\text{ fours}}$$

**Step-by-Step Solution:**
1. Let $N = \underbrace{444\dots44}_{94\text{ fours}}$.
2. A string of $94$ nines can be written as $10^{94} - 1$.
3. The product is:
   $$(10^{94} - 1) \times N = N \times 10^{94} - N$$
4. Let us observe the pattern for smaller values of $n$ (the number of digits):
   - For $n = 1$: $9 \times 4 = 36$, digit sum is $3 + 6 = 9 = 9 \times 1$.
   - For $n = 2$: $99 \times 44 = 4356$, digit sum is $4 + 3 + 5 + 6 = 18 = 9 \times 2$.
   - For $n = 3$: $999 \times 444 = 443556$, digit sum is $4 + 4 + 3 + 5 + 5 + 6 = 27 = 9 \times 3$.
5. In general, for $n$ digits, the product is:
   $$\underbrace{44\dots4}_{n-1\text{ fours}} 3 \underbrace{55\dots5}_{n-1\text{ fives}} 6$$
   The sum of the digits is:
   $$4(n-1) + 3 + 5(n-1) + 6 = 9(n-1) + 9 = 9n$$
6. Here, $n = 94$, so the sum of the digits is:
   $$9 \times 94 = 846$$

ANSWER 2: A

---

### Problem 3:

**Restatement of the Problem:**  
In each of three races, the first-place finisher receives $5$ points, the second-place finisher receives $3$ points, and the third-place finisher receives $1$ point. There are no ties. We wish to find the smallest number of points a student must earn in the three races to be guaranteed to have strictly more points than any other student.

**Step-by-Step Solution:**
1. In each race, the points awarded are $5, 3,$ and $1$. The possible point values a single student can obtain across $3$ races come from sums of three values chosen from $\{5, 3, 1, 0\}$ (where $0$ represents placing fourth or lower).
2. The possible scores near the top are:
   - $5 + 5 + 5 = 15$
   - $5 + 5 + 3 = 13$
   - $5 + 5 + 1 = 11$
   - $5 + 3 + 3 = 11$
   - $5 + 3 + 1 = 9$ or $3 + 3 + 3 = 9$
3. Can a student earn $11$ points and tie with another student?
   - Yes: Student A could finish 1st, 1st, and 3rd, scoring $5 + 5 + 1 = 11$.
   - Simultaneously, Student B could finish 2nd, 2nd, and 1st, scoring $3 + 3 + 5 = 11$.
   - Since Student A and Student B both have $11$ points, having $11$ points does not guarantee strictly more points than every other student.
4. Next possible higher score is $13$:
   - To score $13$ points, a student must finish with two 1st-place finishes and one 2nd-place finish ($5 + 5 + 3 = 13$).
   - If Student A scores $13$ points, the remaining points available to all other competitors across the three races are:
     - One 1st-place finish ($5$ points),
     - Two 2nd-place finishes ($3$ points each),
     - Three 3rd-place finishes ($1$ point each).
   - The maximum points any other single competitor could obtain is by taking the remaining 1st-place finish and both remaining 2nd-place finishes: $5 + 3 + 3 = 11$ points.
   - Since $11 < 13$, no other student can reach $13$ points.
5. Therefore, $13$ is the smallest number of points that guarantees a student has strictly more points than any other student.

ANSWER 3: D

---

### Problem 4:

**Restatement of the Problem:**  
A test consists of $20$ questions. Correct answers earn $5$ points, unanswered questions earn $1$ point, and incorrect answers earn $0$ points. We need to determine which of the given scores is NOT possible: $90, 91, 92, 95,$ or $97$.

**Step-by-Step Solution:**
1. Let $c$ be the number of correct answers, $u$ be the number of unanswered questions, and $w$ be the number of incorrect answers.
2. We have the constraints:
   $$c + u + w = 20, \quad c, u, w \ge 0$$
   $$\text{Score} = 5c + u$$
3. Let's analyze scores close to $100$:
   - If $c = 20$, then $u = 0, w = 0 \implies \text{Score} = 100$.
   - If $c = 19$, then $u + w = 1$.
     - If $u = 1, w = 0 \implies \text{Score} = 5(19) + 1 = 96$.
     - If $u = 0, w = 1 \implies \text{Score} = 5(19) + 0 = 95$.
   - If $c \le 18$, the maximum possible score is when all remaining questions are left unanswered ($u = 20 - c$):
     $$\text{Score} \le 5(18) + 2 = 92$$
4. Therefore, any score strictly between $92$ and $95$, or between $96$ and $100$, is impossible:
   - Impossible scores in the nineties are: $93, 94, 97, 98, 99$.
5. Checking the choices:
   - $90$: $c = 18, u = 0, w = 2 \implies 5(18) + 0 = 90$ (Possible)
   - $91$: $c = 18, u = 1, w = 1 \implies 5(18) + 1 = 91$ (Possible)
   - $92$: $c = 18, u = 2, w = 0 \implies 5(18) + 2 = 92$ (Possible)
   - $95$: $c = 19, u = 0, w = 1 \implies 5(19) + 0 = 95$ (Possible)
   - $97$: Impossible, as shown above.

ANSWER 4: E

---

### Problem 5:

**Restatement of the Problem:**  
Maria buys computer disks at $4$ for $\$5$ and sells them at $3$ for $\$5$. How many disks mus
openrouter:~z-ai/glm-latest B โœ“
show
# Problem 1:
We have all 24 permutations of digits {2, 4, 5, 7}. The smallest is 2457 and the largest is 7542. If one of these numbers is a multiple of another, say X = kยทY, then k = X/Y โ‰ค 7542/2457 โ‰ˆ 3.07, so **k = 2 or k = 3**.

**Try k = 2:** Then 2Y โ‰ค 7542 forces Y โ‰ค 3771, so Y starts with 2 or 4, and Y must be even. Candidates and their doubles:
- 2574 โ†’ 5148 โœ—, 2754 โ†’ 5508 โœ—
- 4572 โ†’ 9144 โœ—, 4752 โ†’ 9504 โœ—

None of the doubles use only digits {2,4,5,7}. So doubling never works.

**Try k = 3:** Then 3Y โ‰ค 7542 forces Y โ‰ค 2514, so Y โˆˆ {2457, 2475}:
- 3 ร— 2457 = 7371 โœ—
- 3 ร— 2475 = **7425** โœ“ (uses exactly digits 2, 4, 5, 7)

So the only multiple pair is 7425 = 3 ร— 2475. Checking the other choices directly (e.g., 5724 = 2ยฒยท3ยณยท53 and 7245 = 3ยฒยท5ยท7ยท23 have no 4-digit divisors made of 2,4,5,7) confirms none of them works.

ANSWER 1: D

# Problem 2:
A string of 94 nines equals 10โนโด โˆ’ 1. So the product is

44โ€ฆ4 (94 fours) ร— (10โนโด โˆ’ 1) = 44โ€ฆ4000โ€ฆ0 (94 fours followed by 94 zeros) โˆ’ 44โ€ฆ4.

Look at small cases to see the pattern:
- 44 ร— 99 = 4356
- 444 ร— 999 = 443556
- 4444 ร— 9999 = 44435556

The pattern is: **(nโˆ’1) fours, then a 3, then (nโˆ’1) fives, then a 6**. (This is the subtraction: the trailing zeros minus 44โ€ฆ4 gives 55โ€ฆ56, and borrowing 1 turns the leading 44โ€ฆ4 into 44โ€ฆ3.)

For n = 94 the answer is: 93 fours, then 3, then 93 fives, then 6.

Sum of digits = 93(4) + 3 + 93(5) + 6 = 372 + 3 + 465 + 6 = **846**.
(Not 954 โ€” that would come from wrongly counting 94 fours and 94 fives.)

ANSWER 2: A

# Problem 3:
Each race awards 5 + 3 + 1 = 9 points, so 27 points total over three races. A student's score is a sum of three odd numbers (5, 3, or 1), so every score is **odd**; possible scores are 3, 5, 7, 9, 11, 13, 15.

**Why 13 guarantees the win:** The only way to score 13 is 5 + 5 + 3 (first twice, second once). Then in the two races that student won, any rival scored at most 3 points; in the remaining race, at most 5. So every rival has at most 3 + 3 + 5 = 11 < 13. โœ“

**Why smaller values fail:** With 11 points (e.g., 5 + 5 + 1: first twice, third once), another student could be second in those two races (3 + 3) and first in the third (5), also totaling 11 โ€” a tie, so 11 does not guarantee being strictly ahead. (With 9 or 10, a rival could even score more.) Since all scores are odd, 12 is impossible anyway.

ANSWER 3: D

# Problem 4:
Let c = correct, u = unanswered, w = wrong, with c + u + w = 20. Score = 5c + u.

- 90: 18 correct, 0 unanswered, 2 wrong โ†’ 18ยท5 = 90 โœ“
- 91: 18 correct, 1 unanswered, 1 wrong โ†’ 90 + 1 โœ“
- 92: 18 correct, 2 unanswered, 0 wrong โ†’ 90 + 2 โœ“
- 95: 19 correct, 0 unanswered, 1 wrong โ†’ 95 โœ“
- 97: Need 5c + u = 97. Since 97 โ‰ก 2 (mod 5), u โˆˆ {2, 7, 12, 17}.
  - u = 2 โ†’ c = 19, but c + u = 21 > 20 โœ—
  - u = 7 โ†’ c = 18, c + u = 25 > 20 โœ—
  - u = 12 โ†’ c = 17, c + u = 29 > 20 โœ—
  - u = 17 โ†’ c = 16, c + u = 33 > 20 โœ—

So 97 is impossible.

ANSWER 4: E

# Problem 5:
Buying at 4 disks for $5 means cost per disk = 5/4 = $1.25.
Selling at 3 disks for $5 means revenue per disk = 5/3 โ‰ˆ $1.67.

Profit per disk = 5/3 โˆ’ 5/4 = (20 โˆ’ 15)/12 = **5/12 dollars**.

To make $100 profit: number of disks = 100 รท (5/12) = 100 ยท 12/5 = **240**.

Check: 240 disks cost 240 ยท 1.25 = $300; selling 240 disks brings 240 ยท 5/3 = $400; profit = $100. โœ“
(The tempting wrong answer 120 comes from forgetting she must also *buy* the disks she sells.)

ANSWER 5: D

# Problem 6:
Row i has 10 + (i โˆ’ 1) seats, so the rows have 10, 11, 12, โ€ฆ, 29 seats.

In a row of n seats with no two students adjacent, the maximum is โŒˆn/2โŒ‰ (alternate seating: seat, gap, seat, gap, โ€ฆ).

Compute row by row:
- Row 10 โ†’ 5, row 11 โ†’ 6, row 12 โ†’ 6, row 13 โ†’ 7, row 14 โ†’ 7, row 15 โ†’ 8, row 16 โ†’ 8, row 17 โ†’ 9, row 18 โ†’ 9, row 19 โ†’ 10, row 20 โ†’ 10, row 21 โ†’ 11, row 22 โ†’ 11, row 23 โ†’ 12, row 24 โ†’ 12, row 25 โ†’ 13, row 26 โ†’ 13, row 27 โ†’ 14, row 28 โ†’ 14, row 29 โ†’ 15.

Total = 5 + (6+6) + (7+7) + (8+8) + (9+9) + (10+10) + (11+11) + (12+12) + (13+13) + (14+14) + 15 = **200**.

(Shortcut: total seats = 390; half is 195; the 10 odd-sized rows each contribute an extra half-seat: 195 + 10 = 200. Choice 400 wrongly assumes every seat can be filled; choice 180 wrongly floors every row.)

ANSWER 6: C

# Problem 7:
Let d be the common spacing. Then aโ‚‚ = aโ‚ + d and aโ‚โ‚… = aโ‚ + 14d.

From 1 โ‰ค aโ‚ โ‰ค 10 and 241 โ‰ค aโ‚โ‚… โ‰ค 250:
241 โ‰ค aโ‚ + 14d โ‰ค 250 โŸน 231 โ‰ค 14d โ‰ค 249 โŸน 16.5 โ‰ค d โ‰ค 17.79, so **d = 17** (integers only).

Now aโ‚โ‚… = aโ‚ + 14(17) = aโ‚ + 238 must satisfy 241 โ‰ค aโ‚ + 238 โ‰ค 250, so aโ‚ โ‰ฅ 3.
Also aโ‚‚ = aโ‚ + 17 must satisfy aโ‚‚ โ‰ค 20, so aโ‚ โ‰ค 3.
Therefore aโ‚ = 3. (Check: aโ‚‚ = 20 โˆˆ [13, 20] โœ“, aโ‚โ‚… = 241 โˆˆ [241, 250] โœ“.)

Then aโ‚โ‚„ = aโ‚ + 13d = 3 + 13(17) = 3 + 221 = **224**.

Sum of digits: 2 + 2 + 4 = **8**.

ANSWER 7: A

# Problem 8:
The numbers 1 through 9 sum to 45, so each of the 3 groups must sum to 45/3 = **15**.

All triples from {1,โ€ฆ,9} summing to 15:
1-5-9, 1-6-8, 2-4-9, 2-5-8, 2-6-7, 3-4-8, 3-5-7, 4-5-6 (these are the 8 lines of the 3ร—3 magic square).

Since the group containing 1 must be either {1,5,9} or {1,6,8}:

**Case {1,5,9}:** Remaining digits {2,3,4,6,7,8} must form two triples summing to 15 โ€” the only option is {2,6,7} and {3,4,8}. โœ“ โ†’ Partition: {1,5,9}, {2,6,7}, {3,4,8}.

**Case {1,6,8}:** Remaining digits {2,3,4,5,7,9} โ€” the only option is {2,4,9} and {3,5,7}. โœ“ โ†’ Partition: {1,6,8}, {2,4,9}, {3,5,7}.

No other partitions exist, so there are exactly **2** ways (groups aren't labeled, and order within a group doesn't matter).

ANSWER 8: C

# Problem 9:
There are 36 equally likely outcomes. Count pairs (die1, die2) with product > 10:

- Roll of 1: products 1โ€“6 โ†’ none.
- Roll of 2: products 2,4,6,8,10,12 โ†’ (2,6) only โ†’ 1 outcome.
- Roll of 3: 3,6,9,12,15,18 โ†’ (3,4),(3,5),(3,6) โ†’ 3 outcomes.
- Roll of 4: 4,8,12,16,20,24 โ†’ (4,3),(4,4),(4,5),(4,6) โ†’ 4 outcomes.
- Roll of 5: 5,10,15,20,25,30 โ†’ (5,3),(5,4),(5,5),(5,6) โ†’ 4 outcomes.
- Roll of 6: 6,12,18,24,30,36 โ†’ (6,2),(6,3),(6,4),(6,5),(6,6) โ†’ 5 outcomes.

Total favorable = 1 + 3 + 4 + 4 + 5 = **17**
openrouter:qwen/qwen3.8-27b โ€“ โš  timed out after 180s โ€” too slow / stuck in reasoning to answer all questions in one call (counted as a fail)
openrouter:anthropic/claude-opus-5 B โœ“
show
# Problem 1:
We need a permutation of {2,4,5,7} that is a multiple of another permutation of the same digits.

The smallest such number is 2457 and the largest is 7542, so the ratio of the two numbers is less than 7542/2457 โ‰ˆ 3.07. So the multiplier can only be 2 or 3.

**Multiplier 3:** Try the small permutations starting with 2 (since 3 ร— (number) must still be a 4-digit permutation):
- 2457 ร— 3 = 7371 (no)
- 2475 ร— 3 = **7425** โœ“ โ€” digits 7, 4, 2, 5, a permutation!

So 7425 = 3 ร— 2475, both using 2, 4, 5, 7 exactly once.

Checking the tempting choices: 5724, 7245, 7254, 7542 are all even or not divisible appropriately โ€” e.g. 7254/2 = 3627 and 7254/3 = 2418 (digits wrong), 5724/2 = 2862, 7542/2 = 3771, 7542/3 = 2514, 7245/3 = 2415 โ€” none give permutations of 2,4,5,7.

ANSWER 1: D

# Problem 2:
Look at the pattern with small strings:
- 9 ร— 4 = 36, digit sum = 9
- 99 ร— 44 = 4356, digit sum = 4+3+5+6 = 18
- 999 ร— 444 = 443556, digit sum = 4+4+3+5+5+6 = 27
- 9999 ร— 4444 = 44435556, digit sum = 36

The product of *n* nines and *n* fours is 44โ€ฆ4 (nโˆ’1 fours) 3 55โ€ฆ5 (nโˆ’1 fives) 6, whose digit sum is
4(nโˆ’1) + 3 + 5(nโˆ’1) + 6 = 9n โˆ’ 9 + 9 = 9n.

For n = 94: digit sum = 9 ร— 94 = **846**.

(945 and 954 would come from miscounting as 9(n+1) or similar.)

ANSWER 2: A

# Problem 3:
Each race awards 5 + 3 + 1 = 9 points, so 27 points total over three races.

**Is 11 enough?** A student could get 11 as 5 + 5 + 1. Then in the third race someone else could win (5) and place second in the first two races: 3 + 3 + 5 = 11 โ€” a tie, so 11 is not a guarantee. (Similarly 9 and 10 fail.)

**Is 13 enough?** The only way to score 13 is 5 + 5 + 3. Then the remaining points available are: race 1 โ†’ {3, 1}, race 2 โ†’ {3, 1}, race 3 โ†’ {5, 1}. The best any other student can do is 3 + 3 + 5 = 11 < 13. So 13 guarantees the win.

15 (winning all three) works too, but is not the smallest.

ANSWER 3: D

# Problem 4:
Let c = number correct, u = number unanswered, with c + u โ‰ค 20. Score = 5c + u.

- 90 = 5(18) + 0 โ†’ 18 questions used โœ“
- 91 = 5(18) + 1 โ†’ 19 used โœ“
- 92 = 5(18) + 2 โ†’ 20 used โœ“
- 95 = 5(19) + 0 โ†’ 19 used โœ“
- 97: need 5c + u = 97. If c = 19, u = 2, but 19 + 2 = 21 > 20 โœ—. If c = 18, u = 7, total 25 > 20 โœ—. Smaller c makes u even bigger. With c = 20, score is 100. So 97 is impossible.

ANSWER 4: E

# Problem 5:
Cost per disk = $5/4 = $1.25. Selling price per disk = $5/3 โ‰ˆ $1.6667.

Profit per disk = 5/3 โˆ’ 5/4 = 20/12 โˆ’ 15/12 = 5/12 dollars.

Number needed: 100 รท (5/12) = 100 ร— 12/5 = **240** disks.

(Choosing 120 comes from using a profit of $5/6 per disk; 1200 from forgetting the 5.)

ANSWER 5: D

# Problem 6:
Rows have 10, 11, 12, โ€ฆ, 29 seats. In a row of n seats with no two students adjacent, the maximum is โŒˆn/2โŒ‰ (seat in positions 1, 3, 5, โ€ฆ).

So the maxima are โŒˆ10/2โŒ‰ = 5, โŒˆ11/2โŒ‰ = 6, 6, 7, 7, 8, โ€ฆ, โŒˆ29/2โŒ‰ = 15.

Pair consecutive rows:
(10,11): 5+6 = 11, (12,13): 13, (14,15): 15, (16,17): 17, (18,19): 19, (20,21): 21, (22,23): 23, (24,25): 25, (26,27): 27, (28,29): 29.

Sum = 11+13+15+โ€ฆ+29 = 10 terms averaging 20 = **200**.

(400 is the total number of seats โ€” half of them can be used.)

ANSWER 6: C

# Problem 7:
Equally spaced integers: aโ‚™ = aโ‚ + (nโˆ’1)d.

From aโ‚โ‚… = aโ‚ + 14d with 241 โ‰ค aโ‚ + 14d โ‰ค 250 and 1 โ‰ค aโ‚ โ‰ค 10:
14d โ‰ฅ 241 โˆ’ 10 = 231 and 14d โ‰ค 250 โˆ’ 1 = 249, so 16.5 โ‰ค d โ‰ค 17.8 โ†’ d = 17.

From aโ‚‚ = aโ‚ + 17 with 13 โ‰ค aโ‚ + 17 โ‰ค 20: aโ‚ โ‰ค 3. Combined with aโ‚ + 238 โ‰ฅ 241 โ†’ aโ‚ โ‰ฅ 3. So aโ‚ = 3.

Check: aโ‚โ‚… = 3 + 14(17) = 241 โœ“ (in range), aโ‚‚ = 20 โœ“.

aโ‚โ‚„ = 3 + 13(17) = 3 + 221 = 224. Digit sum = 2 + 2 + 4 = **8**.

ANSWER 7: A

# Problem 8:
Total = 1+2+โ‹ฏ+9 = 45, so each group sums to 45/3 = 15.

Consider the group containing 9: the other two cards sum to 6, so they are {1,5} or {2,4} ({3,3} impossible).

**Case {9,1,5}:** remaining {2,3,4,6,7,8}. The group with 8 needs two cards summing to 7: only {3,4} (since {1,6} uses the used 1). Then the last group is {2,6,7}, which sums to 15 โœ“.
โ†’ {1,5,9}, {3,4,8}, {2,6,7}

**Case {9,2,4}:** remaining {1,3,5,6,7,8}. The group with 8 needs two summing to 7: only {1,6}. Last group {3,5,7} sums to 15 โœ“.
โ†’ {2,4,9}, {1,6,8}, {3,5,7}

Exactly **2** ways.

ANSWER 8: C

# Problem 9:
There are 36 equally likely outcomes. Count those with product > 10 (note product = 10 does **not** count):

- Die 1 = 1: none (max 6)
- Die 1 = 2: need b > 5 โ†’ b = 6 โ†’ 1 way
- Die 1 = 3: need b > 10/3 โ†’ b = 4,5,6 โ†’ 3 ways
- Die 1 = 4: need b > 2.5 โ†’ b = 3,4,5,6 โ†’ 4 ways
- Die 1 = 5: need b > 2 โ†’ b = 3,4,5,6 โ†’ 4 ways
- Die 1 = 6: need b > 5/3 โ†’ b = 2,3,4,5,6 โ†’ 5 ways

Total = 0+1+3+4+4+5 = 17, so probability = **17/36**.

(1/2 = 18/36 would result from mistakenly including product = 10.)

ANSWER 9: B

# Problem 10:
Label Chris as the person who takes piece #1. With n students, the pieces Chris takes are #1, #(n+1), #(2n+1), โ€ฆ i.e. pieces numbered 1 + kn.

For Chris to take piece #100 we need 100 = 1 + kn, i.e. n divides 99.

Divisors of 99: 1, 3, 9, 11, 33, 99. Among the choices, only **11** works (99 = 9 ร— 11, so Chris takes pieces 1, 12, 23, โ€ฆ, 100).

Checking others: 99/10, 99/19, 99/20, 99/25 are not integers.

ANSWER 10: B
openrouter:openai/gpt-5.6-terra-pro B โœ“
show
Problem 1:

We need find the one number among all permutations of \(2,4,5,7\) that is a multiple of another such number.

Any such four-digit number is between \(2457\) and \(7542\). Therefore, if a larger one is an integer multiple of a smaller one, the multiplier can only be \(2\) or \(3\).

### Could the multiplier be 2?

Suppose \(N=2M\), where both \(N\) and \(M\) use the digits \(2,4,5,7\).

- If \(M\) ends in \(2\), then \(N\) ends in \(4\). Looking at the tens digit, doubling \(4,5,\) or \(7\) gives an invalid digit or repeats the \(4\), so this cannot work.
- If \(M\) ends in \(7\), then \(N\) ends in \(4\), with a carry of \(1\). The tens digit must be \(2\), producing \(5\). Thus \(M\) must be either \(4527\) or \(5427\):
  \[
  2(4527)=9054,\qquad 2(5427)=10854,
  \]
  neither of which is a valid permutation.

So no pair has one number twice the other.

### Could the multiplier be 3?

The smaller number must be at most
\[
\frac{7542}{3}=2514.
\]
The only permutations of \(2,4,5,7\) below \(2514\) are
\[
2457,\qquad 2475.
\]

Now calculate:
\[
3(2457)=7371,
\]
not a permutation of \(2,4,5,7\), but
\[
3(2475)=7425.
\]

Thus \(7425\) is the desired number. The other choices are not \(3\) times a valid smaller permutation.

ANSWER 1: D

Problem 2:

Let \(n=94\). We are multiplying

\[
\underbrace{99\cdots 99}_{94\text{ nines}}
\cdot
\underbrace{44\cdots 44}_{94\text{ fours}}.
\]

For a smaller example,

\[
999\cdot444=443556.
\]

In general, the product has:

- \(93\) digits equal to \(4\),
- then a \(3\),
- then \(93\) digits equal to \(5\),
- then a final \(6\).

So the sum of its digits is

\[
93\cdot 4+3+93\cdot 5+6.
\]

Compute:

\[
372+3+465+6=846.
\]

Choices such as \(945\) or \(954\) might result from incorrectly using 94 copies of both the 4s and 5s; there are only \(93\) of each in the middle pattern.

ANSWER 2: A

Problem 3:

A student earns \(5\) points for first, \(3\) for second, and \(1\) for third.

We seek the smallest score that guarantees the student has strictly more points than every other student.

A score of \(13\) must be earned as

\[
5+5+3.
\]

That means the student wins two races and finishes second in the other race.

Consider any rival student:

- In each race our student wins, the rival can earn at most \(3\) points.
- In the race our student finishes second, the rival can earn at most \(5\) points.

Thus a rival can earn at most

\[
3+3+5=11.
\]

Therefore, \(13\) points guarantees first overall.

Now check why smaller relevant scores do not guarantee this:

- A score of \(11\) can be \(5+5+1\). Another student could finish second in the first two races and win the third:
  \[
  3+3+5=11,
  \]
  causing a tie.
- A score of \(10\) can be \(5+5+0\). Another student can earn
  \[
  3+3+5=11,
  \]
  and exceed that score.

Thus \(13\) is the smallest score that guarantees more points than everyone else.

ANSWER 3: D

Problem 4:

Let

- \(c\) = number correct,
- \(u\) = number unanswered.

The score is

\[
5c+u,
\]
with
\[
c+u\le 20.
\]

Check each choice.

- \(90=5(18)+0\), so 90 is possible.
- \(91=5(18)+1\), so 91 is possible.
- \(92=5(18)+2\), so 92 is possible.
- \(95=5(19)+0\), so 95 is possible.
- For \(97\), the closest possibility is
  \[
  97=5(19)+2.
  \]
  But that would require \(19+2=21\) questions, and there are only 20 questions.

So 97 is not possible.

ANSWER 4: E

Problem 5:

Maria buys 4 disks for \$5, so her cost per disk is

\[
\frac{5}{4}=\$1.25.
\]

She sells 3 disks for \$5, so her selling price per disk is

\[
\frac{5}{3}.
\]

Her profit per disk is

\[
\frac{5}{3}-\frac{5}{4}
=\frac{20}{12}-\frac{15}{12}
=\frac{5}{12}.
\]

To make \$100 profit, she must sell

\[
100\div\frac{5}{12}
=100\cdot\frac{12}{5}
=240
\]

disks.

Choices such as 120 confuse the profit with the selling price; 240 is the number that gives a total profit of \$100.

ANSWER 5: D

Problem 6:

The rows have from 10 seats up through

\[
10+19=29
\]

seats.

In a row with \(n\) seats, the maximum number of students who can sit with no two adjacent is

\[
\left\lceil \frac n2\right\rceil.
\]

Pair consecutive rows:

\[
\begin{array}{c|c}
\text{Rows} & \text{Maximum students} \\ \hline
10,11 & 5+6=11\\
12,13 & 6+7=13\\
14,15 & 7+8=15\\
\vdots & \vdots\\
28,29 & 14+15=29
\end{array}
\]

These totals are

\[
11,13,15,\ldots,29.
\]

This is an arithmetic sequence of 10 terms, with average

\[
\frac{11+29}{2}=20.
\]

Therefore the total is

\[
10\cdot20=200.
\]

The tempting answer \(400\) would be the total number of seats, but students cannot sit next to each other.

ANSWER 6: C

Problem 7:

The numbers are equally spaced, so let the common difference be \(d\). Then

\[
a_{15}=a_1+14d
\]
and
\[
a_2=a_1+d.
\]

Subtracting gives

\[
a_{15}-a_2=13d.
\]

Using the given ranges,

\[
241-20\le a_{15}-a_2\le250-13.
\]

Thus

\[
221\le13d\le237.
\]

Dividing by 13 gives

\[
17\le d\le18.
\]

So \(d\) is either 17 or 18.

If \(d=18\), then

\[
a_{15}=a_1+14(18)=a_1+252,
\]

which is greater than 250 because \(a_1\ge1\). So \(d\neq18\).

Thus \(d=17\). Then

\[
a_{15}=a_1+14(17)=a_1+238.
\]

Since \(241\le a_{15}\le250\),

\[
241\le a_1+238\le250,
\]
so

\[
3\le a_1\le12.
\]

Also,

\[
a_2=a_1+17
\]
must be at most 20, so \(a_1\le3\). Therefore,

\[
a_1=3.
\]

Now

\[
a_{14}=a_1+13d=3+13(17)=3+221=224.
\]

The sum of its digits is

\[
2+2+4=8.
\]

ANSWER 7: A

Problem 8:

The sum of all the cards is

\[
1+2+\cdots+9=45.
\]

Since the cards are divided into 3 equal-sum groups, each group must sum to

\[
45\div3=15.
\]

The group containing 9 must have two other cards totaling

\[
15-9=6.
\]

The possible pairs are

\[
1+5=6,\qquad 2+4=6.
\]

So there are two cases.

### Case 1: \( \{1,5,9\} \)

The remaining cards are \(2,3,4,6,7,8\). They can be grouped as

\[
\{2,6,7\},\qquad \{3,4,8\}.
\]

This gives one division:

\[
\{1,5,9\},\ \{2,6,7\},\ \{3,4,8\}.
\]

### Case 2: \( \{2,4,9\} \)

The remaining cards are \(1,3,5,6,7,8\). They can be grouped as

\[
\{1,6,8\},\qquad \{3,