๐Ÿ”ฌ 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:33:20 ยท difficulty: easy ยท AMC 8 / AJHSME ยท ๐Ÿ“จ all-at-once (1 call/model) ยท all sessions โ†’

๐Ÿ’ธ Spent on this benchmark: 24.16ยข 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% 4.0s 40.1s 1.69ยข $4.25 3670 3967 0
๐Ÿฅˆ openrouter:google/gemini-3.8-flash 10/10 100% 3.1s 31.1s 2.31ยข $3.75 5950 6165 0
๐Ÿฅ‰ openrouter:~z-ai/glm-latest 10/10 100% 2.8s 27.5s 1.42ยข $2.57 2910 5524 0
4 openrouter:anthropic/claude-opus-5 10/10 100% 2.3s 22.6s 5.85ยข $25.00 2070 2340 0
5 openrouter:openai/gpt-5.6-terra-pro 9/10 90% 4.6s 45.8s 12.89ยข $12.00 8500 10740 0
6 openrouter:qwen/qwen3.8-27b 0/0 โ€“ 18.0s 180.3s 0.00ยข $3.00 โ€“ โ€“ 10
Accuracy by difficulty (all models): easy 98%  
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 B
Q3
ans C
Q4
ans C
Q5
ans C
Q6
ans D
Q7
ans D
Q8
ans C
Q9
ans E
Q10
ans B
openrouter:meta/muse-spark-1.3 D โœ“B โœ“C โœ“C โœ“C โœ“D โœ“D โœ“C โœ“E โœ“B โœ“
openrouter:google/gemini-3.8-flash D โœ“B โœ“C โœ“C โœ“C โœ“D โœ“D โœ“C โœ“E โœ“B โœ“
openrouter:~z-ai/glm-latest D โœ“B โœ“C โœ“C โœ“C โœ“D โœ“D โœ“C โœ“E โœ“B โœ“
openrouter:qwen/qwen3.8-27b โš โš โš โš โš โš โš โš โš โš 
openrouter:anthropic/claude-opus-5 D โœ“B โœ“C โœ“C โœ“C โœ“D โœ“D โœ“C โœ“E โœ“B โœ“
openrouter:openai/gpt-5.6-terra-pro D โœ“E โœ—C โœ“C โœ“C โœ“D โœ“D โœ“C โœ“E โœ“B โœ“
solved (models โœ“)5/54/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 ยท easy ยท AMC 8 1999 #3 โ€” correct: D ((1.1, โˆ’2.1, 1.0).) ยท solved by 5/5 models

Which triplet of numbers has a sum NOT equal to 1?

  1. (12, 13, 16)
  2. (2, −2, 1)
  3. (0.1, 0.3, 0.6)
  4. (1.1, −2.1, 1.0)
  5. (−32, −52, 5)
Official approach: hunt for the cancellation instead of adding all five
ModelPickโœ“/โœ—Reasoning
openrouter:meta/muse-spark-1.3 D โœ“
show
Problem 1:
We need the sum of each triplet to check if it equals 1.

A. (1/2, 1/3, 1/6). Sum = 1/2+1/3+1/6 = 3/6+2/6+1/6 = 6/6 = 1.

B. (2, -2, 1). Sum = 2-2+1 = 1.

C. (0.1, 0.3, 0.6). Sum = 0.1+0.3+0.6 = 1.0.

D. (1.1, -2.1, 1.0). Sum = 1.1-2.1+1.0 = 2.1-2.1 = 0. This is not 1.

E. (-3/2, -5/2, 5). Sum = -3/2-5/2+5 = -8/2+5 = -4+5 = 1.

Only D does not sum to 1.

ANSWER 1: D

Problem 2:
We interpret the choices as fractions with x = 7:
A. 6/x, B. 6/(x+1), C. 6/(x-1), D. x/6, E. (x+1)/6.

Substitute x = 7:
A. 6/7 โ‰ˆ 0.86
B. 6/(7+1) = 6/8 = 3/4 = 0.75
C. 6/(7-1) = 6/6 = 1
D. 7/6 โ‰ˆ 1.17
E. (7+1)/6 = 8/6 โ‰ˆ 1.33

For positive numerators, the smaller the denominator the larger the fraction, and vice versa. Among A,B,C, 6/8 is smallest. D and E are both >1, so larger.

Hence B is the smallest.

ANSWER 2: B

Problem 3:
We need prime factorization of 250.

250 = 25 ร— 10 = 5ยฒ ร— 2 ร— 5 = 2 ร— 5ยณ.

So the prime factors listed with multiplicity are 2,5,5,5.

The two smallest are 2 and 5. Their sum is 2+5 = 7.

Note choice A 2 would be just the smallest, D 10 would be 5+5, but we want the two smallest.

ANSWER 3: C

Problem 4:
We are asked for total students taking the AMC 8 from the three math classes.

Miss Germain's class: 11 students
Mr. Newton's class: 8 students
Mrs. Young's class: 9 students

Total = 11+8+9 = 19+9 = 28.

This is straightforward addition. The total 17 is not an option, so all three counts are included.

ANSWER 4: C

Problem 5:
Let total marbles = T, with r red, g green, b blue, so T = r+g+b.

"All but 6 are red" means all except 6 are red, so the non-red marbles number 6:
g + b = 6.

"All but 8 are green" means non-green number 8:
r + b = 8.

"All but 4 are blue" means non-blue number 4:
r + g = 4.

Add all three equations:
(g+b)+(r+b)+(r+g) = 6+8+4
2(r+g+b) = 18
2T = 18
T = 9.

Check: r = T-6 = 3, g = T-8 = 1, b = T-4 = 5, and 3+1+5=9.

ANSWER 5: C

Problem 6:
Wire length available is 24 cm. A shape can be made if its perimeter is โ‰ค 24 cm; since we want to bend it to form the shape, typically perimeter = 24 exactly if using all, but at most 24 is needed. Here check:

Hexagon: Regular with side 5 cm. Perimeter = 6ร—5 = 30 cm. 30 > 24, so cannot make.

Square: Area 36 cmยฒ. Side = โˆš36 = 6 cm. Perimeter = 4ร—6 = 24 cm. Exactly uses wire, so can make.

Right triangle: Legs 6 and 8 cm. Hypotenuse by Pythagoras = โˆš(6ยฒ+8ยฒ) = โˆš(36+64) = โˆš100 = 10 cm. Perimeter = 6+8+10 = 24 cm. Exactly uses wire, so can make.

Thus square and triangle only.

ANSWER 6: D

Problem 7:
Let original price = P.

Sale is half price: sale price = P/2 = 0.5P.

Coupon gives 20% discount on sale price, so you pay 100%-20% = 80% of sale price:
final price = 0.80 ร— 0.5P = 0.40P.

That is 40% of original, so the reduction is 100%-40% = 60% off original.

Tempting wrong: A 10 would add discounts incorrectly, C 40 is the percent paid, not off.

ANSWER 7: D

Problem 8:
Distance โ‰ˆ speed ร— time, ignoring light travel time.

Speed of sound = 1088 ft/s, time = 10 s:
distance in feet = 1088ร—10 = 10880 ft.

1 mile = 5280 ft, so distance in miles = 10880/5280 = 1088/528.

528ร—2 = 1056, remainder 32, so = 2 + 32/528 โ‰ˆ 2.06 miles.

To nearest half-mile among 1, 1ยฝ, 2, 2ยฝ, 3, 2.06 is closest to 2.

ANSWER 8: C

Problem 9:
Positions in row: _ _ _ _ _. Requirement: boy at each end, girls in middle, i.e., B G G G B pattern.

Number of ways to place the 2 distinct boys on the 2 end spots: 2! = 2.

Number of ways to place the 3 distinct girls in the 3 middle spots: 3! = 3ร—2ร—1 = 6.

By counting principle, total arrangements = 2ร—6 = 12.

Choices A-D are too small; they forget permuting within genders.

ANSWER 9: E

Problem 10:
Interpret the expression as (3/8 + 7/8) รท (4/5).

First add numerator: 3/8 + 7/8 = 10/8 = 5/4.

Divide by 4/5 means multiply by 5/4:
(5/4) รท (4/5) = (5/4)ร—(5/4) = 25/16.

This matches choice B. Choice A 1, C 2 would be from mis-adding, etc.

ANSWER 10: B
openrouter:google/gemini-3.8-flash D โœ“
show
Here are the step-by-step solutions for each problem:

---

### Problem 1:
**Restatement:** We are asked to identify which of the given sets of three numbers does NOT add up to $1$.

**Step-by-step evaluation of each choice:**
- **A.** $\frac{1}{2} + \frac{1}{3} + \frac{1}{6} = \frac{3}{6} + \frac{2}{6} + \frac{1}{6} = \frac{6}{6} = 1$.
- **B.** $2 + (-2) + 1 = 0 + 1 = 1$.
- **C.** $0.1 + 0.3 + 0.6 = 1.0 = 1$.
- **D.** $1.1 + (-2.1) + 1.0 = -1.0 + 1.0 = 0 \neq 1$.
- **E.** $-\frac{3}{2} + \left(-\frac{5}{2}\right) + 5 = -\frac{8}{2} + 5 = -4 + 5 = 1$.

The triplet in choice D has a sum of $0$, not $1$.

ANSWER 1: D

---

### Problem 2:
**Restatement:** Given $x = 7$, we want to find which of the expressions has the smallest value.

**Step-by-step evaluation of each choice:**
- **A.** $\frac{6}{x} = \frac{6}{7} \approx 0.857$
- **B.** $\frac{6}{x+1} = \frac{6}{7+1} = \frac{6}{8} = \frac{3}{4} = 0.75$
- **C.** $\frac{6}{x-1} = \frac{6}{7-1} = \frac{6}{6} = 1$
- **D.** $\frac{x}{6} = \frac{7}{6} \approx 1.167$
- **E.** $\frac{x+1}{6} = \frac{7+1}{6} = \frac{8}{6} = \frac{4}{3} \approx 1.333$

Comparing the values, $0.75 < 0.857 < 1 < 1.167 < 1.333$. The smallest value is $\frac{6}{x+1} = \frac{3}{4}$.

ANSWER 2: B

---

### Problem 3:
**Restatement:** Find the sum of the two smallest prime factors of $250$.

**Step-by-step solution:**
1. Find the prime factorization of $250$:
   $$250 = 2 \times 125 = 2 \times 5^3$$
2. The prime factors of $250$ are $2$ and $5$.
3. The two smallest prime factors are therefore $2$ and $5$.
4. Their sum is:
   $$2 + 5 = 7$$

ANSWER 3: C

---

### Problem 4:
**Restatement:** We are given the number of AMC 8 participants in each of three teachers' classes:
- Miss Germain: $11$ students
- Mr. Newton: $8$ students
- Mrs. Young: $9$ students

**Step-by-step solution:**
To find the total number of students taking the contest, sum the students from all three classes:
$$\text{Total} = 11 + 8 + 9 = 28$$

ANSWER 4: C

---

### Problem 5:
**Restatement:** In a jar containing only red ($R$), green ($G$), and blue ($B$) marbles:
- All but $6$ are red $\implies G + B = 6$
- All but $8$ are green $\implies R + B = 8$
- All but $4$ are blue $\implies R + G = 4$

We need to find the total number of marbles, $T = R + G + B$.

**Step-by-step solution:**
Add the three equations together:
$$(G + B) + (R + B) + (R + G) = 6 + 8 + 4$$
$$2R + 2G + 2B = 18$$
$$2(R + G + B) = 18$$
Divide both sides by $2$:
$$R + G + B = 9$$

There are $9$ marbles in the jar.

ANSWER 5: C

---

### Problem 6:
**Restatement:** Haruki has a piece of wire $24\text{ cm}$ long. We must check which shapes can be formed with this wire (i.e., which shapes have a perimeter of exactly $24\text{ cm}$).

**Step-by-step check of each shape:**
1. **Regular hexagon with side length $5\text{ cm}$:**
   $$\text{Perimeter} = 6 \times 5 = 30\text{ cm} \neq 24\text{ cm}$$
   He cannot make the hexagon.

2. **Square of area $36\text{ cm}^2$:**
   $$\text{Side length} = \sqrt{36} = 6\text{ cm}$$
   $$\text{Perimeter} = 4 \times 6 = 24\text{ cm}$$
   He can make the square.

3. **Right triangle with legs $6\text{ cm}$ and $8\text{ cm}$:**
   $$\text{Hypotenuse} = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10\text{ cm}$$
   $$\text{Perimeter} = 6 + 8 + 10 = 24\text{ cm}$$
   He can make the right triangle.

Thus, Haruki can make the square and triangle only.

ANSWER 6: D

---

### Problem 7:
**Restatement:** An item is on sale for half price ($50\%$ off), and an additional coupon gives a $20\%$ discount on the sale price. What percentage off the original price is the final price?

**Step-by-step solution:**
1. Let the original price be $P$.
2. The sale price is half of the original:
   $$\text{Sale Price} = 0.50P$$
3. The coupon reduces the sale price by $20\%$, meaning the customer pays $80\%$ of the sale price:
   $$\text{Final Price} = 0.80 \times (0.50P) = 0.40P$$
4. Since the customer pays $40\%$ of the original price, the total discount off the original price is:
   $$100\% - 40\% = 60\%$$

ANSWER 7: D

---

### Problem 8:
**Restatement:** Snoopy hears thunder $10$ seconds after seeing lightning. Sound travels at $1088\text{ ft/s}$, and $1\text{ mile} = 5280\text{ ft}$. Estimate the distance to the nearest half-mile.

**Step-by-step solution:**
1. Calculate the distance traveled by the sound in feet:
   $$\text{Distance} = 1088\text{ ft/s} \times 10\text{ s} = 10{,}880\text{ feet}$$
2. Convert this distance to miles:
   $$\frac{10{,}880}{5280} \approx 2.0606\text{ miles}$$
3. Round to the nearest half-mile (choices are $1$, $1\frac{1}{2}$, $2$, $2\frac{1}{2}$, $3$):
   - Distance to $2$: $|2.0606 - 2| = 0.0606$
   - Distance to $2.5$: $|2.0606 - 2.5| = 0.4394$

The closest value is $2$ miles.

ANSWER 8: C

---

### Problem 9:
**Restatement:** Five students (2 boys and 3 girls) are arranged in a row of 5 seats such that there is a boy at each end and the 3 girls are in the middle 3 seats. Find the number of possible arrangements.

**Step-by-step solution:**
The arrangement of the 5 positions must look like:
$$\text{Boy}_1, \quad \text{Girl}, \quad \text{Girl}, \quad \text{Girl}, \quad \text{Boy}_2$$

1. **Placing the boys at the ends:**
   There are $2$ boys for the first seat and $1$ remaining boy for the last seat:
   $$2! = 2 \times 1 = 2\text{ ways}$$

2. **Placing the girls in the middle:**
   There are $3$ girls to arrange in the middle 3 seats:
   $$3! = 3 \times 2 \times 1 = 6\text{ ways}$$

3. **Total arrangements:**
   $$\text{Total} = 2 \times 6 = 12\text{ ways}$$

ANSWER 9: E

---

### Problem 10:
**Restatement:** Evaluate the complex fraction:
$$\frac{\frac{3}{8} + \frac{7}{8}}{\frac{4}{5}}$$

**Step-by-step solution:**
1. Simplify the numerator:
   $$\frac{3}{8} + \frac{7}{8} = \frac{10}{8} = \frac{5}{4}$$

2. Divide the numerator by the denominator:
   $$\frac{\frac{5}{4}}{\frac{4}{5}} = \frac{5}{4} \times \frac{5}{4} = \frac{25}{16}$$

ANSWER 10: B
openrouter:~z-ai/glm-latest D โœ“
show
# Problem 1:
We need the triplet whose sum is NOT 1. Check each:

- **A:** 1/2 + 1/3 + 1/6 = 3/6 + 2/6 + 1/6 = 6/6 = 1 โœ“
- **B:** 2 + (โˆ’2) + 1 = 1 โœ“
- **C:** 0.1 + 0.3 + 0.6 = 1.0 โœ“
- **D:** 1.1 + (โˆ’2.1) + 1.0 = 0 โœ— (This is NOT 1)
- **E:** โˆ’3/2 โˆ’ 5/2 + 5 = โˆ’8/2 + 5 = โˆ’4 + 5 = 1 โœ“

Only choice D fails to sum to 1.

ANSWER 1: D

# Problem 2:
Substitute x = 7 into each expression:

- **A:** 6/x = 6/7 โ‰ˆ 0.857
- **B:** 6/(x+1) = 6/8 = 0.75
- **C:** 6/(xโˆ’1) = 6/6 = 1
- **D:** x/6 = 7/6 โ‰ˆ 1.167
- **E:** (x+1)/6 = 8/6 โ‰ˆ 1.333

Comparing: 0.75 < 0.857 < 1 < 1.167 < 1.333. The smallest is 6/8 = 0.75, choice B.

ANSWER 2: B

# Problem 3:
Factor 250: 250 = 2 ยท 125 = 2 ยท 5ยณ.

The prime factors are 2 and 5. The two smallest prime factors are 2 and 5.

Their sum: 2 + 5 = 7.

(Trap: choice D is 10 = 2 ร— 5, the *product*, not the sum.)

ANSWER 3: C

# Problem 4:
The students taking the contest are in three classes:
11 (Germain) + 8 (Newton) + 9 (Young) = 28 students.

(Trap: choice E, 30, would come from miscounting, e.g., using 11 + 10 + 9.)

ANSWER 4: C

# Problem 5:
Let T = total marbles. "All but 6 are red" means red = T โˆ’ 6. Similarly green = T โˆ’ 8, blue = T โˆ’ 4.

Since red + green + blue = T:
(T โˆ’ 6) + (T โˆ’ 8) + (T โˆ’ 4) = T
3T โˆ’ 18 = T
2T = 18
T = 9.

Check: red = 3, green = 1, blue = 5. Then "all but 6 are red" โœ“ (1+5=6 non-red), "all but 8 are green" โœ“ (3+5=8), "all but 4 are blue" โœ“ (3+1=4). Total = 9. โœ“

ANSWER 5: C

# Problem 6:
The wire is 24 cm, so each shape's perimeter must be โ‰ค 24 (exactly 24 to use the whole wire, or check against the wire length).

- **Hexagon:** 6 sides ร— 5 cm = 30 cm > 24. **Cannot** be made.
- **Square:** Area 36 cmยฒ โ†’ side = โˆš36 = 6 cm โ†’ perimeter = 4 ร— 6 = 24 cm โ‰ค 24. **Can** be made.
- **Right triangle:** Legs 6 and 8 โ†’ hypotenuse = โˆš(36 + 64) = โˆš100 = 10 cm โ†’ perimeter = 6 + 8 + 10 = 24 cm โ‰ค 24. **Can** be made.

Only the square and triangle work.

ANSWER 6: D

# Problem 7:
Let the original price be P.

Step 1: Half price โ†’ P/2 (this is 50% off).
Step 2: Coupon takes 20% off the *sale price*, so you pay 80% of P/2:
(0.8)(P/2) = 0.4P.

So the final price is 40% of the original, meaning the discount is 100% โˆ’ 40% = **60% off**.

(Trap: choice C, 40, is the final price percentage; the question asks the discount. Trap: 50+20 = 70 is wrong because the 20% applies to the reduced price.)

ANSWER 7: D

# Problem 8:
Distance = speed ร— time = 1088 ft/sec ร— 10 sec = 10,880 feet.

Convert to miles: 10,880 รท 5280 โ‰ˆ 2.06 miles.

To the nearest half-mile: 2.06 is closer to 2 than to 2ยฝ (since 2.25 is the midpoint, and 2.06 < 2.25).

ANSWER 8: C

# Problem 9:
The seating is: Boy _ _ Girl _ Girl _ Boy, with the boys at the two ends.

- The two end positions: choose which boy is on the left and which on the right: 2! = 2 ways.
- The three middle positions: arrange the three girls: 3! = 3 ร— 2 ร— 1 = 6 ways.

Total arrangements: 2 ร— 6 = 12.

(Trap: choice D, 6, forgets the boys can swap; choice A, 2, forgets the girls can be permuted.)

ANSWER 9: E

# Problem 10:
Interpret the expression as the fraction with numerator 3/8 + 7/8 over denominator 4/5:

$$\frac{\frac{3}{8}+\frac{7}{8}}{\frac{4}{5}}$$

Numerator: 3/8 + 7/8 = 10/8 = 5/4.

Divide by 4/5 (multiply by 5/4):

(5/4) ร— (5/4) = 25/16.

Check: 25/16 = 1.5625, matching choice B.

(Trap: adding everything or multiplying incorrectly gives the other fractions listed.)

ANSWER 10: B
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 the triplet whose sum is NOT 1.

- A: 1/2 + 1/3 + 1/6 = 3/6 + 2/6 + 1/6 = 6/6 = 1 โœ”
- B: 2 + (โˆ’2) + 1 = 1 โœ”
- C: 0.1 + 0.3 + 0.6 = 1.0 โœ”
- D: 1.1 + (โˆ’2.1) + 1.0 = (1.1 โˆ’ 2.1) + 1.0 = โˆ’1.0 + 1.0 = 0 โœ˜
- E: โˆ’3/2 โˆ’ 5/2 + 5 = โˆ’8/2 + 5 = โˆ’4 + 5 = 1 โœ”

Only D fails.

ANSWER 1: D

Problem 2:
Substitute x = 7 into each expression:

- A: 6/x = 6/7 โ‰ˆ 0.857
- B: 6/(x+1) = 6/8 = 0.75
- C: 6/(xโˆ’1) = 6/6 = 1
- D: x/6 = 7/6 โ‰ˆ 1.167
- E: (x+1)/6 = 8/6 โ‰ˆ 1.333

Among fractions with numerator 6, the largest denominator gives the smallest value, so 6/8 = 0.75 beats 6/7 and 6/6. The last two are greater than 1, so they can't be smallest.

ANSWER 2: B

Problem 3:
Factor 250: 250 = 2 ยท 125 = 2 ยท 5ยณ.

So the prime factors are 2 and 5 only. The two smallest (and only) prime factors are 2 and 5, and 2 + 5 = 7.

(Choice E, 12, would come from adding 2 + 10, but 10 isn't prime; choice D, 10, from 5 + 5, but we need two *different* prime factors.)

ANSWER 3: C

Problem 4:
Each teacher's class contributes its students; the classes are separate groups of students:

11 + 8 + 9 = 28.

ANSWER 4: C

Problem 5:
Let the total be T, with R red, G green, B blue, so R + G + B = T.

- "All but 6 are red" means the non-red marbles number 6: G + B = 6, so R = T โˆ’ 6.
- "All but 8 are green": R + B = 8, so G = T โˆ’ 8.
- "All but 4 are blue": R + G = 4, so B = T โˆ’ 4.

Add: R + G + B = 3T โˆ’ 18 = T, so 2T = 18 and T = 9.

Check: R = 3, G = 1, B = 5 โ†’ non-red = 6 โœ”, non-green = 8 โœ”, non-blue = 4 โœ”.

ANSWER 5: C

Problem 6:
The wire has length 24 cm, so the shape's perimeter must be exactly 24 cm.

- Regular hexagon, side 5: perimeter = 6 ยท 5 = 30 cm. Too long โ€” impossible.
- Square of area 36: side = โˆš36 = 6, perimeter = 4 ยท 6 = 24 cm. โœ”
- Right triangle with legs 6 and 8: hypotenuse = โˆš(36 + 64) = 10, perimeter = 6 + 8 + 10 = 24 cm. โœ”

So the square and triangle only. (Don't forget to include the hypotenuse in the triangle's perimeter!)

ANSWER 6: D

Problem 7:
Let the original price be 100.

Half price: 100 ร— 0.5 = 50.
Coupon takes 20% off the sale price: 50 ร— 0.8 = 40.

Final price is 40, which is 60 less than 100, i.e., 60% off.

(Choice E, 70, comes from wrongly adding 50% + 20%; choice C, 40, is the percentage *paid*, not the discount.)

ANSWER 7: D

Problem 8:
Distance sound traveled in 10 seconds: 1088 ร— 10 = 10,880 feet.

Convert to miles: 10,880 / 5280 โ‰ˆ 2.06 miles.

To the nearest half mile, 2.06 rounds to 2 miles.

ANSWER 8: C

Problem 9:
Seats: B _ _ _ B, with boys at the two ends and girls in the three middle seats.

- Boys in the two end seats: 2! = 2 ways.
- Girls in the three middle seats: 3! = 6 ways.

Total: 2 ร— 6 = 12.

(Choice D, 6, forgets the boys can swap; choice A, 2, forgets the girls' orderings.)

ANSWER 9: E

Problem 10:
Compute the numerator first: 3/8 + 7/8 = 10/8 = 5/4.

Then divide by 4/5:
(5/4) รท (4/5) = (5/4) ยท (5/4) = 25/16.

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

We need find which triplet does **not** have sum \(1\).

- A: \(\frac12+\frac13+\frac16=\frac{3}{6}+\frac{2}{6}+\frac{1}{6}=1\)
- B: \(2+(-2)+1=1\)
- C: \(0.1+0.3+0.6=1.0\)
- D: \(1.1+(-2.1)+1.0=1.1-2.1+1.0=0\), not \(1\)
- E: \(-\frac32-\frac52+5=-\frac82+5=-4+5=1\)

Only choice D does not add to \(1\).

ANSWER 1: D

Problem 2:

We substitute \(x=7\) into each expression:

- A: \(6^x=6^7\), a very large number.
- B: \(6^{x+1}=6^8\), even larger.
- C: \(6^{x-1}=6^6=46656\).
- D: \(x^6=7^6=117649\).
- E: \(x^{1/6}=7^{1/6}\), the sixth root of \(7\).

Since \(7^{1/6}\) is a little more than \(1\), it is much smaller than the large powers in Aโ€“D.

ANSWER 2: E

Problem 3:

Factor \(250\):

\[
250=25\cdot 10=5^2\cdot 2\cdot 5=2\cdot 5^3.
\]

The prime factors are \(2\) and \(5\). The two smallest prime factors are therefore \(2\) and \(5\).

\[
2+5=7.
\]

Choices A and B are individual prime factors, while D and E do not equal the required sum.

ANSWER 3: C

Problem 4:

Add the numbers of students from the three classes:

\[
11+8+9=19+9=28.
\]

Thus, \(28\) mathematics students are taking the AMC 8.

The nearby choices \(27\) and \(29\) would result from an addition error.

ANSWER 4: C

Problem 5:

Let the total number of marbles be \(N\).

- โ€œAll but 6 are redโ€ means there are \(N-6\) red marbles.
- โ€œAll but 8 are greenโ€ means there are \(N-8\) green marbles.
- โ€œAll but 4 are blueโ€ means there are \(N-4\) blue marbles.

Since every marble is exactly one color,

\[
(N-6)+(N-8)+(N-4)=N.
\]

So,

\[
3N-18=N
\]

\[
2N=18
\]

\[
N=9.
\]

Check: there are \(3\) red, \(1\) green, and \(5\) blue marbles, for a total of \(9\). Indeed, all but \(6\) are red, all but \(8\) are green, and all but \(4\) are blue.

ANSWER 5: C

Problem 6:

Haruki has \(24\) cm of wire, so each shape must have perimeter \(24\) cm.

- Regular hexagon with side length \(5\):

\[
6\cdot 5=30\text{ cm}.
\]

He cannot make the hexagon because \(30>24\).

- Square with area \(36\text{ cm}^2\):

\[
\text{side length}=\sqrt{36}=6\text{ cm}.
\]

Its perimeter is

\[
4\cdot 6=24\text{ cm}.
\]

He can make the square.

- Right triangle with legs \(6\) and \(8\):

Its hypotenuse is

\[
\sqrt{6^2+8^2}=\sqrt{36+64}=\sqrt{100}=10.
\]

Its perimeter is

\[
6+8+10=24\text{ cm}.
\]

He can make the triangle.

Thus, he can make the square and triangle only.

ANSWER 6: D

Problem 7:

โ€œHalf priceโ€ means the sale price is \(50\%\) of the original price.

Then the coupon takes another \(20\%\) off the sale price. Thus the customer pays

\[
80\%\text{ of }50\%=0.80\cdot 0.50=0.40=40\%
\]

of the original price.

So the discount is

\[
100\%-40\%=60\%.
\]

A tempting error is to add \(50\%+20\%=70\%\), but the \(20\%\) discount is applied to the already reduced sale price, not the original price.

ANSWER 7: D

Problem 8:

The thunder takes \(10\) seconds to travel from the lightning to Snoopy.

Distance in feet:

\[
1088\cdot 10=10880\text{ feet}.
\]

Convert to miles:

\[
\frac{10880}{5280}\approx 2.06\text{ miles}.
\]

The nearest half-mile to \(2.06\) is \(2\) miles.

It is much closer to \(2\) than to \(2\frac12\).

ANSWER 8: C

Problem 9:

There are two boys, and they must occupy the two end seats.

The boys can be arranged in the ends in

\[
2!=2
\]

ways.

The three girls fill the three middle seats in

\[
3!=6
\]

ways.

Therefore, the total number of arrangements is

\[
2!\cdot 3!=2\cdot 6=12.
\]

Choices such as \(2\) or \(6\) count only the boysโ€™ or girlsโ€™ arrangements, not both.

ANSWER 9: E

Problem 10:

The expression is

\[
\frac{\frac38+\frac78}{\frac45}.
\]

First add the fractions in the numerator:

\[
\frac38+\frac78=\frac{10}{8}=\frac54.
\]

Now divide by \(\frac45\):

\[
\frac54\div\frac45=\frac54\cdot\frac54=\frac{25}{16}.
\]

Therefore the value is \(\frac{25}{16}\).

ANSWER 10: B
Q2 ยท easy ยท AJHSME 1998 #1 โ€” correct: B (6/(x+1).) ยท solved by 4/5 models

For x = 7, which of the following is the smallest?

  1. 6x
  2. 6x+1
  3. 6x−1
  4. x6
  5. x+16
Official approach: biggest bottom under a small top = smallest fraction
ModelPickโœ“/โœ—Reasoning
openrouter:meta/muse-spark-1.3 B โœ“
show
Problem 1:
We need the sum of each triplet to check if it equals 1.

A. (1/2, 1/3, 1/6). Sum = 1/2+1/3+1/6 = 3/6+2/6+1/6 = 6/6 = 1.

B. (2, -2, 1). Sum = 2-2+1 = 1.

C. (0.1, 0.3, 0.6). Sum = 0.1+0.3+0.6 = 1.0.

D. (1.1, -2.1, 1.0). Sum = 1.1-2.1+1.0 = 2.1-2.1 = 0. This is not 1.

E. (-3/2, -5/2, 5). Sum = -3/2-5/2+5 = -8/2+5 = -4+5 = 1.

Only D does not sum to 1.

ANSWER 1: D

Problem 2:
We interpret the choices as fractions with x = 7:
A. 6/x, B. 6/(x+1), C. 6/(x-1), D. x/6, E. (x+1)/6.

Substitute x = 7:
A. 6/7 โ‰ˆ 0.86
B. 6/(7+1) = 6/8 = 3/4 = 0.75
C. 6/(7-1) = 6/6 = 1
D. 7/6 โ‰ˆ 1.17
E. (7+1)/6 = 8/6 โ‰ˆ 1.33

For positive numerators, the smaller the denominator the larger the fraction, and vice versa. Among A,B,C, 6/8 is smallest. D and E are both >1, so larger.

Hence B is the smallest.

ANSWER 2: B

Problem 3:
We need prime factorization of 250.

250 = 25 ร— 10 = 5ยฒ ร— 2 ร— 5 = 2 ร— 5ยณ.

So the prime factors listed with multiplicity are 2,5,5,5.

The two smallest are 2 and 5. Their sum is 2+5 = 7.

Note choice A 2 would be just the smallest, D 10 would be 5+5, but we want the two smallest.

ANSWER 3: C

Problem 4:
We are asked for total students taking the AMC 8 from the three math classes.

Miss Germain's class: 11 students
Mr. Newton's class: 8 students
Mrs. Young's class: 9 students

Total = 11+8+9 = 19+9 = 28.

This is straightforward addition. The total 17 is not an option, so all three counts are included.

ANSWER 4: C

Problem 5:
Let total marbles = T, with r red, g green, b blue, so T = r+g+b.

"All but 6 are red" means all except 6 are red, so the non-red marbles number 6:
g + b = 6.

"All but 8 are green" means non-green number 8:
r + b = 8.

"All but 4 are blue" means non-blue number 4:
r + g = 4.

Add all three equations:
(g+b)+(r+b)+(r+g) = 6+8+4
2(r+g+b) = 18
2T = 18
T = 9.

Check: r = T-6 = 3, g = T-8 = 1, b = T-4 = 5, and 3+1+5=9.

ANSWER 5: C

Problem 6:
Wire length available is 24 cm. A shape can be made if its perimeter is โ‰ค 24 cm; since we want to bend it to form the shape, typically perimeter = 24 exactly if using all, but at most 24 is needed. Here check:

Hexagon: Regular with side 5 cm. Perimeter = 6ร—5 = 30 cm. 30 > 24, so cannot make.

Square: Area 36 cmยฒ. Side = โˆš36 = 6 cm. Perimeter = 4ร—6 = 24 cm. Exactly uses wire, so can make.

Right triangle: Legs 6 and 8 cm. Hypotenuse by Pythagoras = โˆš(6ยฒ+8ยฒ) = โˆš(36+64) = โˆš100 = 10 cm. Perimeter = 6+8+10 = 24 cm. Exactly uses wire, so can make.

Thus square and triangle only.

ANSWER 6: D

Problem 7:
Let original price = P.

Sale is half price: sale price = P/2 = 0.5P.

Coupon gives 20% discount on sale price, so you pay 100%-20% = 80% of sale price:
final price = 0.80 ร— 0.5P = 0.40P.

That is 40% of original, so the reduction is 100%-40% = 60% off original.

Tempting wrong: A 10 would add discounts incorrectly, C 40 is the percent paid, not off.

ANSWER 7: D

Problem 8:
Distance โ‰ˆ speed ร— time, ignoring light travel time.

Speed of sound = 1088 ft/s, time = 10 s:
distance in feet = 1088ร—10 = 10880 ft.

1 mile = 5280 ft, so distance in miles = 10880/5280 = 1088/528.

528ร—2 = 1056, remainder 32, so = 2 + 32/528 โ‰ˆ 2.06 miles.

To nearest half-mile among 1, 1ยฝ, 2, 2ยฝ, 3, 2.06 is closest to 2.

ANSWER 8: C

Problem 9:
Positions in row: _ _ _ _ _. Requirement: boy at each end, girls in middle, i.e., B G G G B pattern.

Number of ways to place the 2 distinct boys on the 2 end spots: 2! = 2.

Number of ways to place the 3 distinct girls in the 3 middle spots: 3! = 3ร—2ร—1 = 6.

By counting principle, total arrangements = 2ร—6 = 12.

Choices A-D are too small; they forget permuting within genders.

ANSWER 9: E

Problem 10:
Interpret the expression as (3/8 + 7/8) รท (4/5).

First add numerator: 3/8 + 7/8 = 10/8 = 5/4.

Divide by 4/5 means multiply by 5/4:
(5/4) รท (4/5) = (5/4)ร—(5/4) = 25/16.

This matches choice B. Choice A 1, C 2 would be from mis-adding, etc.

ANSWER 10: B
openrouter:google/gemini-3.8-flash B โœ“
show
Here are the step-by-step solutions for each problem:

---

### Problem 1:
**Restatement:** We are asked to identify which of the given sets of three numbers does NOT add up to $1$.

**Step-by-step evaluation of each choice:**
- **A.** $\frac{1}{2} + \frac{1}{3} + \frac{1}{6} = \frac{3}{6} + \frac{2}{6} + \frac{1}{6} = \frac{6}{6} = 1$.
- **B.** $2 + (-2) + 1 = 0 + 1 = 1$.
- **C.** $0.1 + 0.3 + 0.6 = 1.0 = 1$.
- **D.** $1.1 + (-2.1) + 1.0 = -1.0 + 1.0 = 0 \neq 1$.
- **E.** $-\frac{3}{2} + \left(-\frac{5}{2}\right) + 5 = -\frac{8}{2} + 5 = -4 + 5 = 1$.

The triplet in choice D has a sum of $0$, not $1$.

ANSWER 1: D

---

### Problem 2:
**Restatement:** Given $x = 7$, we want to find which of the expressions has the smallest value.

**Step-by-step evaluation of each choice:**
- **A.** $\frac{6}{x} = \frac{6}{7} \approx 0.857$
- **B.** $\frac{6}{x+1} = \frac{6}{7+1} = \frac{6}{8} = \frac{3}{4} = 0.75$
- **C.** $\frac{6}{x-1} = \frac{6}{7-1} = \frac{6}{6} = 1$
- **D.** $\frac{x}{6} = \frac{7}{6} \approx 1.167$
- **E.** $\frac{x+1}{6} = \frac{7+1}{6} = \frac{8}{6} = \frac{4}{3} \approx 1.333$

Comparing the values, $0.75 < 0.857 < 1 < 1.167 < 1.333$. The smallest value is $\frac{6}{x+1} = \frac{3}{4}$.

ANSWER 2: B

---

### Problem 3:
**Restatement:** Find the sum of the two smallest prime factors of $250$.

**Step-by-step solution:**
1. Find the prime factorization of $250$:
   $$250 = 2 \times 125 = 2 \times 5^3$$
2. The prime factors of $250$ are $2$ and $5$.
3. The two smallest prime factors are therefore $2$ and $5$.
4. Their sum is:
   $$2 + 5 = 7$$

ANSWER 3: C

---

### Problem 4:
**Restatement:** We are given the number of AMC 8 participants in each of three teachers' classes:
- Miss Germain: $11$ students
- Mr. Newton: $8$ students
- Mrs. Young: $9$ students

**Step-by-step solution:**
To find the total number of students taking the contest, sum the students from all three classes:
$$\text{Total} = 11 + 8 + 9 = 28$$

ANSWER 4: C

---

### Problem 5:
**Restatement:** In a jar containing only red ($R$), green ($G$), and blue ($B$) marbles:
- All but $6$ are red $\implies G + B = 6$
- All but $8$ are green $\implies R + B = 8$
- All but $4$ are blue $\implies R + G = 4$

We need to find the total number of marbles, $T = R + G + B$.

**Step-by-step solution:**
Add the three equations together:
$$(G + B) + (R + B) + (R + G) = 6 + 8 + 4$$
$$2R + 2G + 2B = 18$$
$$2(R + G + B) = 18$$
Divide both sides by $2$:
$$R + G + B = 9$$

There are $9$ marbles in the jar.

ANSWER 5: C

---

### Problem 6:
**Restatement:** Haruki has a piece of wire $24\text{ cm}$ long. We must check which shapes can be formed with this wire (i.e., which shapes have a perimeter of exactly $24\text{ cm}$).

**Step-by-step check of each shape:**
1. **Regular hexagon with side length $5\text{ cm}$:**
   $$\text{Perimeter} = 6 \times 5 = 30\text{ cm} \neq 24\text{ cm}$$
   He cannot make the hexagon.

2. **Square of area $36\text{ cm}^2$:**
   $$\text{Side length} = \sqrt{36} = 6\text{ cm}$$
   $$\text{Perimeter} = 4 \times 6 = 24\text{ cm}$$
   He can make the square.

3. **Right triangle with legs $6\text{ cm}$ and $8\text{ cm}$:**
   $$\text{Hypotenuse} = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10\text{ cm}$$
   $$\text{Perimeter} = 6 + 8 + 10 = 24\text{ cm}$$
   He can make the right triangle.

Thus, Haruki can make the square and triangle only.

ANSWER 6: D

---

### Problem 7:
**Restatement:** An item is on sale for half price ($50\%$ off), and an additional coupon gives a $20\%$ discount on the sale price. What percentage off the original price is the final price?

**Step-by-step solution:**
1. Let the original price be $P$.
2. The sale price is half of the original:
   $$\text{Sale Price} = 0.50P$$
3. The coupon reduces the sale price by $20\%$, meaning the customer pays $80\%$ of the sale price:
   $$\text{Final Price} = 0.80 \times (0.50P) = 0.40P$$
4. Since the customer pays $40\%$ of the original price, the total discount off the original price is:
   $$100\% - 40\% = 60\%$$

ANSWER 7: D

---

### Problem 8:
**Restatement:** Snoopy hears thunder $10$ seconds after seeing lightning. Sound travels at $1088\text{ ft/s}$, and $1\text{ mile} = 5280\text{ ft}$. Estimate the distance to the nearest half-mile.

**Step-by-step solution:**
1. Calculate the distance traveled by the sound in feet:
   $$\text{Distance} = 1088\text{ ft/s} \times 10\text{ s} = 10{,}880\text{ feet}$$
2. Convert this distance to miles:
   $$\frac{10{,}880}{5280} \approx 2.0606\text{ miles}$$
3. Round to the nearest half-mile (choices are $1$, $1\frac{1}{2}$, $2$, $2\frac{1}{2}$, $3$):
   - Distance to $2$: $|2.0606 - 2| = 0.0606$
   - Distance to $2.5$: $|2.0606 - 2.5| = 0.4394$

The closest value is $2$ miles.

ANSWER 8: C

---

### Problem 9:
**Restatement:** Five students (2 boys and 3 girls) are arranged in a row of 5 seats such that there is a boy at each end and the 3 girls are in the middle 3 seats. Find the number of possible arrangements.

**Step-by-step solution:**
The arrangement of the 5 positions must look like:
$$\text{Boy}_1, \quad \text{Girl}, \quad \text{Girl}, \quad \text{Girl}, \quad \text{Boy}_2$$

1. **Placing the boys at the ends:**
   There are $2$ boys for the first seat and $1$ remaining boy for the last seat:
   $$2! = 2 \times 1 = 2\text{ ways}$$

2. **Placing the girls in the middle:**
   There are $3$ girls to arrange in the middle 3 seats:
   $$3! = 3 \times 2 \times 1 = 6\text{ ways}$$

3. **Total arrangements:**
   $$\text{Total} = 2 \times 6 = 12\text{ ways}$$

ANSWER 9: E

---

### Problem 10:
**Restatement:** Evaluate the complex fraction:
$$\frac{\frac{3}{8} + \frac{7}{8}}{\frac{4}{5}}$$

**Step-by-step solution:**
1. Simplify the numerator:
   $$\frac{3}{8} + \frac{7}{8} = \frac{10}{8} = \frac{5}{4}$$

2. Divide the numerator by the denominator:
   $$\frac{\frac{5}{4}}{\frac{4}{5}} = \frac{5}{4} \times \frac{5}{4} = \frac{25}{16}$$

ANSWER 10: B
openrouter:~z-ai/glm-latest B โœ“
show
# Problem 1:
We need the triplet whose sum is NOT 1. Check each:

- **A:** 1/2 + 1/3 + 1/6 = 3/6 + 2/6 + 1/6 = 6/6 = 1 โœ“
- **B:** 2 + (โˆ’2) + 1 = 1 โœ“
- **C:** 0.1 + 0.3 + 0.6 = 1.0 โœ“
- **D:** 1.1 + (โˆ’2.1) + 1.0 = 0 โœ— (This is NOT 1)
- **E:** โˆ’3/2 โˆ’ 5/2 + 5 = โˆ’8/2 + 5 = โˆ’4 + 5 = 1 โœ“

Only choice D fails to sum to 1.

ANSWER 1: D

# Problem 2:
Substitute x = 7 into each expression:

- **A:** 6/x = 6/7 โ‰ˆ 0.857
- **B:** 6/(x+1) = 6/8 = 0.75
- **C:** 6/(xโˆ’1) = 6/6 = 1
- **D:** x/6 = 7/6 โ‰ˆ 1.167
- **E:** (x+1)/6 = 8/6 โ‰ˆ 1.333

Comparing: 0.75 < 0.857 < 1 < 1.167 < 1.333. The smallest is 6/8 = 0.75, choice B.

ANSWER 2: B

# Problem 3:
Factor 250: 250 = 2 ยท 125 = 2 ยท 5ยณ.

The prime factors are 2 and 5. The two smallest prime factors are 2 and 5.

Their sum: 2 + 5 = 7.

(Trap: choice D is 10 = 2 ร— 5, the *product*, not the sum.)

ANSWER 3: C

# Problem 4:
The students taking the contest are in three classes:
11 (Germain) + 8 (Newton) + 9 (Young) = 28 students.

(Trap: choice E, 30, would come from miscounting, e.g., using 11 + 10 + 9.)

ANSWER 4: C

# Problem 5:
Let T = total marbles. "All but 6 are red" means red = T โˆ’ 6. Similarly green = T โˆ’ 8, blue = T โˆ’ 4.

Since red + green + blue = T:
(T โˆ’ 6) + (T โˆ’ 8) + (T โˆ’ 4) = T
3T โˆ’ 18 = T
2T = 18
T = 9.

Check: red = 3, green = 1, blue = 5. Then "all but 6 are red" โœ“ (1+5=6 non-red), "all but 8 are green" โœ“ (3+5=8), "all but 4 are blue" โœ“ (3+1=4). Total = 9. โœ“

ANSWER 5: C

# Problem 6:
The wire is 24 cm, so each shape's perimeter must be โ‰ค 24 (exactly 24 to use the whole wire, or check against the wire length).

- **Hexagon:** 6 sides ร— 5 cm = 30 cm > 24. **Cannot** be made.
- **Square:** Area 36 cmยฒ โ†’ side = โˆš36 = 6 cm โ†’ perimeter = 4 ร— 6 = 24 cm โ‰ค 24. **Can** be made.
- **Right triangle:** Legs 6 and 8 โ†’ hypotenuse = โˆš(36 + 64) = โˆš100 = 10 cm โ†’ perimeter = 6 + 8 + 10 = 24 cm โ‰ค 24. **Can** be made.

Only the square and triangle work.

ANSWER 6: D

# Problem 7:
Let the original price be P.

Step 1: Half price โ†’ P/2 (this is 50% off).
Step 2: Coupon takes 20% off the *sale price*, so you pay 80% of P/2:
(0.8)(P/2) = 0.4P.

So the final price is 40% of the original, meaning the discount is 100% โˆ’ 40% = **60% off**.

(Trap: choice C, 40, is the final price percentage; the question asks the discount. Trap: 50+20 = 70 is wrong because the 20% applies to the reduced price.)

ANSWER 7: D

# Problem 8:
Distance = speed ร— time = 1088 ft/sec ร— 10 sec = 10,880 feet.

Convert to miles: 10,880 รท 5280 โ‰ˆ 2.06 miles.

To the nearest half-mile: 2.06 is closer to 2 than to 2ยฝ (since 2.25 is the midpoint, and 2.06 < 2.25).

ANSWER 8: C

# Problem 9:
The seating is: Boy _ _ Girl _ Girl _ Boy, with the boys at the two ends.

- The two end positions: choose which boy is on the left and which on the right: 2! = 2 ways.
- The three middle positions: arrange the three girls: 3! = 3 ร— 2 ร— 1 = 6 ways.

Total arrangements: 2 ร— 6 = 12.

(Trap: choice D, 6, forgets the boys can swap; choice A, 2, forgets the girls can be permuted.)

ANSWER 9: E

# Problem 10:
Interpret the expression as the fraction with numerator 3/8 + 7/8 over denominator 4/5:

$$\frac{\frac{3}{8}+\frac{7}{8}}{\frac{4}{5}}$$

Numerator: 3/8 + 7/8 = 10/8 = 5/4.

Divide by 4/5 (multiply by 5/4):

(5/4) ร— (5/4) = 25/16.

Check: 25/16 = 1.5625, matching choice B.

(Trap: adding everything or multiplying incorrectly gives the other fractions listed.)

ANSWER 10: B
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 the triplet whose sum is NOT 1.

- A: 1/2 + 1/3 + 1/6 = 3/6 + 2/6 + 1/6 = 6/6 = 1 โœ”
- B: 2 + (โˆ’2) + 1 = 1 โœ”
- C: 0.1 + 0.3 + 0.6 = 1.0 โœ”
- D: 1.1 + (โˆ’2.1) + 1.0 = (1.1 โˆ’ 2.1) + 1.0 = โˆ’1.0 + 1.0 = 0 โœ˜
- E: โˆ’3/2 โˆ’ 5/2 + 5 = โˆ’8/2 + 5 = โˆ’4 + 5 = 1 โœ”

Only D fails.

ANSWER 1: D

Problem 2:
Substitute x = 7 into each expression:

- A: 6/x = 6/7 โ‰ˆ 0.857
- B: 6/(x+1) = 6/8 = 0.75
- C: 6/(xโˆ’1) = 6/6 = 1
- D: x/6 = 7/6 โ‰ˆ 1.167
- E: (x+1)/6 = 8/6 โ‰ˆ 1.333

Among fractions with numerator 6, the largest denominator gives the smallest value, so 6/8 = 0.75 beats 6/7 and 6/6. The last two are greater than 1, so they can't be smallest.

ANSWER 2: B

Problem 3:
Factor 250: 250 = 2 ยท 125 = 2 ยท 5ยณ.

So the prime factors are 2 and 5 only. The two smallest (and only) prime factors are 2 and 5, and 2 + 5 = 7.

(Choice E, 12, would come from adding 2 + 10, but 10 isn't prime; choice D, 10, from 5 + 5, but we need two *different* prime factors.)

ANSWER 3: C

Problem 4:
Each teacher's class contributes its students; the classes are separate groups of students:

11 + 8 + 9 = 28.

ANSWER 4: C

Problem 5:
Let the total be T, with R red, G green, B blue, so R + G + B = T.

- "All but 6 are red" means the non-red marbles number 6: G + B = 6, so R = T โˆ’ 6.
- "All but 8 are green": R + B = 8, so G = T โˆ’ 8.
- "All but 4 are blue": R + G = 4, so B = T โˆ’ 4.

Add: R + G + B = 3T โˆ’ 18 = T, so 2T = 18 and T = 9.

Check: R = 3, G = 1, B = 5 โ†’ non-red = 6 โœ”, non-green = 8 โœ”, non-blue = 4 โœ”.

ANSWER 5: C

Problem 6:
The wire has length 24 cm, so the shape's perimeter must be exactly 24 cm.

- Regular hexagon, side 5: perimeter = 6 ยท 5 = 30 cm. Too long โ€” impossible.
- Square of area 36: side = โˆš36 = 6, perimeter = 4 ยท 6 = 24 cm. โœ”
- Right triangle with legs 6 and 8: hypotenuse = โˆš(36 + 64) = 10, perimeter = 6 + 8 + 10 = 24 cm. โœ”

So the square and triangle only. (Don't forget to include the hypotenuse in the triangle's perimeter!)

ANSWER 6: D

Problem 7:
Let the original price be 100.

Half price: 100 ร— 0.5 = 50.
Coupon takes 20% off the sale price: 50 ร— 0.8 = 40.

Final price is 40, which is 60 less than 100, i.e., 60% off.

(Choice E, 70, comes from wrongly adding 50% + 20%; choice C, 40, is the percentage *paid*, not the discount.)

ANSWER 7: D

Problem 8:
Distance sound traveled in 10 seconds: 1088 ร— 10 = 10,880 feet.

Convert to miles: 10,880 / 5280 โ‰ˆ 2.06 miles.

To the nearest half mile, 2.06 rounds to 2 miles.

ANSWER 8: C

Problem 9:
Seats: B _ _ _ B, with boys at the two ends and girls in the three middle seats.

- Boys in the two end seats: 2! = 2 ways.
- Girls in the three middle seats: 3! = 6 ways.

Total: 2 ร— 6 = 12.

(Choice D, 6, forgets the boys can swap; choice A, 2, forgets the girls' orderings.)

ANSWER 9: E

Problem 10:
Compute the numerator first: 3/8 + 7/8 = 10/8 = 5/4.

Then divide by 4/5:
(5/4) รท (4/5) = (5/4) ยท (5/4) = 25/16.

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

We need find which triplet does **not** have sum \(1\).

- A: \(\frac12+\frac13+\frac16=\frac{3}{6}+\frac{2}{6}+\frac{1}{6}=1\)
- B: \(2+(-2)+1=1\)
- C: \(0.1+0.3+0.6=1.0\)
- D: \(1.1+(-2.1)+1.0=1.1-2.1+1.0=0\), not \(1\)
- E: \(-\frac32-\frac52+5=-\frac82+5=-4+5=1\)

Only choice D does not add to \(1\).

ANSWER 1: D

Problem 2:

We substitute \(x=7\) into each expression:

- A: \(6^x=6^7\), a very large number.
- B: \(6^{x+1}=6^8\), even larger.
- C: \(6^{x-1}=6^6=46656\).
- D: \(x^6=7^6=117649\).
- E: \(x^{1/6}=7^{1/6}\), the sixth root of \(7\).

Since \(7^{1/6}\) is a little more than \(1\), it is much smaller than the large powers in Aโ€“D.

ANSWER 2: E

Problem 3:

Factor \(250\):

\[
250=25\cdot 10=5^2\cdot 2\cdot 5=2\cdot 5^3.
\]

The prime factors are \(2\) and \(5\). The two smallest prime factors are therefore \(2\) and \(5\).

\[
2+5=7.
\]

Choices A and B are individual prime factors, while D and E do not equal the required sum.

ANSWER 3: C

Problem 4:

Add the numbers of students from the three classes:

\[
11+8+9=19+9=28.
\]

Thus, \(28\) mathematics students are taking the AMC 8.

The nearby choices \(27\) and \(29\) would result from an addition error.

ANSWER 4: C

Problem 5:

Let the total number of marbles be \(N\).

- โ€œAll but 6 are redโ€ means there are \(N-6\) red marbles.
- โ€œAll but 8 are greenโ€ means there are \(N-8\) green marbles.
- โ€œAll but 4 are blueโ€ means there are \(N-4\) blue marbles.

Since every marble is exactly one color,

\[
(N-6)+(N-8)+(N-4)=N.
\]

So,

\[
3N-18=N
\]

\[
2N=18
\]

\[
N=9.
\]

Check: there are \(3\) red, \(1\) green, and \(5\) blue marbles, for a total of \(9\). Indeed, all but \(6\) are red, all but \(8\) are green, and all but \(4\) are blue.

ANSWER 5: C

Problem 6:

Haruki has \(24\) cm of wire, so each shape must have perimeter \(24\) cm.

- Regular hexagon with side length \(5\):

\[
6\cdot 5=30\text{ cm}.
\]

He cannot make the hexagon because \(30>24\).

- Square with area \(36\text{ cm}^2\):

\[
\text{side length}=\sqrt{36}=6\text{ cm}.
\]

Its perimeter is

\[
4\cdot 6=24\text{ cm}.
\]

He can make the square.

- Right triangle with legs \(6\) and \(8\):

Its hypotenuse is

\[
\sqrt{6^2+8^2}=\sqrt{36+64}=\sqrt{100}=10.
\]

Its perimeter is

\[
6+8+10=24\text{ cm}.
\]

He can make the triangle.

Thus, he can make the square and triangle only.

ANSWER 6: D

Problem 7:

โ€œHalf priceโ€ means the sale price is \(50\%\) of the original price.

Then the coupon takes another \(20\%\) off the sale price. Thus the customer pays

\[
80\%\text{ of }50\%=0.80\cdot 0.50=0.40=40\%
\]

of the original price.

So the discount is

\[
100\%-40\%=60\%.
\]

A tempting error is to add \(50\%+20\%=70\%\), but the \(20\%\) discount is applied to the already reduced sale price, not the original price.

ANSWER 7: D

Problem 8:

The thunder takes \(10\) seconds to travel from the lightning to Snoopy.

Distance in feet:

\[
1088\cdot 10=10880\text{ feet}.
\]

Convert to miles:

\[
\frac{10880}{5280}\approx 2.06\text{ miles}.
\]

The nearest half-mile to \(2.06\) is \(2\) miles.

It is much closer to \(2\) than to \(2\frac12\).

ANSWER 8: C

Problem 9:

There are two boys, and they must occupy the two end seats.

The boys can be arranged in the ends in

\[
2!=2
\]

ways.

The three girls fill the three middle seats in

\[
3!=6
\]

ways.

Therefore, the total number of arrangements is

\[
2!\cdot 3!=2\cdot 6=12.
\]

Choices such as \(2\) or \(6\) count only the boysโ€™ or girlsโ€™ arrangements, not both.

ANSWER 9: E

Problem 10:

The expression is

\[
\frac{\frac38+\frac78}{\frac45}.
\]

First add the fractions in the numerator:

\[
\frac38+\frac78=\frac{10}{8}=\frac54.
\]

Now divide by \(\frac45\):

\[
\frac54\div\frac45=\frac54\cdot\frac54=\frac{25}{16}.
\]

Therefore the value is \(\frac{25}{16}\).

ANSWER 10: B
Q3 ยท easy ยท AMC 8 2007 #3 โ€” correct: C (7.) ยท solved by 5/5 models

What is the sum of the two smallest prime factors of 250?

  1. 2
  2. 5
  3. 7
  4. 10
  5. 12
Official approach: spot the primes from the last digit
ModelPickโœ“/โœ—Reasoning
openrouter:meta/muse-spark-1.3 C โœ“
show
Problem 1:
We need the sum of each triplet to check if it equals 1.

A. (1/2, 1/3, 1/6). Sum = 1/2+1/3+1/6 = 3/6+2/6+1/6 = 6/6 = 1.

B. (2, -2, 1). Sum = 2-2+1 = 1.

C. (0.1, 0.3, 0.6). Sum = 0.1+0.3+0.6 = 1.0.

D. (1.1, -2.1, 1.0). Sum = 1.1-2.1+1.0 = 2.1-2.1 = 0. This is not 1.

E. (-3/2, -5/2, 5). Sum = -3/2-5/2+5 = -8/2+5 = -4+5 = 1.

Only D does not sum to 1.

ANSWER 1: D

Problem 2:
We interpret the choices as fractions with x = 7:
A. 6/x, B. 6/(x+1), C. 6/(x-1), D. x/6, E. (x+1)/6.

Substitute x = 7:
A. 6/7 โ‰ˆ 0.86
B. 6/(7+1) = 6/8 = 3/4 = 0.75
C. 6/(7-1) = 6/6 = 1
D. 7/6 โ‰ˆ 1.17
E. (7+1)/6 = 8/6 โ‰ˆ 1.33

For positive numerators, the smaller the denominator the larger the fraction, and vice versa. Among A,B,C, 6/8 is smallest. D and E are both >1, so larger.

Hence B is the smallest.

ANSWER 2: B

Problem 3:
We need prime factorization of 250.

250 = 25 ร— 10 = 5ยฒ ร— 2 ร— 5 = 2 ร— 5ยณ.

So the prime factors listed with multiplicity are 2,5,5,5.

The two smallest are 2 and 5. Their sum is 2+5 = 7.

Note choice A 2 would be just the smallest, D 10 would be 5+5, but we want the two smallest.

ANSWER 3: C

Problem 4:
We are asked for total students taking the AMC 8 from the three math classes.

Miss Germain's class: 11 students
Mr. Newton's class: 8 students
Mrs. Young's class: 9 students

Total = 11+8+9 = 19+9 = 28.

This is straightforward addition. The total 17 is not an option, so all three counts are included.

ANSWER 4: C

Problem 5:
Let total marbles = T, with r red, g green, b blue, so T = r+g+b.

"All but 6 are red" means all except 6 are red, so the non-red marbles number 6:
g + b = 6.

"All but 8 are green" means non-green number 8:
r + b = 8.

"All but 4 are blue" means non-blue number 4:
r + g = 4.

Add all three equations:
(g+b)+(r+b)+(r+g) = 6+8+4
2(r+g+b) = 18
2T = 18
T = 9.

Check: r = T-6 = 3, g = T-8 = 1, b = T-4 = 5, and 3+1+5=9.

ANSWER 5: C

Problem 6:
Wire length available is 24 cm. A shape can be made if its perimeter is โ‰ค 24 cm; since we want to bend it to form the shape, typically perimeter = 24 exactly if using all, but at most 24 is needed. Here check:

Hexagon: Regular with side 5 cm. Perimeter = 6ร—5 = 30 cm. 30 > 24, so cannot make.

Square: Area 36 cmยฒ. Side = โˆš36 = 6 cm. Perimeter = 4ร—6 = 24 cm. Exactly uses wire, so can make.

Right triangle: Legs 6 and 8 cm. Hypotenuse by Pythagoras = โˆš(6ยฒ+8ยฒ) = โˆš(36+64) = โˆš100 = 10 cm. Perimeter = 6+8+10 = 24 cm. Exactly uses wire, so can make.

Thus square and triangle only.

ANSWER 6: D

Problem 7:
Let original price = P.

Sale is half price: sale price = P/2 = 0.5P.

Coupon gives 20% discount on sale price, so you pay 100%-20% = 80% of sale price:
final price = 0.80 ร— 0.5P = 0.40P.

That is 40% of original, so the reduction is 100%-40% = 60% off original.

Tempting wrong: A 10 would add discounts incorrectly, C 40 is the percent paid, not off.

ANSWER 7: D

Problem 8:
Distance โ‰ˆ speed ร— time, ignoring light travel time.

Speed of sound = 1088 ft/s, time = 10 s:
distance in feet = 1088ร—10 = 10880 ft.

1 mile = 5280 ft, so distance in miles = 10880/5280 = 1088/528.

528ร—2 = 1056, remainder 32, so = 2 + 32/528 โ‰ˆ 2.06 miles.

To nearest half-mile among 1, 1ยฝ, 2, 2ยฝ, 3, 2.06 is closest to 2.

ANSWER 8: C

Problem 9:
Positions in row: _ _ _ _ _. Requirement: boy at each end, girls in middle, i.e., B G G G B pattern.

Number of ways to place the 2 distinct boys on the 2 end spots: 2! = 2.

Number of ways to place the 3 distinct girls in the 3 middle spots: 3! = 3ร—2ร—1 = 6.

By counting principle, total arrangements = 2ร—6 = 12.

Choices A-D are too small; they forget permuting within genders.

ANSWER 9: E

Problem 10:
Interpret the expression as (3/8 + 7/8) รท (4/5).

First add numerator: 3/8 + 7/8 = 10/8 = 5/4.

Divide by 4/5 means multiply by 5/4:
(5/4) รท (4/5) = (5/4)ร—(5/4) = 25/16.

This matches choice B. Choice A 1, C 2 would be from mis-adding, etc.

ANSWER 10: B
openrouter:google/gemini-3.8-flash C โœ“
show
Here are the step-by-step solutions for each problem:

---

### Problem 1:
**Restatement:** We are asked to identify which of the given sets of three numbers does NOT add up to $1$.

**Step-by-step evaluation of each choice:**
- **A.** $\frac{1}{2} + \frac{1}{3} + \frac{1}{6} = \frac{3}{6} + \frac{2}{6} + \frac{1}{6} = \frac{6}{6} = 1$.
- **B.** $2 + (-2) + 1 = 0 + 1 = 1$.
- **C.** $0.1 + 0.3 + 0.6 = 1.0 = 1$.
- **D.** $1.1 + (-2.1) + 1.0 = -1.0 + 1.0 = 0 \neq 1$.
- **E.** $-\frac{3}{2} + \left(-\frac{5}{2}\right) + 5 = -\frac{8}{2} + 5 = -4 + 5 = 1$.

The triplet in choice D has a sum of $0$, not $1$.

ANSWER 1: D

---

### Problem 2:
**Restatement:** Given $x = 7$, we want to find which of the expressions has the smallest value.

**Step-by-step evaluation of each choice:**
- **A.** $\frac{6}{x} = \frac{6}{7} \approx 0.857$
- **B.** $\frac{6}{x+1} = \frac{6}{7+1} = \frac{6}{8} = \frac{3}{4} = 0.75$
- **C.** $\frac{6}{x-1} = \frac{6}{7-1} = \frac{6}{6} = 1$
- **D.** $\frac{x}{6} = \frac{7}{6} \approx 1.167$
- **E.** $\frac{x+1}{6} = \frac{7+1}{6} = \frac{8}{6} = \frac{4}{3} \approx 1.333$

Comparing the values, $0.75 < 0.857 < 1 < 1.167 < 1.333$. The smallest value is $\frac{6}{x+1} = \frac{3}{4}$.

ANSWER 2: B

---

### Problem 3:
**Restatement:** Find the sum of the two smallest prime factors of $250$.

**Step-by-step solution:**
1. Find the prime factorization of $250$:
   $$250 = 2 \times 125 = 2 \times 5^3$$
2. The prime factors of $250$ are $2$ and $5$.
3. The two smallest prime factors are therefore $2$ and $5$.
4. Their sum is:
   $$2 + 5 = 7$$

ANSWER 3: C

---

### Problem 4:
**Restatement:** We are given the number of AMC 8 participants in each of three teachers' classes:
- Miss Germain: $11$ students
- Mr. Newton: $8$ students
- Mrs. Young: $9$ students

**Step-by-step solution:**
To find the total number of students taking the contest, sum the students from all three classes:
$$\text{Total} = 11 + 8 + 9 = 28$$

ANSWER 4: C

---

### Problem 5:
**Restatement:** In a jar containing only red ($R$), green ($G$), and blue ($B$) marbles:
- All but $6$ are red $\implies G + B = 6$
- All but $8$ are green $\implies R + B = 8$
- All but $4$ are blue $\implies R + G = 4$

We need to find the total number of marbles, $T = R + G + B$.

**Step-by-step solution:**
Add the three equations together:
$$(G + B) + (R + B) + (R + G) = 6 + 8 + 4$$
$$2R + 2G + 2B = 18$$
$$2(R + G + B) = 18$$
Divide both sides by $2$:
$$R + G + B = 9$$

There are $9$ marbles in the jar.

ANSWER 5: C

---

### Problem 6:
**Restatement:** Haruki has a piece of wire $24\text{ cm}$ long. We must check which shapes can be formed with this wire (i.e., which shapes have a perimeter of exactly $24\text{ cm}$).

**Step-by-step check of each shape:**
1. **Regular hexagon with side length $5\text{ cm}$:**
   $$\text{Perimeter} = 6 \times 5 = 30\text{ cm} \neq 24\text{ cm}$$
   He cannot make the hexagon.

2. **Square of area $36\text{ cm}^2$:**
   $$\text{Side length} = \sqrt{36} = 6\text{ cm}$$
   $$\text{Perimeter} = 4 \times 6 = 24\text{ cm}$$
   He can make the square.

3. **Right triangle with legs $6\text{ cm}$ and $8\text{ cm}$:**
   $$\text{Hypotenuse} = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10\text{ cm}$$
   $$\text{Perimeter} = 6 + 8 + 10 = 24\text{ cm}$$
   He can make the right triangle.

Thus, Haruki can make the square and triangle only.

ANSWER 6: D

---

### Problem 7:
**Restatement:** An item is on sale for half price ($50\%$ off), and an additional coupon gives a $20\%$ discount on the sale price. What percentage off the original price is the final price?

**Step-by-step solution:**
1. Let the original price be $P$.
2. The sale price is half of the original:
   $$\text{Sale Price} = 0.50P$$
3. The coupon reduces the sale price by $20\%$, meaning the customer pays $80\%$ of the sale price:
   $$\text{Final Price} = 0.80 \times (0.50P) = 0.40P$$
4. Since the customer pays $40\%$ of the original price, the total discount off the original price is:
   $$100\% - 40\% = 60\%$$

ANSWER 7: D

---

### Problem 8:
**Restatement:** Snoopy hears thunder $10$ seconds after seeing lightning. Sound travels at $1088\text{ ft/s}$, and $1\text{ mile} = 5280\text{ ft}$. Estimate the distance to the nearest half-mile.

**Step-by-step solution:**
1. Calculate the distance traveled by the sound in feet:
   $$\text{Distance} = 1088\text{ ft/s} \times 10\text{ s} = 10{,}880\text{ feet}$$
2. Convert this distance to miles:
   $$\frac{10{,}880}{5280} \approx 2.0606\text{ miles}$$
3. Round to the nearest half-mile (choices are $1$, $1\frac{1}{2}$, $2$, $2\frac{1}{2}$, $3$):
   - Distance to $2$: $|2.0606 - 2| = 0.0606$
   - Distance to $2.5$: $|2.0606 - 2.5| = 0.4394$

The closest value is $2$ miles.

ANSWER 8: C

---

### Problem 9:
**Restatement:** Five students (2 boys and 3 girls) are arranged in a row of 5 seats such that there is a boy at each end and the 3 girls are in the middle 3 seats. Find the number of possible arrangements.

**Step-by-step solution:**
The arrangement of the 5 positions must look like:
$$\text{Boy}_1, \quad \text{Girl}, \quad \text{Girl}, \quad \text{Girl}, \quad \text{Boy}_2$$

1. **Placing the boys at the ends:**
   There are $2$ boys for the first seat and $1$ remaining boy for the last seat:
   $$2! = 2 \times 1 = 2\text{ ways}$$

2. **Placing the girls in the middle:**
   There are $3$ girls to arrange in the middle 3 seats:
   $$3! = 3 \times 2 \times 1 = 6\text{ ways}$$

3. **Total arrangements:**
   $$\text{Total} = 2 \times 6 = 12\text{ ways}$$

ANSWER 9: E

---

### Problem 10:
**Restatement:** Evaluate the complex fraction:
$$\frac{\frac{3}{8} + \frac{7}{8}}{\frac{4}{5}}$$

**Step-by-step solution:**
1. Simplify the numerator:
   $$\frac{3}{8} + \frac{7}{8} = \frac{10}{8} = \frac{5}{4}$$

2. Divide the numerator by the denominator:
   $$\frac{\frac{5}{4}}{\frac{4}{5}} = \frac{5}{4} \times \frac{5}{4} = \frac{25}{16}$$

ANSWER 10: B
openrouter:~z-ai/glm-latest C โœ“
show
# Problem 1:
We need the triplet whose sum is NOT 1. Check each:

- **A:** 1/2 + 1/3 + 1/6 = 3/6 + 2/6 + 1/6 = 6/6 = 1 โœ“
- **B:** 2 + (โˆ’2) + 1 = 1 โœ“
- **C:** 0.1 + 0.3 + 0.6 = 1.0 โœ“
- **D:** 1.1 + (โˆ’2.1) + 1.0 = 0 โœ— (This is NOT 1)
- **E:** โˆ’3/2 โˆ’ 5/2 + 5 = โˆ’8/2 + 5 = โˆ’4 + 5 = 1 โœ“

Only choice D fails to sum to 1.

ANSWER 1: D

# Problem 2:
Substitute x = 7 into each expression:

- **A:** 6/x = 6/7 โ‰ˆ 0.857
- **B:** 6/(x+1) = 6/8 = 0.75
- **C:** 6/(xโˆ’1) = 6/6 = 1
- **D:** x/6 = 7/6 โ‰ˆ 1.167
- **E:** (x+1)/6 = 8/6 โ‰ˆ 1.333

Comparing: 0.75 < 0.857 < 1 < 1.167 < 1.333. The smallest is 6/8 = 0.75, choice B.

ANSWER 2: B

# Problem 3:
Factor 250: 250 = 2 ยท 125 = 2 ยท 5ยณ.

The prime factors are 2 and 5. The two smallest prime factors are 2 and 5.

Their sum: 2 + 5 = 7.

(Trap: choice D is 10 = 2 ร— 5, the *product*, not the sum.)

ANSWER 3: C

# Problem 4:
The students taking the contest are in three classes:
11 (Germain) + 8 (Newton) + 9 (Young) = 28 students.

(Trap: choice E, 30, would come from miscounting, e.g., using 11 + 10 + 9.)

ANSWER 4: C

# Problem 5:
Let T = total marbles. "All but 6 are red" means red = T โˆ’ 6. Similarly green = T โˆ’ 8, blue = T โˆ’ 4.

Since red + green + blue = T:
(T โˆ’ 6) + (T โˆ’ 8) + (T โˆ’ 4) = T
3T โˆ’ 18 = T
2T = 18
T = 9.

Check: red = 3, green = 1, blue = 5. Then "all but 6 are red" โœ“ (1+5=6 non-red), "all but 8 are green" โœ“ (3+5=8), "all but 4 are blue" โœ“ (3+1=4). Total = 9. โœ“

ANSWER 5: C

# Problem 6:
The wire is 24 cm, so each shape's perimeter must be โ‰ค 24 (exactly 24 to use the whole wire, or check against the wire length).

- **Hexagon:** 6 sides ร— 5 cm = 30 cm > 24. **Cannot** be made.
- **Square:** Area 36 cmยฒ โ†’ side = โˆš36 = 6 cm โ†’ perimeter = 4 ร— 6 = 24 cm โ‰ค 24. **Can** be made.
- **Right triangle:** Legs 6 and 8 โ†’ hypotenuse = โˆš(36 + 64) = โˆš100 = 10 cm โ†’ perimeter = 6 + 8 + 10 = 24 cm โ‰ค 24. **Can** be made.

Only the square and triangle work.

ANSWER 6: D

# Problem 7:
Let the original price be P.

Step 1: Half price โ†’ P/2 (this is 50% off).
Step 2: Coupon takes 20% off the *sale price*, so you pay 80% of P/2:
(0.8)(P/2) = 0.4P.

So the final price is 40% of the original, meaning the discount is 100% โˆ’ 40% = **60% off**.

(Trap: choice C, 40, is the final price percentage; the question asks the discount. Trap: 50+20 = 70 is wrong because the 20% applies to the reduced price.)

ANSWER 7: D

# Problem 8:
Distance = speed ร— time = 1088 ft/sec ร— 10 sec = 10,880 feet.

Convert to miles: 10,880 รท 5280 โ‰ˆ 2.06 miles.

To the nearest half-mile: 2.06 is closer to 2 than to 2ยฝ (since 2.25 is the midpoint, and 2.06 < 2.25).

ANSWER 8: C

# Problem 9:
The seating is: Boy _ _ Girl _ Girl _ Boy, with the boys at the two ends.

- The two end positions: choose which boy is on the left and which on the right: 2! = 2 ways.
- The three middle positions: arrange the three girls: 3! = 3 ร— 2 ร— 1 = 6 ways.

Total arrangements: 2 ร— 6 = 12.

(Trap: choice D, 6, forgets the boys can swap; choice A, 2, forgets the girls can be permuted.)

ANSWER 9: E

# Problem 10:
Interpret the expression as the fraction with numerator 3/8 + 7/8 over denominator 4/5:

$$\frac{\frac{3}{8}+\frac{7}{8}}{\frac{4}{5}}$$

Numerator: 3/8 + 7/8 = 10/8 = 5/4.

Divide by 4/5 (multiply by 5/4):

(5/4) ร— (5/4) = 25/16.

Check: 25/16 = 1.5625, matching choice B.

(Trap: adding everything or multiplying incorrectly gives the other fractions listed.)

ANSWER 10: B
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 the triplet whose sum is NOT 1.

- A: 1/2 + 1/3 + 1/6 = 3/6 + 2/6 + 1/6 = 6/6 = 1 โœ”
- B: 2 + (โˆ’2) + 1 = 1 โœ”
- C: 0.1 + 0.3 + 0.6 = 1.0 โœ”
- D: 1.1 + (โˆ’2.1) + 1.0 = (1.1 โˆ’ 2.1) + 1.0 = โˆ’1.0 + 1.0 = 0 โœ˜
- E: โˆ’3/2 โˆ’ 5/2 + 5 = โˆ’8/2 + 5 = โˆ’4 + 5 = 1 โœ”

Only D fails.

ANSWER 1: D

Problem 2:
Substitute x = 7 into each expression:

- A: 6/x = 6/7 โ‰ˆ 0.857
- B: 6/(x+1) = 6/8 = 0.75
- C: 6/(xโˆ’1) = 6/6 = 1
- D: x/6 = 7/6 โ‰ˆ 1.167
- E: (x+1)/6 = 8/6 โ‰ˆ 1.333

Among fractions with numerator 6, the largest denominator gives the smallest value, so 6/8 = 0.75 beats 6/7 and 6/6. The last two are greater than 1, so they can't be smallest.

ANSWER 2: B

Problem 3:
Factor 250: 250 = 2 ยท 125 = 2 ยท 5ยณ.

So the prime factors are 2 and 5 only. The two smallest (and only) prime factors are 2 and 5, and 2 + 5 = 7.

(Choice E, 12, would come from adding 2 + 10, but 10 isn't prime; choice D, 10, from 5 + 5, but we need two *different* prime factors.)

ANSWER 3: C

Problem 4:
Each teacher's class contributes its students; the classes are separate groups of students:

11 + 8 + 9 = 28.

ANSWER 4: C

Problem 5:
Let the total be T, with R red, G green, B blue, so R + G + B = T.

- "All but 6 are red" means the non-red marbles number 6: G + B = 6, so R = T โˆ’ 6.
- "All but 8 are green": R + B = 8, so G = T โˆ’ 8.
- "All but 4 are blue": R + G = 4, so B = T โˆ’ 4.

Add: R + G + B = 3T โˆ’ 18 = T, so 2T = 18 and T = 9.

Check: R = 3, G = 1, B = 5 โ†’ non-red = 6 โœ”, non-green = 8 โœ”, non-blue = 4 โœ”.

ANSWER 5: C

Problem 6:
The wire has length 24 cm, so the shape's perimeter must be exactly 24 cm.

- Regular hexagon, side 5: perimeter = 6 ยท 5 = 30 cm. Too long โ€” impossible.
- Square of area 36: side = โˆš36 = 6, perimeter = 4 ยท 6 = 24 cm. โœ”
- Right triangle with legs 6 and 8: hypotenuse = โˆš(36 + 64) = 10, perimeter = 6 + 8 + 10 = 24 cm. โœ”

So the square and triangle only. (Don't forget to include the hypotenuse in the triangle's perimeter!)

ANSWER 6: D

Problem 7:
Let the original price be 100.

Half price: 100 ร— 0.5 = 50.
Coupon takes 20% off the sale price: 50 ร— 0.8 = 40.

Final price is 40, which is 60 less than 100, i.e., 60% off.

(Choice E, 70, comes from wrongly adding 50% + 20%; choice C, 40, is the percentage *paid*, not the discount.)

ANSWER 7: D

Problem 8:
Distance sound traveled in 10 seconds: 1088 ร— 10 = 10,880 feet.

Convert to miles: 10,880 / 5280 โ‰ˆ 2.06 miles.

To the nearest half mile, 2.06 rounds to 2 miles.

ANSWER 8: C

Problem 9:
Seats: B _ _ _ B, with boys at the two ends and girls in the three middle seats.

- Boys in the two end seats: 2! = 2 ways.
- Girls in the three middle seats: 3! = 6 ways.

Total: 2 ร— 6 = 12.

(Choice D, 6, forgets the boys can swap; choice A, 2, forgets the girls' orderings.)

ANSWER 9: E

Problem 10:
Compute the numerator first: 3/8 + 7/8 = 10/8 = 5/4.

Then divide by 4/5:
(5/4) รท (4/5) = (5/4) ยท (5/4) = 25/16.

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

We need find which triplet does **not** have sum \(1\).

- A: \(\frac12+\frac13+\frac16=\frac{3}{6}+\frac{2}{6}+\frac{1}{6}=1\)
- B: \(2+(-2)+1=1\)
- C: \(0.1+0.3+0.6=1.0\)
- D: \(1.1+(-2.1)+1.0=1.1-2.1+1.0=0\), not \(1\)
- E: \(-\frac32-\frac52+5=-\frac82+5=-4+5=1\)

Only choice D does not add to \(1\).

ANSWER 1: D

Problem 2:

We substitute \(x=7\) into each expression:

- A: \(6^x=6^7\), a very large number.
- B: \(6^{x+1}=6^8\), even larger.
- C: \(6^{x-1}=6^6=46656\).
- D: \(x^6=7^6=117649\).
- E: \(x^{1/6}=7^{1/6}\), the sixth root of \(7\).

Since \(7^{1/6}\) is a little more than \(1\), it is much smaller than the large powers in Aโ€“D.

ANSWER 2: E

Problem 3:

Factor \(250\):

\[
250=25\cdot 10=5^2\cdot 2\cdot 5=2\cdot 5^3.
\]

The prime factors are \(2\) and \(5\). The two smallest prime factors are therefore \(2\) and \(5\).

\[
2+5=7.
\]

Choices A and B are individual prime factors, while D and E do not equal the required sum.

ANSWER 3: C

Problem 4:

Add the numbers of students from the three classes:

\[
11+8+9=19+9=28.
\]

Thus, \(28\) mathematics students are taking the AMC 8.

The nearby choices \(27\) and \(29\) would result from an addition error.

ANSWER 4: C

Problem 5:

Let the total number of marbles be \(N\).

- โ€œAll but 6 are redโ€ means there are \(N-6\) red marbles.
- โ€œAll but 8 are greenโ€ means there are \(N-8\) green marbles.
- โ€œAll but 4 are blueโ€ means there are \(N-4\) blue marbles.

Since every marble is exactly one color,

\[
(N-6)+(N-8)+(N-4)=N.
\]

So,

\[
3N-18=N
\]

\[
2N=18
\]

\[
N=9.
\]

Check: there are \(3\) red, \(1\) green, and \(5\) blue marbles, for a total of \(9\). Indeed, all but \(6\) are red, all but \(8\) are green, and all but \(4\) are blue.

ANSWER 5: C

Problem 6:

Haruki has \(24\) cm of wire, so each shape must have perimeter \(24\) cm.

- Regular hexagon with side length \(5\):

\[
6\cdot 5=30\text{ cm}.
\]

He cannot make the hexagon because \(30>24\).

- Square with area \(36\text{ cm}^2\):

\[
\text{side length}=\sqrt{36}=6\text{ cm}.
\]

Its perimeter is

\[
4\cdot 6=24\text{ cm}.
\]

He can make the square.

- Right triangle with legs \(6\) and \(8\):

Its hypotenuse is

\[
\sqrt{6^2+8^2}=\sqrt{36+64}=\sqrt{100}=10.
\]

Its perimeter is

\[
6+8+10=24\text{ cm}.
\]

He can make the triangle.

Thus, he can make the square and triangle only.

ANSWER 6: D

Problem 7:

โ€œHalf priceโ€ means the sale price is \(50\%\) of the original price.

Then the coupon takes another \(20\%\) off the sale price. Thus the customer pays

\[
80\%\text{ of }50\%=0.80\cdot 0.50=0.40=40\%
\]

of the original price.

So the discount is

\[
100\%-40\%=60\%.
\]

A tempting error is to add \(50\%+20\%=70\%\), but the \(20\%\) discount is applied to the already reduced sale price, not the original price.

ANSWER 7: D

Problem 8:

The thunder takes \(10\) seconds to travel from the lightning to Snoopy.

Distance in feet:

\[
1088\cdot 10=10880\text{ feet}.
\]

Convert to miles:

\[
\frac{10880}{5280}\approx 2.06\text{ miles}.
\]

The nearest half-mile to \(2.06\) is \(2\) miles.

It is much closer to \(2\) than to \(2\frac12\).

ANSWER 8: C

Problem 9:

There are two boys, and they must occupy the two end seats.

The boys can be arranged in the ends in

\[
2!=2
\]

ways.

The three girls fill the three middle seats in

\[
3!=6
\]

ways.

Therefore, the total number of arrangements is

\[
2!\cdot 3!=2\cdot 6=12.
\]

Choices such as \(2\) or \(6\) count only the boysโ€™ or girlsโ€™ arrangements, not both.

ANSWER 9: E

Problem 10:

The expression is

\[
\frac{\frac38+\frac78}{\frac45}.
\]

First add the fractions in the numerator:

\[
\frac38+\frac78=\frac{10}{8}=\frac54.
\]

Now divide by \(\frac45\):

\[
\frac54\div\frac45=\frac54\cdot\frac54=\frac{25}{16}.
\]

Therefore the value is \(\frac{25}{16}\).

ANSWER 10: B
Q4 ยท easy ยท AMC 8 2010 #1 โ€” correct: C (28.) ยท solved by 5/5 models

At Euclid Middle School the mathematics teachers are Miss Germain, Mr. Newton, and Mrs. Young. There are 11 students in Mrs. Germain's class, 8 students in Mr. Newton's class, and 9 students in Mrs. Young's class taking the AMC 8 this year. How many mathematics students at Euclid Middle School are taking the contest?

  1. 26
  2. 27
  3. 28
  4. 29
  5. 30
Official approach: add disjoint groups
ModelPickโœ“/โœ—Reasoning
openrouter:meta/muse-spark-1.3 C โœ“
show
Problem 1:
We need the sum of each triplet to check if it equals 1.

A. (1/2, 1/3, 1/6). Sum = 1/2+1/3+1/6 = 3/6+2/6+1/6 = 6/6 = 1.

B. (2, -2, 1). Sum = 2-2+1 = 1.

C. (0.1, 0.3, 0.6). Sum = 0.1+0.3+0.6 = 1.0.

D. (1.1, -2.1, 1.0). Sum = 1.1-2.1+1.0 = 2.1-2.1 = 0. This is not 1.

E. (-3/2, -5/2, 5). Sum = -3/2-5/2+5 = -8/2+5 = -4+5 = 1.

Only D does not sum to 1.

ANSWER 1: D

Problem 2:
We interpret the choices as fractions with x = 7:
A. 6/x, B. 6/(x+1), C. 6/(x-1), D. x/6, E. (x+1)/6.

Substitute x = 7:
A. 6/7 โ‰ˆ 0.86
B. 6/(7+1) = 6/8 = 3/4 = 0.75
C. 6/(7-1) = 6/6 = 1
D. 7/6 โ‰ˆ 1.17
E. (7+1)/6 = 8/6 โ‰ˆ 1.33

For positive numerators, the smaller the denominator the larger the fraction, and vice versa. Among A,B,C, 6/8 is smallest. D and E are both >1, so larger.

Hence B is the smallest.

ANSWER 2: B

Problem 3:
We need prime factorization of 250.

250 = 25 ร— 10 = 5ยฒ ร— 2 ร— 5 = 2 ร— 5ยณ.

So the prime factors listed with multiplicity are 2,5,5,5.

The two smallest are 2 and 5. Their sum is 2+5 = 7.

Note choice A 2 would be just the smallest, D 10 would be 5+5, but we want the two smallest.

ANSWER 3: C

Problem 4:
We are asked for total students taking the AMC 8 from the three math classes.

Miss Germain's class: 11 students
Mr. Newton's class: 8 students
Mrs. Young's class: 9 students

Total = 11+8+9 = 19+9 = 28.

This is straightforward addition. The total 17 is not an option, so all three counts are included.

ANSWER 4: C

Problem 5:
Let total marbles = T, with r red, g green, b blue, so T = r+g+b.

"All but 6 are red" means all except 6 are red, so the non-red marbles number 6:
g + b = 6.

"All but 8 are green" means non-green number 8:
r + b = 8.

"All but 4 are blue" means non-blue number 4:
r + g = 4.

Add all three equations:
(g+b)+(r+b)+(r+g) = 6+8+4
2(r+g+b) = 18
2T = 18
T = 9.

Check: r = T-6 = 3, g = T-8 = 1, b = T-4 = 5, and 3+1+5=9.

ANSWER 5: C

Problem 6:
Wire length available is 24 cm. A shape can be made if its perimeter is โ‰ค 24 cm; since we want to bend it to form the shape, typically perimeter = 24 exactly if using all, but at most 24 is needed. Here check:

Hexagon: Regular with side 5 cm. Perimeter = 6ร—5 = 30 cm. 30 > 24, so cannot make.

Square: Area 36 cmยฒ. Side = โˆš36 = 6 cm. Perimeter = 4ร—6 = 24 cm. Exactly uses wire, so can make.

Right triangle: Legs 6 and 8 cm. Hypotenuse by Pythagoras = โˆš(6ยฒ+8ยฒ) = โˆš(36+64) = โˆš100 = 10 cm. Perimeter = 6+8+10 = 24 cm. Exactly uses wire, so can make.

Thus square and triangle only.

ANSWER 6: D

Problem 7:
Let original price = P.

Sale is half price: sale price = P/2 = 0.5P.

Coupon gives 20% discount on sale price, so you pay 100%-20% = 80% of sale price:
final price = 0.80 ร— 0.5P = 0.40P.

That is 40% of original, so the reduction is 100%-40% = 60% off original.

Tempting wrong: A 10 would add discounts incorrectly, C 40 is the percent paid, not off.

ANSWER 7: D

Problem 8:
Distance โ‰ˆ speed ร— time, ignoring light travel time.

Speed of sound = 1088 ft/s, time = 10 s:
distance in feet = 1088ร—10 = 10880 ft.

1 mile = 5280 ft, so distance in miles = 10880/5280 = 1088/528.

528ร—2 = 1056, remainder 32, so = 2 + 32/528 โ‰ˆ 2.06 miles.

To nearest half-mile among 1, 1ยฝ, 2, 2ยฝ, 3, 2.06 is closest to 2.

ANSWER 8: C

Problem 9:
Positions in row: _ _ _ _ _. Requirement: boy at each end, girls in middle, i.e., B G G G B pattern.

Number of ways to place the 2 distinct boys on the 2 end spots: 2! = 2.

Number of ways to place the 3 distinct girls in the 3 middle spots: 3! = 3ร—2ร—1 = 6.

By counting principle, total arrangements = 2ร—6 = 12.

Choices A-D are too small; they forget permuting within genders.

ANSWER 9: E

Problem 10:
Interpret the expression as (3/8 + 7/8) รท (4/5).

First add numerator: 3/8 + 7/8 = 10/8 = 5/4.

Divide by 4/5 means multiply by 5/4:
(5/4) รท (4/5) = (5/4)ร—(5/4) = 25/16.

This matches choice B. Choice A 1, C 2 would be from mis-adding, etc.

ANSWER 10: B
openrouter:google/gemini-3.8-flash C โœ“
show
Here are the step-by-step solutions for each problem:

---

### Problem 1:
**Restatement:** We are asked to identify which of the given sets of three numbers does NOT add up to $1$.

**Step-by-step evaluation of each choice:**
- **A.** $\frac{1}{2} + \frac{1}{3} + \frac{1}{6} = \frac{3}{6} + \frac{2}{6} + \frac{1}{6} = \frac{6}{6} = 1$.
- **B.** $2 + (-2) + 1 = 0 + 1 = 1$.
- **C.** $0.1 + 0.3 + 0.6 = 1.0 = 1$.
- **D.** $1.1 + (-2.1) + 1.0 = -1.0 + 1.0 = 0 \neq 1$.
- **E.** $-\frac{3}{2} + \left(-\frac{5}{2}\right) + 5 = -\frac{8}{2} + 5 = -4 + 5 = 1$.

The triplet in choice D has a sum of $0$, not $1$.

ANSWER 1: D

---

### Problem 2:
**Restatement:** Given $x = 7$, we want to find which of the expressions has the smallest value.

**Step-by-step evaluation of each choice:**
- **A.** $\frac{6}{x} = \frac{6}{7} \approx 0.857$
- **B.** $\frac{6}{x+1} = \frac{6}{7+1} = \frac{6}{8} = \frac{3}{4} = 0.75$
- **C.** $\frac{6}{x-1} = \frac{6}{7-1} = \frac{6}{6} = 1$
- **D.** $\frac{x}{6} = \frac{7}{6} \approx 1.167$
- **E.** $\frac{x+1}{6} = \frac{7+1}{6} = \frac{8}{6} = \frac{4}{3} \approx 1.333$

Comparing the values, $0.75 < 0.857 < 1 < 1.167 < 1.333$. The smallest value is $\frac{6}{x+1} = \frac{3}{4}$.

ANSWER 2: B

---

### Problem 3:
**Restatement:** Find the sum of the two smallest prime factors of $250$.

**Step-by-step solution:**
1. Find the prime factorization of $250$:
   $$250 = 2 \times 125 = 2 \times 5^3$$
2. The prime factors of $250$ are $2$ and $5$.
3. The two smallest prime factors are therefore $2$ and $5$.
4. Their sum is:
   $$2 + 5 = 7$$

ANSWER 3: C

---

### Problem 4:
**Restatement:** We are given the number of AMC 8 participants in each of three teachers' classes:
- Miss Germain: $11$ students
- Mr. Newton: $8$ students
- Mrs. Young: $9$ students

**Step-by-step solution:**
To find the total number of students taking the contest, sum the students from all three classes:
$$\text{Total} = 11 + 8 + 9 = 28$$

ANSWER 4: C

---

### Problem 5:
**Restatement:** In a jar containing only red ($R$), green ($G$), and blue ($B$) marbles:
- All but $6$ are red $\implies G + B = 6$
- All but $8$ are green $\implies R + B = 8$
- All but $4$ are blue $\implies R + G = 4$

We need to find the total number of marbles, $T = R + G + B$.

**Step-by-step solution:**
Add the three equations together:
$$(G + B) + (R + B) + (R + G) = 6 + 8 + 4$$
$$2R + 2G + 2B = 18$$
$$2(R + G + B) = 18$$
Divide both sides by $2$:
$$R + G + B = 9$$

There are $9$ marbles in the jar.

ANSWER 5: C

---

### Problem 6:
**Restatement:** Haruki has a piece of wire $24\text{ cm}$ long. We must check which shapes can be formed with this wire (i.e., which shapes have a perimeter of exactly $24\text{ cm}$).

**Step-by-step check of each shape:**
1. **Regular hexagon with side length $5\text{ cm}$:**
   $$\text{Perimeter} = 6 \times 5 = 30\text{ cm} \neq 24\text{ cm}$$
   He cannot make the hexagon.

2. **Square of area $36\text{ cm}^2$:**
   $$\text{Side length} = \sqrt{36} = 6\text{ cm}$$
   $$\text{Perimeter} = 4 \times 6 = 24\text{ cm}$$
   He can make the square.

3. **Right triangle with legs $6\text{ cm}$ and $8\text{ cm}$:**
   $$\text{Hypotenuse} = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10\text{ cm}$$
   $$\text{Perimeter} = 6 + 8 + 10 = 24\text{ cm}$$
   He can make the right triangle.

Thus, Haruki can make the square and triangle only.

ANSWER 6: D

---

### Problem 7:
**Restatement:** An item is on sale for half price ($50\%$ off), and an additional coupon gives a $20\%$ discount on the sale price. What percentage off the original price is the final price?

**Step-by-step solution:**
1. Let the original price be $P$.
2. The sale price is half of the original:
   $$\text{Sale Price} = 0.50P$$
3. The coupon reduces the sale price by $20\%$, meaning the customer pays $80\%$ of the sale price:
   $$\text{Final Price} = 0.80 \times (0.50P) = 0.40P$$
4. Since the customer pays $40\%$ of the original price, the total discount off the original price is:
   $$100\% - 40\% = 60\%$$

ANSWER 7: D

---

### Problem 8:
**Restatement:** Snoopy hears thunder $10$ seconds after seeing lightning. Sound travels at $1088\text{ ft/s}$, and $1\text{ mile} = 5280\text{ ft}$. Estimate the distance to the nearest half-mile.

**Step-by-step solution:**
1. Calculate the distance traveled by the sound in feet:
   $$\text{Distance} = 1088\text{ ft/s} \times 10\text{ s} = 10{,}880\text{ feet}$$
2. Convert this distance to miles:
   $$\frac{10{,}880}{5280} \approx 2.0606\text{ miles}$$
3. Round to the nearest half-mile (choices are $1$, $1\frac{1}{2}$, $2$, $2\frac{1}{2}$, $3$):
   - Distance to $2$: $|2.0606 - 2| = 0.0606$
   - Distance to $2.5$: $|2.0606 - 2.5| = 0.4394$

The closest value is $2$ miles.

ANSWER 8: C

---

### Problem 9:
**Restatement:** Five students (2 boys and 3 girls) are arranged in a row of 5 seats such that there is a boy at each end and the 3 girls are in the middle 3 seats. Find the number of possible arrangements.

**Step-by-step solution:**
The arrangement of the 5 positions must look like:
$$\text{Boy}_1, \quad \text{Girl}, \quad \text{Girl}, \quad \text{Girl}, \quad \text{Boy}_2$$

1. **Placing the boys at the ends:**
   There are $2$ boys for the first seat and $1$ remaining boy for the last seat:
   $$2! = 2 \times 1 = 2\text{ ways}$$

2. **Placing the girls in the middle:**
   There are $3$ girls to arrange in the middle 3 seats:
   $$3! = 3 \times 2 \times 1 = 6\text{ ways}$$

3. **Total arrangements:**
   $$\text{Total} = 2 \times 6 = 12\text{ ways}$$

ANSWER 9: E

---

### Problem 10:
**Restatement:** Evaluate the complex fraction:
$$\frac{\frac{3}{8} + \frac{7}{8}}{\frac{4}{5}}$$

**Step-by-step solution:**
1. Simplify the numerator:
   $$\frac{3}{8} + \frac{7}{8} = \frac{10}{8} = \frac{5}{4}$$

2. Divide the numerator by the denominator:
   $$\frac{\frac{5}{4}}{\frac{4}{5}} = \frac{5}{4} \times \frac{5}{4} = \frac{25}{16}$$

ANSWER 10: B
openrouter:~z-ai/glm-latest C โœ“
show
# Problem 1:
We need the triplet whose sum is NOT 1. Check each:

- **A:** 1/2 + 1/3 + 1/6 = 3/6 + 2/6 + 1/6 = 6/6 = 1 โœ“
- **B:** 2 + (โˆ’2) + 1 = 1 โœ“
- **C:** 0.1 + 0.3 + 0.6 = 1.0 โœ“
- **D:** 1.1 + (โˆ’2.1) + 1.0 = 0 โœ— (This is NOT 1)
- **E:** โˆ’3/2 โˆ’ 5/2 + 5 = โˆ’8/2 + 5 = โˆ’4 + 5 = 1 โœ“

Only choice D fails to sum to 1.

ANSWER 1: D

# Problem 2:
Substitute x = 7 into each expression:

- **A:** 6/x = 6/7 โ‰ˆ 0.857
- **B:** 6/(x+1) = 6/8 = 0.75
- **C:** 6/(xโˆ’1) = 6/6 = 1
- **D:** x/6 = 7/6 โ‰ˆ 1.167
- **E:** (x+1)/6 = 8/6 โ‰ˆ 1.333

Comparing: 0.75 < 0.857 < 1 < 1.167 < 1.333. The smallest is 6/8 = 0.75, choice B.

ANSWER 2: B

# Problem 3:
Factor 250: 250 = 2 ยท 125 = 2 ยท 5ยณ.

The prime factors are 2 and 5. The two smallest prime factors are 2 and 5.

Their sum: 2 + 5 = 7.

(Trap: choice D is 10 = 2 ร— 5, the *product*, not the sum.)

ANSWER 3: C

# Problem 4:
The students taking the contest are in three classes:
11 (Germain) + 8 (Newton) + 9 (Young) = 28 students.

(Trap: choice E, 30, would come from miscounting, e.g., using 11 + 10 + 9.)

ANSWER 4: C

# Problem 5:
Let T = total marbles. "All but 6 are red" means red = T โˆ’ 6. Similarly green = T โˆ’ 8, blue = T โˆ’ 4.

Since red + green + blue = T:
(T โˆ’ 6) + (T โˆ’ 8) + (T โˆ’ 4) = T
3T โˆ’ 18 = T
2T = 18
T = 9.

Check: red = 3, green = 1, blue = 5. Then "all but 6 are red" โœ“ (1+5=6 non-red), "all but 8 are green" โœ“ (3+5=8), "all but 4 are blue" โœ“ (3+1=4). Total = 9. โœ“

ANSWER 5: C

# Problem 6:
The wire is 24 cm, so each shape's perimeter must be โ‰ค 24 (exactly 24 to use the whole wire, or check against the wire length).

- **Hexagon:** 6 sides ร— 5 cm = 30 cm > 24. **Cannot** be made.
- **Square:** Area 36 cmยฒ โ†’ side = โˆš36 = 6 cm โ†’ perimeter = 4 ร— 6 = 24 cm โ‰ค 24. **Can** be made.
- **Right triangle:** Legs 6 and 8 โ†’ hypotenuse = โˆš(36 + 64) = โˆš100 = 10 cm โ†’ perimeter = 6 + 8 + 10 = 24 cm โ‰ค 24. **Can** be made.

Only the square and triangle work.

ANSWER 6: D

# Problem 7:
Let the original price be P.

Step 1: Half price โ†’ P/2 (this is 50% off).
Step 2: Coupon takes 20% off the *sale price*, so you pay 80% of P/2:
(0.8)(P/2) = 0.4P.

So the final price is 40% of the original, meaning the discount is 100% โˆ’ 40% = **60% off**.

(Trap: choice C, 40, is the final price percentage; the question asks the discount. Trap: 50+20 = 70 is wrong because the 20% applies to the reduced price.)

ANSWER 7: D

# Problem 8:
Distance = speed ร— time = 1088 ft/sec ร— 10 sec = 10,880 feet.

Convert to miles: 10,880 รท 5280 โ‰ˆ 2.06 miles.

To the nearest half-mile: 2.06 is closer to 2 than to 2ยฝ (since 2.25 is the midpoint, and 2.06 < 2.25).

ANSWER 8: C

# Problem 9:
The seating is: Boy _ _ Girl _ Girl _ Boy, with the boys at the two ends.

- The two end positions: choose which boy is on the left and which on the right: 2! = 2 ways.
- The three middle positions: arrange the three girls: 3! = 3 ร— 2 ร— 1 = 6 ways.

Total arrangements: 2 ร— 6 = 12.

(Trap: choice D, 6, forgets the boys can swap; choice A, 2, forgets the girls can be permuted.)

ANSWER 9: E

# Problem 10:
Interpret the expression as the fraction with numerator 3/8 + 7/8 over denominator 4/5:

$$\frac{\frac{3}{8}+\frac{7}{8}}{\frac{4}{5}}$$

Numerator: 3/8 + 7/8 = 10/8 = 5/4.

Divide by 4/5 (multiply by 5/4):

(5/4) ร— (5/4) = 25/16.

Check: 25/16 = 1.5625, matching choice B.

(Trap: adding everything or multiplying incorrectly gives the other fractions listed.)

ANSWER 10: B
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 the triplet whose sum is NOT 1.

- A: 1/2 + 1/3 + 1/6 = 3/6 + 2/6 + 1/6 = 6/6 = 1 โœ”
- B: 2 + (โˆ’2) + 1 = 1 โœ”
- C: 0.1 + 0.3 + 0.6 = 1.0 โœ”
- D: 1.1 + (โˆ’2.1) + 1.0 = (1.1 โˆ’ 2.1) + 1.0 = โˆ’1.0 + 1.0 = 0 โœ˜
- E: โˆ’3/2 โˆ’ 5/2 + 5 = โˆ’8/2 + 5 = โˆ’4 + 5 = 1 โœ”

Only D fails.

ANSWER 1: D

Problem 2:
Substitute x = 7 into each expression:

- A: 6/x = 6/7 โ‰ˆ 0.857
- B: 6/(x+1) = 6/8 = 0.75
- C: 6/(xโˆ’1) = 6/6 = 1
- D: x/6 = 7/6 โ‰ˆ 1.167
- E: (x+1)/6 = 8/6 โ‰ˆ 1.333

Among fractions with numerator 6, the largest denominator gives the smallest value, so 6/8 = 0.75 beats 6/7 and 6/6. The last two are greater than 1, so they can't be smallest.

ANSWER 2: B

Problem 3:
Factor 250: 250 = 2 ยท 125 = 2 ยท 5ยณ.

So the prime factors are 2 and 5 only. The two smallest (and only) prime factors are 2 and 5, and 2 + 5 = 7.

(Choice E, 12, would come from adding 2 + 10, but 10 isn't prime; choice D, 10, from 5 + 5, but we need two *different* prime factors.)

ANSWER 3: C

Problem 4:
Each teacher's class contributes its students; the classes are separate groups of students:

11 + 8 + 9 = 28.

ANSWER 4: C

Problem 5:
Let the total be T, with R red, G green, B blue, so R + G + B = T.

- "All but 6 are red" means the non-red marbles number 6: G + B = 6, so R = T โˆ’ 6.
- "All but 8 are green": R + B = 8, so G = T โˆ’ 8.
- "All but 4 are blue": R + G = 4, so B = T โˆ’ 4.

Add: R + G + B = 3T โˆ’ 18 = T, so 2T = 18 and T = 9.

Check: R = 3, G = 1, B = 5 โ†’ non-red = 6 โœ”, non-green = 8 โœ”, non-blue = 4 โœ”.

ANSWER 5: C

Problem 6:
The wire has length 24 cm, so the shape's perimeter must be exactly 24 cm.

- Regular hexagon, side 5: perimeter = 6 ยท 5 = 30 cm. Too long โ€” impossible.
- Square of area 36: side = โˆš36 = 6, perimeter = 4 ยท 6 = 24 cm. โœ”
- Right triangle with legs 6 and 8: hypotenuse = โˆš(36 + 64) = 10, perimeter = 6 + 8 + 10 = 24 cm. โœ”

So the square and triangle only. (Don't forget to include the hypotenuse in the triangle's perimeter!)

ANSWER 6: D

Problem 7:
Let the original price be 100.

Half price: 100 ร— 0.5 = 50.
Coupon takes 20% off the sale price: 50 ร— 0.8 = 40.

Final price is 40, which is 60 less than 100, i.e., 60% off.

(Choice E, 70, comes from wrongly adding 50% + 20%; choice C, 40, is the percentage *paid*, not the discount.)

ANSWER 7: D

Problem 8:
Distance sound traveled in 10 seconds: 1088 ร— 10 = 10,880 feet.

Convert to miles: 10,880 / 5280 โ‰ˆ 2.06 miles.

To the nearest half mile, 2.06 rounds to 2 miles.

ANSWER 8: C

Problem 9:
Seats: B _ _ _ B, with boys at the two ends and girls in the three middle seats.

- Boys in the two end seats: 2! = 2 ways.
- Girls in the three middle seats: 3! = 6 ways.

Total: 2 ร— 6 = 12.

(Choice D, 6, forgets the boys can swap; choice A, 2, forgets the girls' orderings.)

ANSWER 9: E

Problem 10:
Compute the numerator first: 3/8 + 7/8 = 10/8 = 5/4.

Then divide by 4/5:
(5/4) รท (4/5) = (5/4) ยท (5/4) = 25/16.

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

We need find which triplet does **not** have sum \(1\).

- A: \(\frac12+\frac13+\frac16=\frac{3}{6}+\frac{2}{6}+\frac{1}{6}=1\)
- B: \(2+(-2)+1=1\)
- C: \(0.1+0.3+0.6=1.0\)
- D: \(1.1+(-2.1)+1.0=1.1-2.1+1.0=0\), not \(1\)
- E: \(-\frac32-\frac52+5=-\frac82+5=-4+5=1\)

Only choice D does not add to \(1\).

ANSWER 1: D

Problem 2:

We substitute \(x=7\) into each expression:

- A: \(6^x=6^7\), a very large number.
- B: \(6^{x+1}=6^8\), even larger.
- C: \(6^{x-1}=6^6=46656\).
- D: \(x^6=7^6=117649\).
- E: \(x^{1/6}=7^{1/6}\), the sixth root of \(7\).

Since \(7^{1/6}\) is a little more than \(1\), it is much smaller than the large powers in Aโ€“D.

ANSWER 2: E

Problem 3:

Factor \(250\):

\[
250=25\cdot 10=5^2\cdot 2\cdot 5=2\cdot 5^3.
\]

The prime factors are \(2\) and \(5\). The two smallest prime factors are therefore \(2\) and \(5\).

\[
2+5=7.
\]

Choices A and B are individual prime factors, while D and E do not equal the required sum.

ANSWER 3: C

Problem 4:

Add the numbers of students from the three classes:

\[
11+8+9=19+9=28.
\]

Thus, \(28\) mathematics students are taking the AMC 8.

The nearby choices \(27\) and \(29\) would result from an addition error.

ANSWER 4: C

Problem 5:

Let the total number of marbles be \(N\).

- โ€œAll but 6 are redโ€ means there are \(N-6\) red marbles.
- โ€œAll but 8 are greenโ€ means there are \(N-8\) green marbles.
- โ€œAll but 4 are blueโ€ means there are \(N-4\) blue marbles.

Since every marble is exactly one color,

\[
(N-6)+(N-8)+(N-4)=N.
\]

So,

\[
3N-18=N
\]

\[
2N=18
\]

\[
N=9.
\]

Check: there are \(3\) red, \(1\) green, and \(5\) blue marbles, for a total of \(9\). Indeed, all but \(6\) are red, all but \(8\) are green, and all but \(4\) are blue.

ANSWER 5: C

Problem 6:

Haruki has \(24\) cm of wire, so each shape must have perimeter \(24\) cm.

- Regular hexagon with side length \(5\):

\[
6\cdot 5=30\text{ cm}.
\]

He cannot make the hexagon because \(30>24\).

- Square with area \(36\text{ cm}^2\):

\[
\text{side length}=\sqrt{36}=6\text{ cm}.
\]

Its perimeter is

\[
4\cdot 6=24\text{ cm}.
\]

He can make the square.

- Right triangle with legs \(6\) and \(8\):

Its hypotenuse is

\[
\sqrt{6^2+8^2}=\sqrt{36+64}=\sqrt{100}=10.
\]

Its perimeter is

\[
6+8+10=24\text{ cm}.
\]

He can make the triangle.

Thus, he can make the square and triangle only.

ANSWER 6: D

Problem 7:

โ€œHalf priceโ€ means the sale price is \(50\%\) of the original price.

Then the coupon takes another \(20\%\) off the sale price. Thus the customer pays

\[
80\%\text{ of }50\%=0.80\cdot 0.50=0.40=40\%
\]

of the original price.

So the discount is

\[
100\%-40\%=60\%.
\]

A tempting error is to add \(50\%+20\%=70\%\), but the \(20\%\) discount is applied to the already reduced sale price, not the original price.

ANSWER 7: D

Problem 8:

The thunder takes \(10\) seconds to travel from the lightning to Snoopy.

Distance in feet:

\[
1088\cdot 10=10880\text{ feet}.
\]

Convert to miles:

\[
\frac{10880}{5280}\approx 2.06\text{ miles}.
\]

The nearest half-mile to \(2.06\) is \(2\) miles.

It is much closer to \(2\) than to \(2\frac12\).

ANSWER 8: C

Problem 9:

There are two boys, and they must occupy the two end seats.

The boys can be arranged in the ends in

\[
2!=2
\]

ways.

The three girls fill the three middle seats in

\[
3!=6
\]

ways.

Therefore, the total number of arrangements is

\[
2!\cdot 3!=2\cdot 6=12.
\]

Choices such as \(2\) or \(6\) count only the boysโ€™ or girlsโ€™ arrangements, not both.

ANSWER 9: E

Problem 10:

The expression is

\[
\frac{\frac38+\frac78}{\frac45}.
\]

First add the fractions in the numerator:

\[
\frac38+\frac78=\frac{10}{8}=\frac54.
\]

Now divide by \(\frac45\):

\[
\frac54\div\frac45=\frac54\cdot\frac54=\frac{25}{16}.
\]

Therefore the value is \(\frac{25}{16}\).

ANSWER 10: B
Q5 ยท easy ยท AMC 8 2012 #19 โ€” correct: C (9 marbles.) ยท solved by 5/5 models

In a jar of red, green, and blue marbles, all but 6 are red marbles, all but 8 are green, and all but 4 are blue. How many marbles are in the jar?

  1. 6
  2. 8
  3. 9
  4. 10
  5. 12
Official approach: rephrase as two-color sums, then add
ModelPickโœ“/โœ—Reasoning
openrouter:meta/muse-spark-1.3 C โœ“
show
Problem 1:
We need the sum of each triplet to check if it equals 1.

A. (1/2, 1/3, 1/6). Sum = 1/2+1/3+1/6 = 3/6+2/6+1/6 = 6/6 = 1.

B. (2, -2, 1). Sum = 2-2+1 = 1.

C. (0.1, 0.3, 0.6). Sum = 0.1+0.3+0.6 = 1.0.

D. (1.1, -2.1, 1.0). Sum = 1.1-2.1+1.0 = 2.1-2.1 = 0. This is not 1.

E. (-3/2, -5/2, 5). Sum = -3/2-5/2+5 = -8/2+5 = -4+5 = 1.

Only D does not sum to 1.

ANSWER 1: D

Problem 2:
We interpret the choices as fractions with x = 7:
A. 6/x, B. 6/(x+1), C. 6/(x-1), D. x/6, E. (x+1)/6.

Substitute x = 7:
A. 6/7 โ‰ˆ 0.86
B. 6/(7+1) = 6/8 = 3/4 = 0.75
C. 6/(7-1) = 6/6 = 1
D. 7/6 โ‰ˆ 1.17
E. (7+1)/6 = 8/6 โ‰ˆ 1.33

For positive numerators, the smaller the denominator the larger the fraction, and vice versa. Among A,B,C, 6/8 is smallest. D and E are both >1, so larger.

Hence B is the smallest.

ANSWER 2: B

Problem 3:
We need prime factorization of 250.

250 = 25 ร— 10 = 5ยฒ ร— 2 ร— 5 = 2 ร— 5ยณ.

So the prime factors listed with multiplicity are 2,5,5,5.

The two smallest are 2 and 5. Their sum is 2+5 = 7.

Note choice A 2 would be just the smallest, D 10 would be 5+5, but we want the two smallest.

ANSWER 3: C

Problem 4:
We are asked for total students taking the AMC 8 from the three math classes.

Miss Germain's class: 11 students
Mr. Newton's class: 8 students
Mrs. Young's class: 9 students

Total = 11+8+9 = 19+9 = 28.

This is straightforward addition. The total 17 is not an option, so all three counts are included.

ANSWER 4: C

Problem 5:
Let total marbles = T, with r red, g green, b blue, so T = r+g+b.

"All but 6 are red" means all except 6 are red, so the non-red marbles number 6:
g + b = 6.

"All but 8 are green" means non-green number 8:
r + b = 8.

"All but 4 are blue" means non-blue number 4:
r + g = 4.

Add all three equations:
(g+b)+(r+b)+(r+g) = 6+8+4
2(r+g+b) = 18
2T = 18
T = 9.

Check: r = T-6 = 3, g = T-8 = 1, b = T-4 = 5, and 3+1+5=9.

ANSWER 5: C

Problem 6:
Wire length available is 24 cm. A shape can be made if its perimeter is โ‰ค 24 cm; since we want to bend it to form the shape, typically perimeter = 24 exactly if using all, but at most 24 is needed. Here check:

Hexagon: Regular with side 5 cm. Perimeter = 6ร—5 = 30 cm. 30 > 24, so cannot make.

Square: Area 36 cmยฒ. Side = โˆš36 = 6 cm. Perimeter = 4ร—6 = 24 cm. Exactly uses wire, so can make.

Right triangle: Legs 6 and 8 cm. Hypotenuse by Pythagoras = โˆš(6ยฒ+8ยฒ) = โˆš(36+64) = โˆš100 = 10 cm. Perimeter = 6+8+10 = 24 cm. Exactly uses wire, so can make.

Thus square and triangle only.

ANSWER 6: D

Problem 7:
Let original price = P.

Sale is half price: sale price = P/2 = 0.5P.

Coupon gives 20% discount on sale price, so you pay 100%-20% = 80% of sale price:
final price = 0.80 ร— 0.5P = 0.40P.

That is 40% of original, so the reduction is 100%-40% = 60% off original.

Tempting wrong: A 10 would add discounts incorrectly, C 40 is the percent paid, not off.

ANSWER 7: D

Problem 8:
Distance โ‰ˆ speed ร— time, ignoring light travel time.

Speed of sound = 1088 ft/s, time = 10 s:
distance in feet = 1088ร—10 = 10880 ft.

1 mile = 5280 ft, so distance in miles = 10880/5280 = 1088/528.

528ร—2 = 1056, remainder 32, so = 2 + 32/528 โ‰ˆ 2.06 miles.

To nearest half-mile among 1, 1ยฝ, 2, 2ยฝ, 3, 2.06 is closest to 2.

ANSWER 8: C

Problem 9:
Positions in row: _ _ _ _ _. Requirement: boy at each end, girls in middle, i.e., B G G G B pattern.

Number of ways to place the 2 distinct boys on the 2 end spots: 2! = 2.

Number of ways to place the 3 distinct girls in the 3 middle spots: 3! = 3ร—2ร—1 = 6.

By counting principle, total arrangements = 2ร—6 = 12.

Choices A-D are too small; they forget permuting within genders.

ANSWER 9: E

Problem 10:
Interpret the expression as (3/8 + 7/8) รท (4/5).

First add numerator: 3/8 + 7/8 = 10/8 = 5/4.

Divide by 4/5 means multiply by 5/4:
(5/4) รท (4/5) = (5/4)ร—(5/4) = 25/16.

This matches choice B. Choice A 1, C 2 would be from mis-adding, etc.

ANSWER 10: B
openrouter:google/gemini-3.8-flash C โœ“
show
Here are the step-by-step solutions for each problem:

---

### Problem 1:
**Restatement:** We are asked to identify which of the given sets of three numbers does NOT add up to $1$.

**Step-by-step evaluation of each choice:**
- **A.** $\frac{1}{2} + \frac{1}{3} + \frac{1}{6} = \frac{3}{6} + \frac{2}{6} + \frac{1}{6} = \frac{6}{6} = 1$.
- **B.** $2 + (-2) + 1 = 0 + 1 = 1$.
- **C.** $0.1 + 0.3 + 0.6 = 1.0 = 1$.
- **D.** $1.1 + (-2.1) + 1.0 = -1.0 + 1.0 = 0 \neq 1$.
- **E.** $-\frac{3}{2} + \left(-\frac{5}{2}\right) + 5 = -\frac{8}{2} + 5 = -4 + 5 = 1$.

The triplet in choice D has a sum of $0$, not $1$.

ANSWER 1: D

---

### Problem 2:
**Restatement:** Given $x = 7$, we want to find which of the expressions has the smallest value.

**Step-by-step evaluation of each choice:**
- **A.** $\frac{6}{x} = \frac{6}{7} \approx 0.857$
- **B.** $\frac{6}{x+1} = \frac{6}{7+1} = \frac{6}{8} = \frac{3}{4} = 0.75$
- **C.** $\frac{6}{x-1} = \frac{6}{7-1} = \frac{6}{6} = 1$
- **D.** $\frac{x}{6} = \frac{7}{6} \approx 1.167$
- **E.** $\frac{x+1}{6} = \frac{7+1}{6} = \frac{8}{6} = \frac{4}{3} \approx 1.333$

Comparing the values, $0.75 < 0.857 < 1 < 1.167 < 1.333$. The smallest value is $\frac{6}{x+1} = \frac{3}{4}$.

ANSWER 2: B

---

### Problem 3:
**Restatement:** Find the sum of the two smallest prime factors of $250$.

**Step-by-step solution:**
1. Find the prime factorization of $250$:
   $$250 = 2 \times 125 = 2 \times 5^3$$
2. The prime factors of $250$ are $2$ and $5$.
3. The two smallest prime factors are therefore $2$ and $5$.
4. Their sum is:
   $$2 + 5 = 7$$

ANSWER 3: C

---

### Problem 4:
**Restatement:** We are given the number of AMC 8 participants in each of three teachers' classes:
- Miss Germain: $11$ students
- Mr. Newton: $8$ students
- Mrs. Young: $9$ students

**Step-by-step solution:**
To find the total number of students taking the contest, sum the students from all three classes:
$$\text{Total} = 11 + 8 + 9 = 28$$

ANSWER 4: C

---

### Problem 5:
**Restatement:** In a jar containing only red ($R$), green ($G$), and blue ($B$) marbles:
- All but $6$ are red $\implies G + B = 6$
- All but $8$ are green $\implies R + B = 8$
- All but $4$ are blue $\implies R + G = 4$

We need to find the total number of marbles, $T = R + G + B$.

**Step-by-step solution:**
Add the three equations together:
$$(G + B) + (R + B) + (R + G) = 6 + 8 + 4$$
$$2R + 2G + 2B = 18$$
$$2(R + G + B) = 18$$
Divide both sides by $2$:
$$R + G + B = 9$$

There are $9$ marbles in the jar.

ANSWER 5: C

---

### Problem 6:
**Restatement:** Haruki has a piece of wire $24\text{ cm}$ long. We must check which shapes can be formed with this wire (i.e., which shapes have a perimeter of exactly $24\text{ cm}$).

**Step-by-step check of each shape:**
1. **Regular hexagon with side length $5\text{ cm}$:**
   $$\text{Perimeter} = 6 \times 5 = 30\text{ cm} \neq 24\text{ cm}$$
   He cannot make the hexagon.

2. **Square of area $36\text{ cm}^2$:**
   $$\text{Side length} = \sqrt{36} = 6\text{ cm}$$
   $$\text{Perimeter} = 4 \times 6 = 24\text{ cm}$$
   He can make the square.

3. **Right triangle with legs $6\text{ cm}$ and $8\text{ cm}$:**
   $$\text{Hypotenuse} = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10\text{ cm}$$
   $$\text{Perimeter} = 6 + 8 + 10 = 24\text{ cm}$$
   He can make the right triangle.

Thus, Haruki can make the square and triangle only.

ANSWER 6: D

---

### Problem 7:
**Restatement:** An item is on sale for half price ($50\%$ off), and an additional coupon gives a $20\%$ discount on the sale price. What percentage off the original price is the final price?

**Step-by-step solution:**
1. Let the original price be $P$.
2. The sale price is half of the original:
   $$\text{Sale Price} = 0.50P$$
3. The coupon reduces the sale price by $20\%$, meaning the customer pays $80\%$ of the sale price:
   $$\text{Final Price} = 0.80 \times (0.50P) = 0.40P$$
4. Since the customer pays $40\%$ of the original price, the total discount off the original price is:
   $$100\% - 40\% = 60\%$$

ANSWER 7: D

---

### Problem 8:
**Restatement:** Snoopy hears thunder $10$ seconds after seeing lightning. Sound travels at $1088\text{ ft/s}$, and $1\text{ mile} = 5280\text{ ft}$. Estimate the distance to the nearest half-mile.

**Step-by-step solution:**
1. Calculate the distance traveled by the sound in feet:
   $$\text{Distance} = 1088\text{ ft/s} \times 10\text{ s} = 10{,}880\text{ feet}$$
2. Convert this distance to miles:
   $$\frac{10{,}880}{5280} \approx 2.0606\text{ miles}$$
3. Round to the nearest half-mile (choices are $1$, $1\frac{1}{2}$, $2$, $2\frac{1}{2}$, $3$):
   - Distance to $2$: $|2.0606 - 2| = 0.0606$
   - Distance to $2.5$: $|2.0606 - 2.5| = 0.4394$

The closest value is $2$ miles.

ANSWER 8: C

---

### Problem 9:
**Restatement:** Five students (2 boys and 3 girls) are arranged in a row of 5 seats such that there is a boy at each end and the 3 girls are in the middle 3 seats. Find the number of possible arrangements.

**Step-by-step solution:**
The arrangement of the 5 positions must look like:
$$\text{Boy}_1, \quad \text{Girl}, \quad \text{Girl}, \quad \text{Girl}, \quad \text{Boy}_2$$

1. **Placing the boys at the ends:**
   There are $2$ boys for the first seat and $1$ remaining boy for the last seat:
   $$2! = 2 \times 1 = 2\text{ ways}$$

2. **Placing the girls in the middle:**
   There are $3$ girls to arrange in the middle 3 seats:
   $$3! = 3 \times 2 \times 1 = 6\text{ ways}$$

3. **Total arrangements:**
   $$\text{Total} = 2 \times 6 = 12\text{ ways}$$

ANSWER 9: E

---

### Problem 10:
**Restatement:** Evaluate the complex fraction:
$$\frac{\frac{3}{8} + \frac{7}{8}}{\frac{4}{5}}$$

**Step-by-step solution:**
1. Simplify the numerator:
   $$\frac{3}{8} + \frac{7}{8} = \frac{10}{8} = \frac{5}{4}$$

2. Divide the numerator by the denominator:
   $$\frac{\frac{5}{4}}{\frac{4}{5}} = \frac{5}{4} \times \frac{5}{4} = \frac{25}{16}$$

ANSWER 10: B
openrouter:~z-ai/glm-latest C โœ“
show
# Problem 1:
We need the triplet whose sum is NOT 1. Check each:

- **A:** 1/2 + 1/3 + 1/6 = 3/6 + 2/6 + 1/6 = 6/6 = 1 โœ“
- **B:** 2 + (โˆ’2) + 1 = 1 โœ“
- **C:** 0.1 + 0.3 + 0.6 = 1.0 โœ“
- **D:** 1.1 + (โˆ’2.1) + 1.0 = 0 โœ— (This is NOT 1)
- **E:** โˆ’3/2 โˆ’ 5/2 + 5 = โˆ’8/2 + 5 = โˆ’4 + 5 = 1 โœ“

Only choice D fails to sum to 1.

ANSWER 1: D

# Problem 2:
Substitute x = 7 into each expression:

- **A:** 6/x = 6/7 โ‰ˆ 0.857
- **B:** 6/(x+1) = 6/8 = 0.75
- **C:** 6/(xโˆ’1) = 6/6 = 1
- **D:** x/6 = 7/6 โ‰ˆ 1.167
- **E:** (x+1)/6 = 8/6 โ‰ˆ 1.333

Comparing: 0.75 < 0.857 < 1 < 1.167 < 1.333. The smallest is 6/8 = 0.75, choice B.

ANSWER 2: B

# Problem 3:
Factor 250: 250 = 2 ยท 125 = 2 ยท 5ยณ.

The prime factors are 2 and 5. The two smallest prime factors are 2 and 5.

Their sum: 2 + 5 = 7.

(Trap: choice D is 10 = 2 ร— 5, the *product*, not the sum.)

ANSWER 3: C

# Problem 4:
The students taking the contest are in three classes:
11 (Germain) + 8 (Newton) + 9 (Young) = 28 students.

(Trap: choice E, 30, would come from miscounting, e.g., using 11 + 10 + 9.)

ANSWER 4: C

# Problem 5:
Let T = total marbles. "All but 6 are red" means red = T โˆ’ 6. Similarly green = T โˆ’ 8, blue = T โˆ’ 4.

Since red + green + blue = T:
(T โˆ’ 6) + (T โˆ’ 8) + (T โˆ’ 4) = T
3T โˆ’ 18 = T
2T = 18
T = 9.

Check: red = 3, green = 1, blue = 5. Then "all but 6 are red" โœ“ (1+5=6 non-red), "all but 8 are green" โœ“ (3+5=8), "all but 4 are blue" โœ“ (3+1=4). Total = 9. โœ“

ANSWER 5: C

# Problem 6:
The wire is 24 cm, so each shape's perimeter must be โ‰ค 24 (exactly 24 to use the whole wire, or check against the wire length).

- **Hexagon:** 6 sides ร— 5 cm = 30 cm > 24. **Cannot** be made.
- **Square:** Area 36 cmยฒ โ†’ side = โˆš36 = 6 cm โ†’ perimeter = 4 ร— 6 = 24 cm โ‰ค 24. **Can** be made.
- **Right triangle:** Legs 6 and 8 โ†’ hypotenuse = โˆš(36 + 64) = โˆš100 = 10 cm โ†’ perimeter = 6 + 8 + 10 = 24 cm โ‰ค 24. **Can** be made.

Only the square and triangle work.

ANSWER 6: D

# Problem 7:
Let the original price be P.

Step 1: Half price โ†’ P/2 (this is 50% off).
Step 2: Coupon takes 20% off the *sale price*, so you pay 80% of P/2:
(0.8)(P/2) = 0.4P.

So the final price is 40% of the original, meaning the discount is 100% โˆ’ 40% = **60% off**.

(Trap: choice C, 40, is the final price percentage; the question asks the discount. Trap: 50+20 = 70 is wrong because the 20% applies to the reduced price.)

ANSWER 7: D

# Problem 8:
Distance = speed ร— time = 1088 ft/sec ร— 10 sec = 10,880 feet.

Convert to miles: 10,880 รท 5280 โ‰ˆ 2.06 miles.

To the nearest half-mile: 2.06 is closer to 2 than to 2ยฝ (since 2.25 is the midpoint, and 2.06 < 2.25).

ANSWER 8: C

# Problem 9:
The seating is: Boy _ _ Girl _ Girl _ Boy, with the boys at the two ends.

- The two end positions: choose which boy is on the left and which on the right: 2! = 2 ways.
- The three middle positions: arrange the three girls: 3! = 3 ร— 2 ร— 1 = 6 ways.

Total arrangements: 2 ร— 6 = 12.

(Trap: choice D, 6, forgets the boys can swap; choice A, 2, forgets the girls can be permuted.)

ANSWER 9: E

# Problem 10:
Interpret the expression as the fraction with numerator 3/8 + 7/8 over denominator 4/5:

$$\frac{\frac{3}{8}+\frac{7}{8}}{\frac{4}{5}}$$

Numerator: 3/8 + 7/8 = 10/8 = 5/4.

Divide by 4/5 (multiply by 5/4):

(5/4) ร— (5/4) = 25/16.

Check: 25/16 = 1.5625, matching choice B.

(Trap: adding everything or multiplying incorrectly gives the other fractions listed.)

ANSWER 10: B
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 the triplet whose sum is NOT 1.

- A: 1/2 + 1/3 + 1/6 = 3/6 + 2/6 + 1/6 = 6/6 = 1 โœ”
- B: 2 + (โˆ’2) + 1 = 1 โœ”
- C: 0.1 + 0.3 + 0.6 = 1.0 โœ”
- D: 1.1 + (โˆ’2.1) + 1.0 = (1.1 โˆ’ 2.1) + 1.0 = โˆ’1.0 + 1.0 = 0 โœ˜
- E: โˆ’3/2 โˆ’ 5/2 + 5 = โˆ’8/2 + 5 = โˆ’4 + 5 = 1 โœ”

Only D fails.

ANSWER 1: D

Problem 2:
Substitute x = 7 into each expression:

- A: 6/x = 6/7 โ‰ˆ 0.857
- B: 6/(x+1) = 6/8 = 0.75
- C: 6/(xโˆ’1) = 6/6 = 1
- D: x/6 = 7/6 โ‰ˆ 1.167
- E: (x+1)/6 = 8/6 โ‰ˆ 1.333

Among fractions with numerator 6, the largest denominator gives the smallest value, so 6/8 = 0.75 beats 6/7 and 6/6. The last two are greater than 1, so they can't be smallest.

ANSWER 2: B

Problem 3:
Factor 250: 250 = 2 ยท 125 = 2 ยท 5ยณ.

So the prime factors are 2 and 5 only. The two smallest (and only) prime factors are 2 and 5, and 2 + 5 = 7.

(Choice E, 12, would come from adding 2 + 10, but 10 isn't prime; choice D, 10, from 5 + 5, but we need two *different* prime factors.)

ANSWER 3: C

Problem 4:
Each teacher's class contributes its students; the classes are separate groups of students:

11 + 8 + 9 = 28.

ANSWER 4: C

Problem 5:
Let the total be T, with R red, G green, B blue, so R + G + B = T.

- "All but 6 are red" means the non-red marbles number 6: G + B = 6, so R = T โˆ’ 6.
- "All but 8 are green": R + B = 8, so G = T โˆ’ 8.
- "All but 4 are blue": R + G = 4, so B = T โˆ’ 4.

Add: R + G + B = 3T โˆ’ 18 = T, so 2T = 18 and T = 9.

Check: R = 3, G = 1, B = 5 โ†’ non-red = 6 โœ”, non-green = 8 โœ”, non-blue = 4 โœ”.

ANSWER 5: C

Problem 6:
The wire has length 24 cm, so the shape's perimeter must be exactly 24 cm.

- Regular hexagon, side 5: perimeter = 6 ยท 5 = 30 cm. Too long โ€” impossible.
- Square of area 36: side = โˆš36 = 6, perimeter = 4 ยท 6 = 24 cm. โœ”
- Right triangle with legs 6 and 8: hypotenuse = โˆš(36 + 64) = 10, perimeter = 6 + 8 + 10 = 24 cm. โœ”

So the square and triangle only. (Don't forget to include the hypotenuse in the triangle's perimeter!)

ANSWER 6: D

Problem 7:
Let the original price be 100.

Half price: 100 ร— 0.5 = 50.
Coupon takes 20% off the sale price: 50 ร— 0.8 = 40.

Final price is 40, which is 60 less than 100, i.e., 60% off.

(Choice E, 70, comes from wrongly adding 50% + 20%; choice C, 40, is the percentage *paid*, not the discount.)

ANSWER 7: D

Problem 8:
Distance sound traveled in 10 seconds: 1088 ร— 10 = 10,880 feet.

Convert to miles: 10,880 / 5280 โ‰ˆ 2.06 miles.

To the nearest half mile, 2.06 rounds to 2 miles.

ANSWER 8: C

Problem 9:
Seats: B _ _ _ B, with boys at the two ends and girls in the three middle seats.

- Boys in the two end seats: 2! = 2 ways.
- Girls in the three middle seats: 3! = 6 ways.

Total: 2 ร— 6 = 12.

(Choice D, 6, forgets the boys can swap; choice A, 2, forgets the girls' orderings.)

ANSWER 9: E

Problem 10:
Compute the numerator first: 3/8 + 7/8 = 10/8 = 5/4.

Then divide by 4/5:
(5/4) รท (4/5) = (5/4) ยท (5/4) = 25/16.

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

We need find which triplet does **not** have sum \(1\).

- A: \(\frac12+\frac13+\frac16=\frac{3}{6}+\frac{2}{6}+\frac{1}{6}=1\)
- B: \(2+(-2)+1=1\)
- C: \(0.1+0.3+0.6=1.0\)
- D: \(1.1+(-2.1)+1.0=1.1-2.1+1.0=0\), not \(1\)
- E: \(-\frac32-\frac52+5=-\frac82+5=-4+5=1\)

Only choice D does not add to \(1\).

ANSWER 1: D

Problem 2:

We substitute \(x=7\) into each expression:

- A: \(6^x=6^7\), a very large number.
- B: \(6^{x+1}=6^8\), even larger.
- C: \(6^{x-1}=6^6=46656\).
- D: \(x^6=7^6=117649\).
- E: \(x^{1/6}=7^{1/6}\), the sixth root of \(7\).

Since \(7^{1/6}\) is a little more than \(1\), it is much smaller than the large powers in Aโ€“D.

ANSWER 2: E

Problem 3:

Factor \(250\):

\[
250=25\cdot 10=5^2\cdot 2\cdot 5=2\cdot 5^3.
\]

The prime factors are \(2\) and \(5\). The two smallest prime factors are therefore \(2\) and \(5\).

\[
2+5=7.
\]

Choices A and B are individual prime factors, while D and E do not equal the required sum.

ANSWER 3: C

Problem 4:

Add the numbers of students from the three classes:

\[
11+8+9=19+9=28.
\]

Thus, \(28\) mathematics students are taking the AMC 8.

The nearby choices \(27\) and \(29\) would result from an addition error.

ANSWER 4: C

Problem 5:

Let the total number of marbles be \(N\).

- โ€œAll but 6 are redโ€ means there are \(N-6\) red marbles.
- โ€œAll but 8 are greenโ€ means there are \(N-8\) green marbles.
- โ€œAll but 4 are blueโ€ means there are \(N-4\) blue marbles.

Since every marble is exactly one color,

\[
(N-6)+(N-8)+(N-4)=N.
\]

So,

\[
3N-18=N
\]

\[
2N=18
\]

\[
N=9.
\]

Check: there are \(3\) red, \(1\) green, and \(5\) blue marbles, for a total of \(9\). Indeed, all but \(6\) are red, all but \(8\) are green, and all but \(4\) are blue.

ANSWER 5: C

Problem 6:

Haruki has \(24\) cm of wire, so each shape must have perimeter \(24\) cm.

- Regular hexagon with side length \(5\):

\[
6\cdot 5=30\text{ cm}.
\]

He cannot make the hexagon because \(30>24\).

- Square with area \(36\text{ cm}^2\):

\[
\text{side length}=\sqrt{36}=6\text{ cm}.
\]

Its perimeter is

\[
4\cdot 6=24\text{ cm}.
\]

He can make the square.

- Right triangle with legs \(6\) and \(8\):

Its hypotenuse is

\[
\sqrt{6^2+8^2}=\sqrt{36+64}=\sqrt{100}=10.
\]

Its perimeter is

\[
6+8+10=24\text{ cm}.
\]

He can make the triangle.

Thus, he can make the square and triangle only.

ANSWER 6: D

Problem 7:

โ€œHalf priceโ€ means the sale price is \(50\%\) of the original price.

Then the coupon takes another \(20\%\) off the sale price. Thus the customer pays

\[
80\%\text{ of }50\%=0.80\cdot 0.50=0.40=40\%
\]

of the original price.

So the discount is

\[
100\%-40\%=60\%.
\]

A tempting error is to add \(50\%+20\%=70\%\), but the \(20\%\) discount is applied to the already reduced sale price, not the original price.

ANSWER 7: D

Problem 8:

The thunder takes \(10\) seconds to travel from the lightning to Snoopy.

Distance in feet:

\[
1088\cdot 10=10880\text{ feet}.
\]

Convert to miles:

\[
\frac{10880}{5280}\approx 2.06\text{ miles}.
\]

The nearest half-mile to \(2.06\) is \(2\) miles.

It is much closer to \(2\) than to \(2\frac12\).

ANSWER 8: C

Problem 9:

There are two boys, and they must occupy the two end seats.

The boys can be arranged in the ends in

\[
2!=2
\]

ways.

The three girls fill the three middle seats in

\[
3!=6
\]

ways.

Therefore, the total number of arrangements is

\[
2!\cdot 3!=2\cdot 6=12.
\]

Choices such as \(2\) or \(6\) count only the boysโ€™ or girlsโ€™ arrangements, not both.

ANSWER 9: E

Problem 10:

The expression is

\[
\frac{\frac38+\frac78}{\frac45}.
\]

First add the fractions in the numerator:

\[
\frac38+\frac78=\frac{10}{8}=\frac54.
\]

Now divide by \(\frac45\):

\[
\frac54\div\frac45=\frac54\cdot\frac54=\frac{25}{16}.
\]

Therefore the value is \(\frac{25}{16}\).

ANSWER 10: B
Q6 ยท easy ยท AMC 8 2026 #3 โ€” correct: D (Square and triangle only.) ยท solved by 5/5 models

Haruki has a piece of wire that is 24 centimeters long. He wants to bend it to form each of the following shapes, one at a time.

  • A regular hexagon with side length 5 cm.
  • A square of area 36 cm2.
  • A right triangle whose legs are 6 and 8 cm long.

Which of the shapes can Haruki make?

  1. Triangle only
  2. Hexagon and square only
  3. Hexagon and triangle only
  4. Square and triangle only
  5. Hexagon, triangle, and square
Official approach: the wire never stretches &mdash; only perimeter = 24 works
ModelPickโœ“/โœ—Reasoning
openrouter:meta/muse-spark-1.3 D โœ“
show
Problem 1:
We need the sum of each triplet to check if it equals 1.

A. (1/2, 1/3, 1/6). Sum = 1/2+1/3+1/6 = 3/6+2/6+1/6 = 6/6 = 1.

B. (2, -2, 1). Sum = 2-2+1 = 1.

C. (0.1, 0.3, 0.6). Sum = 0.1+0.3+0.6 = 1.0.

D. (1.1, -2.1, 1.0). Sum = 1.1-2.1+1.0 = 2.1-2.1 = 0. This is not 1.

E. (-3/2, -5/2, 5). Sum = -3/2-5/2+5 = -8/2+5 = -4+5 = 1.

Only D does not sum to 1.

ANSWER 1: D

Problem 2:
We interpret the choices as fractions with x = 7:
A. 6/x, B. 6/(x+1), C. 6/(x-1), D. x/6, E. (x+1)/6.

Substitute x = 7:
A. 6/7 โ‰ˆ 0.86
B. 6/(7+1) = 6/8 = 3/4 = 0.75
C. 6/(7-1) = 6/6 = 1
D. 7/6 โ‰ˆ 1.17
E. (7+1)/6 = 8/6 โ‰ˆ 1.33

For positive numerators, the smaller the denominator the larger the fraction, and vice versa. Among A,B,C, 6/8 is smallest. D and E are both >1, so larger.

Hence B is the smallest.

ANSWER 2: B

Problem 3:
We need prime factorization of 250.

250 = 25 ร— 10 = 5ยฒ ร— 2 ร— 5 = 2 ร— 5ยณ.

So the prime factors listed with multiplicity are 2,5,5,5.

The two smallest are 2 and 5. Their sum is 2+5 = 7.

Note choice A 2 would be just the smallest, D 10 would be 5+5, but we want the two smallest.

ANSWER 3: C

Problem 4:
We are asked for total students taking the AMC 8 from the three math classes.

Miss Germain's class: 11 students
Mr. Newton's class: 8 students
Mrs. Young's class: 9 students

Total = 11+8+9 = 19+9 = 28.

This is straightforward addition. The total 17 is not an option, so all three counts are included.

ANSWER 4: C

Problem 5:
Let total marbles = T, with r red, g green, b blue, so T = r+g+b.

"All but 6 are red" means all except 6 are red, so the non-red marbles number 6:
g + b = 6.

"All but 8 are green" means non-green number 8:
r + b = 8.

"All but 4 are blue" means non-blue number 4:
r + g = 4.

Add all three equations:
(g+b)+(r+b)+(r+g) = 6+8+4
2(r+g+b) = 18
2T = 18
T = 9.

Check: r = T-6 = 3, g = T-8 = 1, b = T-4 = 5, and 3+1+5=9.

ANSWER 5: C

Problem 6:
Wire length available is 24 cm. A shape can be made if its perimeter is โ‰ค 24 cm; since we want to bend it to form the shape, typically perimeter = 24 exactly if using all, but at most 24 is needed. Here check:

Hexagon: Regular with side 5 cm. Perimeter = 6ร—5 = 30 cm. 30 > 24, so cannot make.

Square: Area 36 cmยฒ. Side = โˆš36 = 6 cm. Perimeter = 4ร—6 = 24 cm. Exactly uses wire, so can make.

Right triangle: Legs 6 and 8 cm. Hypotenuse by Pythagoras = โˆš(6ยฒ+8ยฒ) = โˆš(36+64) = โˆš100 = 10 cm. Perimeter = 6+8+10 = 24 cm. Exactly uses wire, so can make.

Thus square and triangle only.

ANSWER 6: D

Problem 7:
Let original price = P.

Sale is half price: sale price = P/2 = 0.5P.

Coupon gives 20% discount on sale price, so you pay 100%-20% = 80% of sale price:
final price = 0.80 ร— 0.5P = 0.40P.

That is 40% of original, so the reduction is 100%-40% = 60% off original.

Tempting wrong: A 10 would add discounts incorrectly, C 40 is the percent paid, not off.

ANSWER 7: D

Problem 8:
Distance โ‰ˆ speed ร— time, ignoring light travel time.

Speed of sound = 1088 ft/s, time = 10 s:
distance in feet = 1088ร—10 = 10880 ft.

1 mile = 5280 ft, so distance in miles = 10880/5280 = 1088/528.

528ร—2 = 1056, remainder 32, so = 2 + 32/528 โ‰ˆ 2.06 miles.

To nearest half-mile among 1, 1ยฝ, 2, 2ยฝ, 3, 2.06 is closest to 2.

ANSWER 8: C

Problem 9:
Positions in row: _ _ _ _ _. Requirement: boy at each end, girls in middle, i.e., B G G G B pattern.

Number of ways to place the 2 distinct boys on the 2 end spots: 2! = 2.

Number of ways to place the 3 distinct girls in the 3 middle spots: 3! = 3ร—2ร—1 = 6.

By counting principle, total arrangements = 2ร—6 = 12.

Choices A-D are too small; they forget permuting within genders.

ANSWER 9: E

Problem 10:
Interpret the expression as (3/8 + 7/8) รท (4/5).

First add numerator: 3/8 + 7/8 = 10/8 = 5/4.

Divide by 4/5 means multiply by 5/4:
(5/4) รท (4/5) = (5/4)ร—(5/4) = 25/16.

This matches choice B. Choice A 1, C 2 would be from mis-adding, etc.

ANSWER 10: B
openrouter:google/gemini-3.8-flash D โœ“
show
Here are the step-by-step solutions for each problem:

---

### Problem 1:
**Restatement:** We are asked to identify which of the given sets of three numbers does NOT add up to $1$.

**Step-by-step evaluation of each choice:**
- **A.** $\frac{1}{2} + \frac{1}{3} + \frac{1}{6} = \frac{3}{6} + \frac{2}{6} + \frac{1}{6} = \frac{6}{6} = 1$.
- **B.** $2 + (-2) + 1 = 0 + 1 = 1$.
- **C.** $0.1 + 0.3 + 0.6 = 1.0 = 1$.
- **D.** $1.1 + (-2.1) + 1.0 = -1.0 + 1.0 = 0 \neq 1$.
- **E.** $-\frac{3}{2} + \left(-\frac{5}{2}\right) + 5 = -\frac{8}{2} + 5 = -4 + 5 = 1$.

The triplet in choice D has a sum of $0$, not $1$.

ANSWER 1: D

---

### Problem 2:
**Restatement:** Given $x = 7$, we want to find which of the expressions has the smallest value.

**Step-by-step evaluation of each choice:**
- **A.** $\frac{6}{x} = \frac{6}{7} \approx 0.857$
- **B.** $\frac{6}{x+1} = \frac{6}{7+1} = \frac{6}{8} = \frac{3}{4} = 0.75$
- **C.** $\frac{6}{x-1} = \frac{6}{7-1} = \frac{6}{6} = 1$
- **D.** $\frac{x}{6} = \frac{7}{6} \approx 1.167$
- **E.** $\frac{x+1}{6} = \frac{7+1}{6} = \frac{8}{6} = \frac{4}{3} \approx 1.333$

Comparing the values, $0.75 < 0.857 < 1 < 1.167 < 1.333$. The smallest value is $\frac{6}{x+1} = \frac{3}{4}$.

ANSWER 2: B

---

### Problem 3:
**Restatement:** Find the sum of the two smallest prime factors of $250$.

**Step-by-step solution:**
1. Find the prime factorization of $250$:
   $$250 = 2 \times 125 = 2 \times 5^3$$
2. The prime factors of $250$ are $2$ and $5$.
3. The two smallest prime factors are therefore $2$ and $5$.
4. Their sum is:
   $$2 + 5 = 7$$

ANSWER 3: C

---

### Problem 4:
**Restatement:** We are given the number of AMC 8 participants in each of three teachers' classes:
- Miss Germain: $11$ students
- Mr. Newton: $8$ students
- Mrs. Young: $9$ students

**Step-by-step solution:**
To find the total number of students taking the contest, sum the students from all three classes:
$$\text{Total} = 11 + 8 + 9 = 28$$

ANSWER 4: C

---

### Problem 5:
**Restatement:** In a jar containing only red ($R$), green ($G$), and blue ($B$) marbles:
- All but $6$ are red $\implies G + B = 6$
- All but $8$ are green $\implies R + B = 8$
- All but $4$ are blue $\implies R + G = 4$

We need to find the total number of marbles, $T = R + G + B$.

**Step-by-step solution:**
Add the three equations together:
$$(G + B) + (R + B) + (R + G) = 6 + 8 + 4$$
$$2R + 2G + 2B = 18$$
$$2(R + G + B) = 18$$
Divide both sides by $2$:
$$R + G + B = 9$$

There are $9$ marbles in the jar.

ANSWER 5: C

---

### Problem 6:
**Restatement:** Haruki has a piece of wire $24\text{ cm}$ long. We must check which shapes can be formed with this wire (i.e., which shapes have a perimeter of exactly $24\text{ cm}$).

**Step-by-step check of each shape:**
1. **Regular hexagon with side length $5\text{ cm}$:**
   $$\text{Perimeter} = 6 \times 5 = 30\text{ cm} \neq 24\text{ cm}$$
   He cannot make the hexagon.

2. **Square of area $36\text{ cm}^2$:**
   $$\text{Side length} = \sqrt{36} = 6\text{ cm}$$
   $$\text{Perimeter} = 4 \times 6 = 24\text{ cm}$$
   He can make the square.

3. **Right triangle with legs $6\text{ cm}$ and $8\text{ cm}$:**
   $$\text{Hypotenuse} = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10\text{ cm}$$
   $$\text{Perimeter} = 6 + 8 + 10 = 24\text{ cm}$$
   He can make the right triangle.

Thus, Haruki can make the square and triangle only.

ANSWER 6: D

---

### Problem 7:
**Restatement:** An item is on sale for half price ($50\%$ off), and an additional coupon gives a $20\%$ discount on the sale price. What percentage off the original price is the final price?

**Step-by-step solution:**
1. Let the original price be $P$.
2. The sale price is half of the original:
   $$\text{Sale Price} = 0.50P$$
3. The coupon reduces the sale price by $20\%$, meaning the customer pays $80\%$ of the sale price:
   $$\text{Final Price} = 0.80 \times (0.50P) = 0.40P$$
4. Since the customer pays $40\%$ of the original price, the total discount off the original price is:
   $$100\% - 40\% = 60\%$$

ANSWER 7: D

---

### Problem 8:
**Restatement:** Snoopy hears thunder $10$ seconds after seeing lightning. Sound travels at $1088\text{ ft/s}$, and $1\text{ mile} = 5280\text{ ft}$. Estimate the distance to the nearest half-mile.

**Step-by-step solution:**
1. Calculate the distance traveled by the sound in feet:
   $$\text{Distance} = 1088\text{ ft/s} \times 10\text{ s} = 10{,}880\text{ feet}$$
2. Convert this distance to miles:
   $$\frac{10{,}880}{5280} \approx 2.0606\text{ miles}$$
3. Round to the nearest half-mile (choices are $1$, $1\frac{1}{2}$, $2$, $2\frac{1}{2}$, $3$):
   - Distance to $2$: $|2.0606 - 2| = 0.0606$
   - Distance to $2.5$: $|2.0606 - 2.5| = 0.4394$

The closest value is $2$ miles.

ANSWER 8: C

---

### Problem 9:
**Restatement:** Five students (2 boys and 3 girls) are arranged in a row of 5 seats such that there is a boy at each end and the 3 girls are in the middle 3 seats. Find the number of possible arrangements.

**Step-by-step solution:**
The arrangement of the 5 positions must look like:
$$\text{Boy}_1, \quad \text{Girl}, \quad \text{Girl}, \quad \text{Girl}, \quad \text{Boy}_2$$

1. **Placing the boys at the ends:**
   There are $2$ boys for the first seat and $1$ remaining boy for the last seat:
   $$2! = 2 \times 1 = 2\text{ ways}$$

2. **Placing the girls in the middle:**
   There are $3$ girls to arrange in the middle 3 seats:
   $$3! = 3 \times 2 \times 1 = 6\text{ ways}$$

3. **Total arrangements:**
   $$\text{Total} = 2 \times 6 = 12\text{ ways}$$

ANSWER 9: E

---

### Problem 10:
**Restatement:** Evaluate the complex fraction:
$$\frac{\frac{3}{8} + \frac{7}{8}}{\frac{4}{5}}$$

**Step-by-step solution:**
1. Simplify the numerator:
   $$\frac{3}{8} + \frac{7}{8} = \frac{10}{8} = \frac{5}{4}$$

2. Divide the numerator by the denominator:
   $$\frac{\frac{5}{4}}{\frac{4}{5}} = \frac{5}{4} \times \frac{5}{4} = \frac{25}{16}$$

ANSWER 10: B
openrouter:~z-ai/glm-latest D โœ“
show
# Problem 1:
We need the triplet whose sum is NOT 1. Check each:

- **A:** 1/2 + 1/3 + 1/6 = 3/6 + 2/6 + 1/6 = 6/6 = 1 โœ“
- **B:** 2 + (โˆ’2) + 1 = 1 โœ“
- **C:** 0.1 + 0.3 + 0.6 = 1.0 โœ“
- **D:** 1.1 + (โˆ’2.1) + 1.0 = 0 โœ— (This is NOT 1)
- **E:** โˆ’3/2 โˆ’ 5/2 + 5 = โˆ’8/2 + 5 = โˆ’4 + 5 = 1 โœ“

Only choice D fails to sum to 1.

ANSWER 1: D

# Problem 2:
Substitute x = 7 into each expression:

- **A:** 6/x = 6/7 โ‰ˆ 0.857
- **B:** 6/(x+1) = 6/8 = 0.75
- **C:** 6/(xโˆ’1) = 6/6 = 1
- **D:** x/6 = 7/6 โ‰ˆ 1.167
- **E:** (x+1)/6 = 8/6 โ‰ˆ 1.333

Comparing: 0.75 < 0.857 < 1 < 1.167 < 1.333. The smallest is 6/8 = 0.75, choice B.

ANSWER 2: B

# Problem 3:
Factor 250: 250 = 2 ยท 125 = 2 ยท 5ยณ.

The prime factors are 2 and 5. The two smallest prime factors are 2 and 5.

Their sum: 2 + 5 = 7.

(Trap: choice D is 10 = 2 ร— 5, the *product*, not the sum.)

ANSWER 3: C

# Problem 4:
The students taking the contest are in three classes:
11 (Germain) + 8 (Newton) + 9 (Young) = 28 students.

(Trap: choice E, 30, would come from miscounting, e.g., using 11 + 10 + 9.)

ANSWER 4: C

# Problem 5:
Let T = total marbles. "All but 6 are red" means red = T โˆ’ 6. Similarly green = T โˆ’ 8, blue = T โˆ’ 4.

Since red + green + blue = T:
(T โˆ’ 6) + (T โˆ’ 8) + (T โˆ’ 4) = T
3T โˆ’ 18 = T
2T = 18
T = 9.

Check: red = 3, green = 1, blue = 5. Then "all but 6 are red" โœ“ (1+5=6 non-red), "all but 8 are green" โœ“ (3+5=8), "all but 4 are blue" โœ“ (3+1=4). Total = 9. โœ“

ANSWER 5: C

# Problem 6:
The wire is 24 cm, so each shape's perimeter must be โ‰ค 24 (exactly 24 to use the whole wire, or check against the wire length).

- **Hexagon:** 6 sides ร— 5 cm = 30 cm > 24. **Cannot** be made.
- **Square:** Area 36 cmยฒ โ†’ side = โˆš36 = 6 cm โ†’ perimeter = 4 ร— 6 = 24 cm โ‰ค 24. **Can** be made.
- **Right triangle:** Legs 6 and 8 โ†’ hypotenuse = โˆš(36 + 64) = โˆš100 = 10 cm โ†’ perimeter = 6 + 8 + 10 = 24 cm โ‰ค 24. **Can** be made.

Only the square and triangle work.

ANSWER 6: D

# Problem 7:
Let the original price be P.

Step 1: Half price โ†’ P/2 (this is 50% off).
Step 2: Coupon takes 20% off the *sale price*, so you pay 80% of P/2:
(0.8)(P/2) = 0.4P.

So the final price is 40% of the original, meaning the discount is 100% โˆ’ 40% = **60% off**.

(Trap: choice C, 40, is the final price percentage; the question asks the discount. Trap: 50+20 = 70 is wrong because the 20% applies to the reduced price.)

ANSWER 7: D

# Problem 8:
Distance = speed ร— time = 1088 ft/sec ร— 10 sec = 10,880 feet.

Convert to miles: 10,880 รท 5280 โ‰ˆ 2.06 miles.

To the nearest half-mile: 2.06 is closer to 2 than to 2ยฝ (since 2.25 is the midpoint, and 2.06 < 2.25).

ANSWER 8: C

# Problem 9:
The seating is: Boy _ _ Girl _ Girl _ Boy, with the boys at the two ends.

- The two end positions: choose which boy is on the left and which on the right: 2! = 2 ways.
- The three middle positions: arrange the three girls: 3! = 3 ร— 2 ร— 1 = 6 ways.

Total arrangements: 2 ร— 6 = 12.

(Trap: choice D, 6, forgets the boys can swap; choice A, 2, forgets the girls can be permuted.)

ANSWER 9: E

# Problem 10:
Interpret the expression as the fraction with numerator 3/8 + 7/8 over denominator 4/5:

$$\frac{\frac{3}{8}+\frac{7}{8}}{\frac{4}{5}}$$

Numerator: 3/8 + 7/8 = 10/8 = 5/4.

Divide by 4/5 (multiply by 5/4):

(5/4) ร— (5/4) = 25/16.

Check: 25/16 = 1.5625, matching choice B.

(Trap: adding everything or multiplying incorrectly gives the other fractions listed.)

ANSWER 10: B
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 the triplet whose sum is NOT 1.

- A: 1/2 + 1/3 + 1/6 = 3/6 + 2/6 + 1/6 = 6/6 = 1 โœ”
- B: 2 + (โˆ’2) + 1 = 1 โœ”
- C: 0.1 + 0.3 + 0.6 = 1.0 โœ”
- D: 1.1 + (โˆ’2.1) + 1.0 = (1.1 โˆ’ 2.1) + 1.0 = โˆ’1.0 + 1.0 = 0 โœ˜
- E: โˆ’3/2 โˆ’ 5/2 + 5 = โˆ’8/2 + 5 = โˆ’4 + 5 = 1 โœ”

Only D fails.

ANSWER 1: D

Problem 2:
Substitute x = 7 into each expression:

- A: 6/x = 6/7 โ‰ˆ 0.857
- B: 6/(x+1) = 6/8 = 0.75
- C: 6/(xโˆ’1) = 6/6 = 1
- D: x/6 = 7/6 โ‰ˆ 1.167
- E: (x+1)/6 = 8/6 โ‰ˆ 1.333

Among fractions with numerator 6, the largest denominator gives the smallest value, so 6/8 = 0.75 beats 6/7 and 6/6. The last two are greater than 1, so they can't be smallest.

ANSWER 2: B

Problem 3:
Factor 250: 250 = 2 ยท 125 = 2 ยท 5ยณ.

So the prime factors are 2 and 5 only. The two smallest (and only) prime factors are 2 and 5, and 2 + 5 = 7.

(Choice E, 12, would come from adding 2 + 10, but 10 isn't prime; choice D, 10, from 5 + 5, but we need two *different* prime factors.)

ANSWER 3: C

Problem 4:
Each teacher's class contributes its students; the classes are separate groups of students:

11 + 8 + 9 = 28.

ANSWER 4: C

Problem 5:
Let the total be T, with R red, G green, B blue, so R + G + B = T.

- "All but 6 are red" means the non-red marbles number 6: G + B = 6, so R = T โˆ’ 6.
- "All but 8 are green": R + B = 8, so G = T โˆ’ 8.
- "All but 4 are blue": R + G = 4, so B = T โˆ’ 4.

Add: R + G + B = 3T โˆ’ 18 = T, so 2T = 18 and T = 9.

Check: R = 3, G = 1, B = 5 โ†’ non-red = 6 โœ”, non-green = 8 โœ”, non-blue = 4 โœ”.

ANSWER 5: C

Problem 6:
The wire has length 24 cm, so the shape's perimeter must be exactly 24 cm.

- Regular hexagon, side 5: perimeter = 6 ยท 5 = 30 cm. Too long โ€” impossible.
- Square of area 36: side = โˆš36 = 6, perimeter = 4 ยท 6 = 24 cm. โœ”
- Right triangle with legs 6 and 8: hypotenuse = โˆš(36 + 64) = 10, perimeter = 6 + 8 + 10 = 24 cm. โœ”

So the square and triangle only. (Don't forget to include the hypotenuse in the triangle's perimeter!)

ANSWER 6: D

Problem 7:
Let the original price be 100.

Half price: 100 ร— 0.5 = 50.
Coupon takes 20% off the sale price: 50 ร— 0.8 = 40.

Final price is 40, which is 60 less than 100, i.e., 60% off.

(Choice E, 70, comes from wrongly adding 50% + 20%; choice C, 40, is the percentage *paid*, not the discount.)

ANSWER 7: D

Problem 8:
Distance sound traveled in 10 seconds: 1088 ร— 10 = 10,880 feet.

Convert to miles: 10,880 / 5280 โ‰ˆ 2.06 miles.

To the nearest half mile, 2.06 rounds to 2 miles.

ANSWER 8: C

Problem 9:
Seats: B _ _ _ B, with boys at the two ends and girls in the three middle seats.

- Boys in the two end seats: 2! = 2 ways.
- Girls in the three middle seats: 3! = 6 ways.

Total: 2 ร— 6 = 12.

(Choice D, 6, forgets the boys can swap; choice A, 2, forgets the girls' orderings.)

ANSWER 9: E

Problem 10:
Compute the numerator first: 3/8 + 7/8 = 10/8 = 5/4.

Then divide by 4/5:
(5/4) รท (4/5) = (5/4) ยท (5/4) = 25/16.

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

We need find which triplet does **not** have sum \(1\).

- A: \(\frac12+\frac13+\frac16=\frac{3}{6}+\frac{2}{6}+\frac{1}{6}=1\)
- B: \(2+(-2)+1=1\)
- C: \(0.1+0.3+0.6=1.0\)
- D: \(1.1+(-2.1)+1.0=1.1-2.1+1.0=0\), not \(1\)
- E: \(-\frac32-\frac52+5=-\frac82+5=-4+5=1\)

Only choice D does not add to \(1\).

ANSWER 1: D

Problem 2:

We substitute \(x=7\) into each expression:

- A: \(6^x=6^7\), a very large number.
- B: \(6^{x+1}=6^8\), even larger.
- C: \(6^{x-1}=6^6=46656\).
- D: \(x^6=7^6=117649\).
- E: \(x^{1/6}=7^{1/6}\), the sixth root of \(7\).

Since \(7^{1/6}\) is a little more than \(1\), it is much smaller than the large powers in Aโ€“D.

ANSWER 2: E

Problem 3:

Factor \(250\):

\[
250=25\cdot 10=5^2\cdot 2\cdot 5=2\cdot 5^3.
\]

The prime factors are \(2\) and \(5\). The two smallest prime factors are therefore \(2\) and \(5\).

\[
2+5=7.
\]

Choices A and B are individual prime factors, while D and E do not equal the required sum.

ANSWER 3: C

Problem 4:

Add the numbers of students from the three classes:

\[
11+8+9=19+9=28.
\]

Thus, \(28\) mathematics students are taking the AMC 8.

The nearby choices \(27\) and \(29\) would result from an addition error.

ANSWER 4: C

Problem 5:

Let the total number of marbles be \(N\).

- โ€œAll but 6 are redโ€ means there are \(N-6\) red marbles.
- โ€œAll but 8 are greenโ€ means there are \(N-8\) green marbles.
- โ€œAll but 4 are blueโ€ means there are \(N-4\) blue marbles.

Since every marble is exactly one color,

\[
(N-6)+(N-8)+(N-4)=N.
\]

So,

\[
3N-18=N
\]

\[
2N=18
\]

\[
N=9.
\]

Check: there are \(3\) red, \(1\) green, and \(5\) blue marbles, for a total of \(9\). Indeed, all but \(6\) are red, all but \(8\) are green, and all but \(4\) are blue.

ANSWER 5: C

Problem 6:

Haruki has \(24\) cm of wire, so each shape must have perimeter \(24\) cm.

- Regular hexagon with side length \(5\):

\[
6\cdot 5=30\text{ cm}.
\]

He cannot make the hexagon because \(30>24\).

- Square with area \(36\text{ cm}^2\):

\[
\text{side length}=\sqrt{36}=6\text{ cm}.
\]

Its perimeter is

\[
4\cdot 6=24\text{ cm}.
\]

He can make the square.

- Right triangle with legs \(6\) and \(8\):

Its hypotenuse is

\[
\sqrt{6^2+8^2}=\sqrt{36+64}=\sqrt{100}=10.
\]

Its perimeter is

\[
6+8+10=24\text{ cm}.
\]

He can make the triangle.

Thus, he can make the square and triangle only.

ANSWER 6: D

Problem 7:

โ€œHalf priceโ€ means the sale price is \(50\%\) of the original price.

Then the coupon takes another \(20\%\) off the sale price. Thus the customer pays

\[
80\%\text{ of }50\%=0.80\cdot 0.50=0.40=40\%
\]

of the original price.

So the discount is

\[
100\%-40\%=60\%.
\]

A tempting error is to add \(50\%+20\%=70\%\), but the \(20\%\) discount is applied to the already reduced sale price, not the original price.

ANSWER 7: D

Problem 8:

The thunder takes \(10\) seconds to travel from the lightning to Snoopy.

Distance in feet:

\[
1088\cdot 10=10880\text{ feet}.
\]

Convert to miles:

\[
\frac{10880}{5280}\approx 2.06\text{ miles}.
\]

The nearest half-mile to \(2.06\) is \(2\) miles.

It is much closer to \(2\) than to \(2\frac12\).

ANSWER 8: C

Problem 9:

There are two boys, and they must occupy the two end seats.

The boys can be arranged in the ends in

\[
2!=2
\]

ways.

The three girls fill the three middle seats in

\[
3!=6
\]

ways.

Therefore, the total number of arrangements is

\[
2!\cdot 3!=2\cdot 6=12.
\]

Choices such as \(2\) or \(6\) count only the boysโ€™ or girlsโ€™ arrangements, not both.

ANSWER 9: E

Problem 10:

The expression is

\[
\frac{\frac38+\frac78}{\frac45}.
\]

First add the fractions in the numerator:

\[
\frac38+\frac78=\frac{10}{8}=\frac54.
\]

Now divide by \(\frac45\):

\[
\frac54\div\frac45=\frac54\cdot\frac54=\frac{25}{16}.
\]

Therefore the value is \(\frac{25}{16}\).

ANSWER 10: B
Q7 ยท easy ยท AMC 8 2012 #8 โ€” correct: D (60%.) ยท solved by 5/5 models

A shop advertises everything is "half price in today's sale." In addition, a coupon gives a 20% discount on sale prices. Using the coupon, the price today represents what percentage off the original price?

  1. 10
  2. 33
  3. 40
  4. 60
  5. 70
Official approach: multiply the surviving fractions, then subtract from 1
ModelPickโœ“/โœ—Reasoning
openrouter:meta/muse-spark-1.3 D โœ“
show
Problem 1:
We need the sum of each triplet to check if it equals 1.

A. (1/2, 1/3, 1/6). Sum = 1/2+1/3+1/6 = 3/6+2/6+1/6 = 6/6 = 1.

B. (2, -2, 1). Sum = 2-2+1 = 1.

C. (0.1, 0.3, 0.6). Sum = 0.1+0.3+0.6 = 1.0.

D. (1.1, -2.1, 1.0). Sum = 1.1-2.1+1.0 = 2.1-2.1 = 0. This is not 1.

E. (-3/2, -5/2, 5). Sum = -3/2-5/2+5 = -8/2+5 = -4+5 = 1.

Only D does not sum to 1.

ANSWER 1: D

Problem 2:
We interpret the choices as fractions with x = 7:
A. 6/x, B. 6/(x+1), C. 6/(x-1), D. x/6, E. (x+1)/6.

Substitute x = 7:
A. 6/7 โ‰ˆ 0.86
B. 6/(7+1) = 6/8 = 3/4 = 0.75
C. 6/(7-1) = 6/6 = 1
D. 7/6 โ‰ˆ 1.17
E. (7+1)/6 = 8/6 โ‰ˆ 1.33

For positive numerators, the smaller the denominator the larger the fraction, and vice versa. Among A,B,C, 6/8 is smallest. D and E are both >1, so larger.

Hence B is the smallest.

ANSWER 2: B

Problem 3:
We need prime factorization of 250.

250 = 25 ร— 10 = 5ยฒ ร— 2 ร— 5 = 2 ร— 5ยณ.

So the prime factors listed with multiplicity are 2,5,5,5.

The two smallest are 2 and 5. Their sum is 2+5 = 7.

Note choice A 2 would be just the smallest, D 10 would be 5+5, but we want the two smallest.

ANSWER 3: C

Problem 4:
We are asked for total students taking the AMC 8 from the three math classes.

Miss Germain's class: 11 students
Mr. Newton's class: 8 students
Mrs. Young's class: 9 students

Total = 11+8+9 = 19+9 = 28.

This is straightforward addition. The total 17 is not an option, so all three counts are included.

ANSWER 4: C

Problem 5:
Let total marbles = T, with r red, g green, b blue, so T = r+g+b.

"All but 6 are red" means all except 6 are red, so the non-red marbles number 6:
g + b = 6.

"All but 8 are green" means non-green number 8:
r + b = 8.

"All but 4 are blue" means non-blue number 4:
r + g = 4.

Add all three equations:
(g+b)+(r+b)+(r+g) = 6+8+4
2(r+g+b) = 18
2T = 18
T = 9.

Check: r = T-6 = 3, g = T-8 = 1, b = T-4 = 5, and 3+1+5=9.

ANSWER 5: C

Problem 6:
Wire length available is 24 cm. A shape can be made if its perimeter is โ‰ค 24 cm; since we want to bend it to form the shape, typically perimeter = 24 exactly if using all, but at most 24 is needed. Here check:

Hexagon: Regular with side 5 cm. Perimeter = 6ร—5 = 30 cm. 30 > 24, so cannot make.

Square: Area 36 cmยฒ. Side = โˆš36 = 6 cm. Perimeter = 4ร—6 = 24 cm. Exactly uses wire, so can make.

Right triangle: Legs 6 and 8 cm. Hypotenuse by Pythagoras = โˆš(6ยฒ+8ยฒ) = โˆš(36+64) = โˆš100 = 10 cm. Perimeter = 6+8+10 = 24 cm. Exactly uses wire, so can make.

Thus square and triangle only.

ANSWER 6: D

Problem 7:
Let original price = P.

Sale is half price: sale price = P/2 = 0.5P.

Coupon gives 20% discount on sale price, so you pay 100%-20% = 80% of sale price:
final price = 0.80 ร— 0.5P = 0.40P.

That is 40% of original, so the reduction is 100%-40% = 60% off original.

Tempting wrong: A 10 would add discounts incorrectly, C 40 is the percent paid, not off.

ANSWER 7: D

Problem 8:
Distance โ‰ˆ speed ร— time, ignoring light travel time.

Speed of sound = 1088 ft/s, time = 10 s:
distance in feet = 1088ร—10 = 10880 ft.

1 mile = 5280 ft, so distance in miles = 10880/5280 = 1088/528.

528ร—2 = 1056, remainder 32, so = 2 + 32/528 โ‰ˆ 2.06 miles.

To nearest half-mile among 1, 1ยฝ, 2, 2ยฝ, 3, 2.06 is closest to 2.

ANSWER 8: C

Problem 9:
Positions in row: _ _ _ _ _. Requirement: boy at each end, girls in middle, i.e., B G G G B pattern.

Number of ways to place the 2 distinct boys on the 2 end spots: 2! = 2.

Number of ways to place the 3 distinct girls in the 3 middle spots: 3! = 3ร—2ร—1 = 6.

By counting principle, total arrangements = 2ร—6 = 12.

Choices A-D are too small; they forget permuting within genders.

ANSWER 9: E

Problem 10:
Interpret the expression as (3/8 + 7/8) รท (4/5).

First add numerator: 3/8 + 7/8 = 10/8 = 5/4.

Divide by 4/5 means multiply by 5/4:
(5/4) รท (4/5) = (5/4)ร—(5/4) = 25/16.

This matches choice B. Choice A 1, C 2 would be from mis-adding, etc.

ANSWER 10: B
openrouter:google/gemini-3.8-flash D โœ“
show
Here are the step-by-step solutions for each problem:

---

### Problem 1:
**Restatement:** We are asked to identify which of the given sets of three numbers does NOT add up to $1$.

**Step-by-step evaluation of each choice:**
- **A.** $\frac{1}{2} + \frac{1}{3} + \frac{1}{6} = \frac{3}{6} + \frac{2}{6} + \frac{1}{6} = \frac{6}{6} = 1$.
- **B.** $2 + (-2) + 1 = 0 + 1 = 1$.
- **C.** $0.1 + 0.3 + 0.6 = 1.0 = 1$.
- **D.** $1.1 + (-2.1) + 1.0 = -1.0 + 1.0 = 0 \neq 1$.
- **E.** $-\frac{3}{2} + \left(-\frac{5}{2}\right) + 5 = -\frac{8}{2} + 5 = -4 + 5 = 1$.

The triplet in choice D has a sum of $0$, not $1$.

ANSWER 1: D

---

### Problem 2:
**Restatement:** Given $x = 7$, we want to find which of the expressions has the smallest value.

**Step-by-step evaluation of each choice:**
- **A.** $\frac{6}{x} = \frac{6}{7} \approx 0.857$
- **B.** $\frac{6}{x+1} = \frac{6}{7+1} = \frac{6}{8} = \frac{3}{4} = 0.75$
- **C.** $\frac{6}{x-1} = \frac{6}{7-1} = \frac{6}{6} = 1$
- **D.** $\frac{x}{6} = \frac{7}{6} \approx 1.167$
- **E.** $\frac{x+1}{6} = \frac{7+1}{6} = \frac{8}{6} = \frac{4}{3} \approx 1.333$

Comparing the values, $0.75 < 0.857 < 1 < 1.167 < 1.333$. The smallest value is $\frac{6}{x+1} = \frac{3}{4}$.

ANSWER 2: B

---

### Problem 3:
**Restatement:** Find the sum of the two smallest prime factors of $250$.

**Step-by-step solution:**
1. Find the prime factorization of $250$:
   $$250 = 2 \times 125 = 2 \times 5^3$$
2. The prime factors of $250$ are $2$ and $5$.
3. The two smallest prime factors are therefore $2$ and $5$.
4. Their sum is:
   $$2 + 5 = 7$$

ANSWER 3: C

---

### Problem 4:
**Restatement:** We are given the number of AMC 8 participants in each of three teachers' classes:
- Miss Germain: $11$ students
- Mr. Newton: $8$ students
- Mrs. Young: $9$ students

**Step-by-step solution:**
To find the total number of students taking the contest, sum the students from all three classes:
$$\text{Total} = 11 + 8 + 9 = 28$$

ANSWER 4: C

---

### Problem 5:
**Restatement:** In a jar containing only red ($R$), green ($G$), and blue ($B$) marbles:
- All but $6$ are red $\implies G + B = 6$
- All but $8$ are green $\implies R + B = 8$
- All but $4$ are blue $\implies R + G = 4$

We need to find the total number of marbles, $T = R + G + B$.

**Step-by-step solution:**
Add the three equations together:
$$(G + B) + (R + B) + (R + G) = 6 + 8 + 4$$
$$2R + 2G + 2B = 18$$
$$2(R + G + B) = 18$$
Divide both sides by $2$:
$$R + G + B = 9$$

There are $9$ marbles in the jar.

ANSWER 5: C

---

### Problem 6:
**Restatement:** Haruki has a piece of wire $24\text{ cm}$ long. We must check which shapes can be formed with this wire (i.e., which shapes have a perimeter of exactly $24\text{ cm}$).

**Step-by-step check of each shape:**
1. **Regular hexagon with side length $5\text{ cm}$:**
   $$\text{Perimeter} = 6 \times 5 = 30\text{ cm} \neq 24\text{ cm}$$
   He cannot make the hexagon.

2. **Square of area $36\text{ cm}^2$:**
   $$\text{Side length} = \sqrt{36} = 6\text{ cm}$$
   $$\text{Perimeter} = 4 \times 6 = 24\text{ cm}$$
   He can make the square.

3. **Right triangle with legs $6\text{ cm}$ and $8\text{ cm}$:**
   $$\text{Hypotenuse} = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10\text{ cm}$$
   $$\text{Perimeter} = 6 + 8 + 10 = 24\text{ cm}$$
   He can make the right triangle.

Thus, Haruki can make the square and triangle only.

ANSWER 6: D

---

### Problem 7:
**Restatement:** An item is on sale for half price ($50\%$ off), and an additional coupon gives a $20\%$ discount on the sale price. What percentage off the original price is the final price?

**Step-by-step solution:**
1. Let the original price be $P$.
2. The sale price is half of the original:
   $$\text{Sale Price} = 0.50P$$
3. The coupon reduces the sale price by $20\%$, meaning the customer pays $80\%$ of the sale price:
   $$\text{Final Price} = 0.80 \times (0.50P) = 0.40P$$
4. Since the customer pays $40\%$ of the original price, the total discount off the original price is:
   $$100\% - 40\% = 60\%$$

ANSWER 7: D

---

### Problem 8:
**Restatement:** Snoopy hears thunder $10$ seconds after seeing lightning. Sound travels at $1088\text{ ft/s}$, and $1\text{ mile} = 5280\text{ ft}$. Estimate the distance to the nearest half-mile.

**Step-by-step solution:**
1. Calculate the distance traveled by the sound in feet:
   $$\text{Distance} = 1088\text{ ft/s} \times 10\text{ s} = 10{,}880\text{ feet}$$
2. Convert this distance to miles:
   $$\frac{10{,}880}{5280} \approx 2.0606\text{ miles}$$
3. Round to the nearest half-mile (choices are $1$, $1\frac{1}{2}$, $2$, $2\frac{1}{2}$, $3$):
   - Distance to $2$: $|2.0606 - 2| = 0.0606$
   - Distance to $2.5$: $|2.0606 - 2.5| = 0.4394$

The closest value is $2$ miles.

ANSWER 8: C

---

### Problem 9:
**Restatement:** Five students (2 boys and 3 girls) are arranged in a row of 5 seats such that there is a boy at each end and the 3 girls are in the middle 3 seats. Find the number of possible arrangements.

**Step-by-step solution:**
The arrangement of the 5 positions must look like:
$$\text{Boy}_1, \quad \text{Girl}, \quad \text{Girl}, \quad \text{Girl}, \quad \text{Boy}_2$$

1. **Placing the boys at the ends:**
   There are $2$ boys for the first seat and $1$ remaining boy for the last seat:
   $$2! = 2 \times 1 = 2\text{ ways}$$

2. **Placing the girls in the middle:**
   There are $3$ girls to arrange in the middle 3 seats:
   $$3! = 3 \times 2 \times 1 = 6\text{ ways}$$

3. **Total arrangements:**
   $$\text{Total} = 2 \times 6 = 12\text{ ways}$$

ANSWER 9: E

---

### Problem 10:
**Restatement:** Evaluate the complex fraction:
$$\frac{\frac{3}{8} + \frac{7}{8}}{\frac{4}{5}}$$

**Step-by-step solution:**
1. Simplify the numerator:
   $$\frac{3}{8} + \frac{7}{8} = \frac{10}{8} = \frac{5}{4}$$

2. Divide the numerator by the denominator:
   $$\frac{\frac{5}{4}}{\frac{4}{5}} = \frac{5}{4} \times \frac{5}{4} = \frac{25}{16}$$

ANSWER 10: B
openrouter:~z-ai/glm-latest D โœ“
show
# Problem 1:
We need the triplet whose sum is NOT 1. Check each:

- **A:** 1/2 + 1/3 + 1/6 = 3/6 + 2/6 + 1/6 = 6/6 = 1 โœ“
- **B:** 2 + (โˆ’2) + 1 = 1 โœ“
- **C:** 0.1 + 0.3 + 0.6 = 1.0 โœ“
- **D:** 1.1 + (โˆ’2.1) + 1.0 = 0 โœ— (This is NOT 1)
- **E:** โˆ’3/2 โˆ’ 5/2 + 5 = โˆ’8/2 + 5 = โˆ’4 + 5 = 1 โœ“

Only choice D fails to sum to 1.

ANSWER 1: D

# Problem 2:
Substitute x = 7 into each expression:

- **A:** 6/x = 6/7 โ‰ˆ 0.857
- **B:** 6/(x+1) = 6/8 = 0.75
- **C:** 6/(xโˆ’1) = 6/6 = 1
- **D:** x/6 = 7/6 โ‰ˆ 1.167
- **E:** (x+1)/6 = 8/6 โ‰ˆ 1.333

Comparing: 0.75 < 0.857 < 1 < 1.167 < 1.333. The smallest is 6/8 = 0.75, choice B.

ANSWER 2: B

# Problem 3:
Factor 250: 250 = 2 ยท 125 = 2 ยท 5ยณ.

The prime factors are 2 and 5. The two smallest prime factors are 2 and 5.

Their sum: 2 + 5 = 7.

(Trap: choice D is 10 = 2 ร— 5, the *product*, not the sum.)

ANSWER 3: C

# Problem 4:
The students taking the contest are in three classes:
11 (Germain) + 8 (Newton) + 9 (Young) = 28 students.

(Trap: choice E, 30, would come from miscounting, e.g., using 11 + 10 + 9.)

ANSWER 4: C

# Problem 5:
Let T = total marbles. "All but 6 are red" means red = T โˆ’ 6. Similarly green = T โˆ’ 8, blue = T โˆ’ 4.

Since red + green + blue = T:
(T โˆ’ 6) + (T โˆ’ 8) + (T โˆ’ 4) = T
3T โˆ’ 18 = T
2T = 18
T = 9.

Check: red = 3, green = 1, blue = 5. Then "all but 6 are red" โœ“ (1+5=6 non-red), "all but 8 are green" โœ“ (3+5=8), "all but 4 are blue" โœ“ (3+1=4). Total = 9. โœ“

ANSWER 5: C

# Problem 6:
The wire is 24 cm, so each shape's perimeter must be โ‰ค 24 (exactly 24 to use the whole wire, or check against the wire length).

- **Hexagon:** 6 sides ร— 5 cm = 30 cm > 24. **Cannot** be made.
- **Square:** Area 36 cmยฒ โ†’ side = โˆš36 = 6 cm โ†’ perimeter = 4 ร— 6 = 24 cm โ‰ค 24. **Can** be made.
- **Right triangle:** Legs 6 and 8 โ†’ hypotenuse = โˆš(36 + 64) = โˆš100 = 10 cm โ†’ perimeter = 6 + 8 + 10 = 24 cm โ‰ค 24. **Can** be made.

Only the square and triangle work.

ANSWER 6: D

# Problem 7:
Let the original price be P.

Step 1: Half price โ†’ P/2 (this is 50% off).
Step 2: Coupon takes 20% off the *sale price*, so you pay 80% of P/2:
(0.8)(P/2) = 0.4P.

So the final price is 40% of the original, meaning the discount is 100% โˆ’ 40% = **60% off**.

(Trap: choice C, 40, is the final price percentage; the question asks the discount. Trap: 50+20 = 70 is wrong because the 20% applies to the reduced price.)

ANSWER 7: D

# Problem 8:
Distance = speed ร— time = 1088 ft/sec ร— 10 sec = 10,880 feet.

Convert to miles: 10,880 รท 5280 โ‰ˆ 2.06 miles.

To the nearest half-mile: 2.06 is closer to 2 than to 2ยฝ (since 2.25 is the midpoint, and 2.06 < 2.25).

ANSWER 8: C

# Problem 9:
The seating is: Boy _ _ Girl _ Girl _ Boy, with the boys at the two ends.

- The two end positions: choose which boy is on the left and which on the right: 2! = 2 ways.
- The three middle positions: arrange the three girls: 3! = 3 ร— 2 ร— 1 = 6 ways.

Total arrangements: 2 ร— 6 = 12.

(Trap: choice D, 6, forgets the boys can swap; choice A, 2, forgets the girls can be permuted.)

ANSWER 9: E

# Problem 10:
Interpret the expression as the fraction with numerator 3/8 + 7/8 over denominator 4/5:

$$\frac{\frac{3}{8}+\frac{7}{8}}{\frac{4}{5}}$$

Numerator: 3/8 + 7/8 = 10/8 = 5/4.

Divide by 4/5 (multiply by 5/4):

(5/4) ร— (5/4) = 25/16.

Check: 25/16 = 1.5625, matching choice B.

(Trap: adding everything or multiplying incorrectly gives the other fractions listed.)

ANSWER 10: B
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 the triplet whose sum is NOT 1.

- A: 1/2 + 1/3 + 1/6 = 3/6 + 2/6 + 1/6 = 6/6 = 1 โœ”
- B: 2 + (โˆ’2) + 1 = 1 โœ”
- C: 0.1 + 0.3 + 0.6 = 1.0 โœ”
- D: 1.1 + (โˆ’2.1) + 1.0 = (1.1 โˆ’ 2.1) + 1.0 = โˆ’1.0 + 1.0 = 0 โœ˜
- E: โˆ’3/2 โˆ’ 5/2 + 5 = โˆ’8/2 + 5 = โˆ’4 + 5 = 1 โœ”

Only D fails.

ANSWER 1: D

Problem 2:
Substitute x = 7 into each expression:

- A: 6/x = 6/7 โ‰ˆ 0.857
- B: 6/(x+1) = 6/8 = 0.75
- C: 6/(xโˆ’1) = 6/6 = 1
- D: x/6 = 7/6 โ‰ˆ 1.167
- E: (x+1)/6 = 8/6 โ‰ˆ 1.333

Among fractions with numerator 6, the largest denominator gives the smallest value, so 6/8 = 0.75 beats 6/7 and 6/6. The last two are greater than 1, so they can't be smallest.

ANSWER 2: B

Problem 3:
Factor 250: 250 = 2 ยท 125 = 2 ยท 5ยณ.

So the prime factors are 2 and 5 only. The two smallest (and only) prime factors are 2 and 5, and 2 + 5 = 7.

(Choice E, 12, would come from adding 2 + 10, but 10 isn't prime; choice D, 10, from 5 + 5, but we need two *different* prime factors.)

ANSWER 3: C

Problem 4:
Each teacher's class contributes its students; the classes are separate groups of students:

11 + 8 + 9 = 28.

ANSWER 4: C

Problem 5:
Let the total be T, with R red, G green, B blue, so R + G + B = T.

- "All but 6 are red" means the non-red marbles number 6: G + B = 6, so R = T โˆ’ 6.
- "All but 8 are green": R + B = 8, so G = T โˆ’ 8.
- "All but 4 are blue": R + G = 4, so B = T โˆ’ 4.

Add: R + G + B = 3T โˆ’ 18 = T, so 2T = 18 and T = 9.

Check: R = 3, G = 1, B = 5 โ†’ non-red = 6 โœ”, non-green = 8 โœ”, non-blue = 4 โœ”.

ANSWER 5: C

Problem 6:
The wire has length 24 cm, so the shape's perimeter must be exactly 24 cm.

- Regular hexagon, side 5: perimeter = 6 ยท 5 = 30 cm. Too long โ€” impossible.
- Square of area 36: side = โˆš36 = 6, perimeter = 4 ยท 6 = 24 cm. โœ”
- Right triangle with legs 6 and 8: hypotenuse = โˆš(36 + 64) = 10, perimeter = 6 + 8 + 10 = 24 cm. โœ”

So the square and triangle only. (Don't forget to include the hypotenuse in the triangle's perimeter!)

ANSWER 6: D

Problem 7:
Let the original price be 100.

Half price: 100 ร— 0.5 = 50.
Coupon takes 20% off the sale price: 50 ร— 0.8 = 40.

Final price is 40, which is 60 less than 100, i.e., 60% off.

(Choice E, 70, comes from wrongly adding 50% + 20%; choice C, 40, is the percentage *paid*, not the discount.)

ANSWER 7: D

Problem 8:
Distance sound traveled in 10 seconds: 1088 ร— 10 = 10,880 feet.

Convert to miles: 10,880 / 5280 โ‰ˆ 2.06 miles.

To the nearest half mile, 2.06 rounds to 2 miles.

ANSWER 8: C

Problem 9:
Seats: B _ _ _ B, with boys at the two ends and girls in the three middle seats.

- Boys in the two end seats: 2! = 2 ways.
- Girls in the three middle seats: 3! = 6 ways.

Total: 2 ร— 6 = 12.

(Choice D, 6, forgets the boys can swap; choice A, 2, forgets the girls' orderings.)

ANSWER 9: E

Problem 10:
Compute the numerator first: 3/8 + 7/8 = 10/8 = 5/4.

Then divide by 4/5:
(5/4) รท (4/5) = (5/4) ยท (5/4) = 25/16.

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

We need find which triplet does **not** have sum \(1\).

- A: \(\frac12+\frac13+\frac16=\frac{3}{6}+\frac{2}{6}+\frac{1}{6}=1\)
- B: \(2+(-2)+1=1\)
- C: \(0.1+0.3+0.6=1.0\)
- D: \(1.1+(-2.1)+1.0=1.1-2.1+1.0=0\), not \(1\)
- E: \(-\frac32-\frac52+5=-\frac82+5=-4+5=1\)

Only choice D does not add to \(1\).

ANSWER 1: D

Problem 2:

We substitute \(x=7\) into each expression:

- A: \(6^x=6^7\), a very large number.
- B: \(6^{x+1}=6^8\), even larger.
- C: \(6^{x-1}=6^6=46656\).
- D: \(x^6=7^6=117649\).
- E: \(x^{1/6}=7^{1/6}\), the sixth root of \(7\).

Since \(7^{1/6}\) is a little more than \(1\), it is much smaller than the large powers in Aโ€“D.

ANSWER 2: E

Problem 3:

Factor \(250\):

\[
250=25\cdot 10=5^2\cdot 2\cdot 5=2\cdot 5^3.
\]

The prime factors are \(2\) and \(5\). The two smallest prime factors are therefore \(2\) and \(5\).

\[
2+5=7.
\]

Choices A and B are individual prime factors, while D and E do not equal the required sum.

ANSWER 3: C

Problem 4:

Add the numbers of students from the three classes:

\[
11+8+9=19+9=28.
\]

Thus, \(28\) mathematics students are taking the AMC 8.

The nearby choices \(27\) and \(29\) would result from an addition error.

ANSWER 4: C

Problem 5:

Let the total number of marbles be \(N\).

- โ€œAll but 6 are redโ€ means there are \(N-6\) red marbles.
- โ€œAll but 8 are greenโ€ means there are \(N-8\) green marbles.
- โ€œAll but 4 are blueโ€ means there are \(N-4\) blue marbles.

Since every marble is exactly one color,

\[
(N-6)+(N-8)+(N-4)=N.
\]

So,

\[
3N-18=N
\]

\[
2N=18
\]

\[
N=9.
\]

Check: there are \(3\) red, \(1\) green, and \(5\) blue marbles, for a total of \(9\). Indeed, all but \(6\) are red, all but \(8\) are green, and all but \(4\) are blue.

ANSWER 5: C

Problem 6:

Haruki has \(24\) cm of wire, so each shape must have perimeter \(24\) cm.

- Regular hexagon with side length \(5\):

\[
6\cdot 5=30\text{ cm}.
\]

He cannot make the hexagon because \(30>24\).

- Square with area \(36\text{ cm}^2\):

\[
\text{side length}=\sqrt{36}=6\text{ cm}.
\]

Its perimeter is

\[
4\cdot 6=24\text{ cm}.
\]

He can make the square.

- Right triangle with legs \(6\) and \(8\):

Its hypotenuse is

\[
\sqrt{6^2+8^2}=\sqrt{36+64}=\sqrt{100}=10.
\]

Its perimeter is

\[
6+8+10=24\text{ cm}.
\]

He can make the triangle.

Thus, he can make the square and triangle only.

ANSWER 6: D

Problem 7:

โ€œHalf priceโ€ means the sale price is \(50\%\) of the original price.

Then the coupon takes another \(20\%\) off the sale price. Thus the customer pays

\[
80\%\text{ of }50\%=0.80\cdot 0.50=0.40=40\%
\]

of the original price.

So the discount is

\[
100\%-40\%=60\%.
\]

A tempting error is to add \(50\%+20\%=70\%\), but the \(20\%\) discount is applied to the already reduced sale price, not the original price.

ANSWER 7: D

Problem 8:

The thunder takes \(10\) seconds to travel from the lightning to Snoopy.

Distance in feet:

\[
1088\cdot 10=10880\text{ feet}.
\]

Convert to miles:

\[
\frac{10880}{5280}\approx 2.06\text{ miles}.
\]

The nearest half-mile to \(2.06\) is \(2\) miles.

It is much closer to \(2\) than to \(2\frac12\).

ANSWER 8: C

Problem 9:

There are two boys, and they must occupy the two end seats.

The boys can be arranged in the ends in

\[
2!=2
\]

ways.

The three girls fill the three middle seats in

\[
3!=6
\]

ways.

Therefore, the total number of arrangements is

\[
2!\cdot 3!=2\cdot 6=12.
\]

Choices such as \(2\) or \(6\) count only the boysโ€™ or girlsโ€™ arrangements, not both.

ANSWER 9: E

Problem 10:

The expression is

\[
\frac{\frac38+\frac78}{\frac45}.
\]

First add the fractions in the numerator:

\[
\frac38+\frac78=\frac{10}{8}=\frac54.
\]

Now divide by \(\frac45\):

\[
\frac54\div\frac45=\frac54\cdot\frac54=\frac{25}{16}.
\]

Therefore the value is \(\frac{25}{16}\).

ANSWER 10: B
Q8 ยท easy ยท AMC 8 2001 #5 โ€” correct: C (2 miles.) ยท solved by 5/5 models

On a dark and stormy night Snoopy suddenly saw a flash of lightning. Ten seconds later he heard the sound of thunder. The speed of sound is 1088 feet per second and one mile is 5280 feet. Estimate, to the nearest half-mile, how far Snoopy was from the flash of lightning.

  1. 1
  2. 1½
  3. 2
  4. 2½
  5. 3
Official approach: distance in feet, then convert to miles
ModelPickโœ“/โœ—Reasoning
openrouter:meta/muse-spark-1.3 C โœ“
show
Problem 1:
We need the sum of each triplet to check if it equals 1.

A. (1/2, 1/3, 1/6). Sum = 1/2+1/3+1/6 = 3/6+2/6+1/6 = 6/6 = 1.

B. (2, -2, 1). Sum = 2-2+1 = 1.

C. (0.1, 0.3, 0.6). Sum = 0.1+0.3+0.6 = 1.0.

D. (1.1, -2.1, 1.0). Sum = 1.1-2.1+1.0 = 2.1-2.1 = 0. This is not 1.

E. (-3/2, -5/2, 5). Sum = -3/2-5/2+5 = -8/2+5 = -4+5 = 1.

Only D does not sum to 1.

ANSWER 1: D

Problem 2:
We interpret the choices as fractions with x = 7:
A. 6/x, B. 6/(x+1), C. 6/(x-1), D. x/6, E. (x+1)/6.

Substitute x = 7:
A. 6/7 โ‰ˆ 0.86
B. 6/(7+1) = 6/8 = 3/4 = 0.75
C. 6/(7-1) = 6/6 = 1
D. 7/6 โ‰ˆ 1.17
E. (7+1)/6 = 8/6 โ‰ˆ 1.33

For positive numerators, the smaller the denominator the larger the fraction, and vice versa. Among A,B,C, 6/8 is smallest. D and E are both >1, so larger.

Hence B is the smallest.

ANSWER 2: B

Problem 3:
We need prime factorization of 250.

250 = 25 ร— 10 = 5ยฒ ร— 2 ร— 5 = 2 ร— 5ยณ.

So the prime factors listed with multiplicity are 2,5,5,5.

The two smallest are 2 and 5. Their sum is 2+5 = 7.

Note choice A 2 would be just the smallest, D 10 would be 5+5, but we want the two smallest.

ANSWER 3: C

Problem 4:
We are asked for total students taking the AMC 8 from the three math classes.

Miss Germain's class: 11 students
Mr. Newton's class: 8 students
Mrs. Young's class: 9 students

Total = 11+8+9 = 19+9 = 28.

This is straightforward addition. The total 17 is not an option, so all three counts are included.

ANSWER 4: C

Problem 5:
Let total marbles = T, with r red, g green, b blue, so T = r+g+b.

"All but 6 are red" means all except 6 are red, so the non-red marbles number 6:
g + b = 6.

"All but 8 are green" means non-green number 8:
r + b = 8.

"All but 4 are blue" means non-blue number 4:
r + g = 4.

Add all three equations:
(g+b)+(r+b)+(r+g) = 6+8+4
2(r+g+b) = 18
2T = 18
T = 9.

Check: r = T-6 = 3, g = T-8 = 1, b = T-4 = 5, and 3+1+5=9.

ANSWER 5: C

Problem 6:
Wire length available is 24 cm. A shape can be made if its perimeter is โ‰ค 24 cm; since we want to bend it to form the shape, typically perimeter = 24 exactly if using all, but at most 24 is needed. Here check:

Hexagon: Regular with side 5 cm. Perimeter = 6ร—5 = 30 cm. 30 > 24, so cannot make.

Square: Area 36 cmยฒ. Side = โˆš36 = 6 cm. Perimeter = 4ร—6 = 24 cm. Exactly uses wire, so can make.

Right triangle: Legs 6 and 8 cm. Hypotenuse by Pythagoras = โˆš(6ยฒ+8ยฒ) = โˆš(36+64) = โˆš100 = 10 cm. Perimeter = 6+8+10 = 24 cm. Exactly uses wire, so can make.

Thus square and triangle only.

ANSWER 6: D

Problem 7:
Let original price = P.

Sale is half price: sale price = P/2 = 0.5P.

Coupon gives 20% discount on sale price, so you pay 100%-20% = 80% of sale price:
final price = 0.80 ร— 0.5P = 0.40P.

That is 40% of original, so the reduction is 100%-40% = 60% off original.

Tempting wrong: A 10 would add discounts incorrectly, C 40 is the percent paid, not off.

ANSWER 7: D

Problem 8:
Distance โ‰ˆ speed ร— time, ignoring light travel time.

Speed of sound = 1088 ft/s, time = 10 s:
distance in feet = 1088ร—10 = 10880 ft.

1 mile = 5280 ft, so distance in miles = 10880/5280 = 1088/528.

528ร—2 = 1056, remainder 32, so = 2 + 32/528 โ‰ˆ 2.06 miles.

To nearest half-mile among 1, 1ยฝ, 2, 2ยฝ, 3, 2.06 is closest to 2.

ANSWER 8: C

Problem 9:
Positions in row: _ _ _ _ _. Requirement: boy at each end, girls in middle, i.e., B G G G B pattern.

Number of ways to place the 2 distinct boys on the 2 end spots: 2! = 2.

Number of ways to place the 3 distinct girls in the 3 middle spots: 3! = 3ร—2ร—1 = 6.

By counting principle, total arrangements = 2ร—6 = 12.

Choices A-D are too small; they forget permuting within genders.

ANSWER 9: E

Problem 10:
Interpret the expression as (3/8 + 7/8) รท (4/5).

First add numerator: 3/8 + 7/8 = 10/8 = 5/4.

Divide by 4/5 means multiply by 5/4:
(5/4) รท (4/5) = (5/4)ร—(5/4) = 25/16.

This matches choice B. Choice A 1, C 2 would be from mis-adding, etc.

ANSWER 10: B
openrouter:google/gemini-3.8-flash C โœ“
show
Here are the step-by-step solutions for each problem:

---

### Problem 1:
**Restatement:** We are asked to identify which of the given sets of three numbers does NOT add up to $1$.

**Step-by-step evaluation of each choice:**
- **A.** $\frac{1}{2} + \frac{1}{3} + \frac{1}{6} = \frac{3}{6} + \frac{2}{6} + \frac{1}{6} = \frac{6}{6} = 1$.
- **B.** $2 + (-2) + 1 = 0 + 1 = 1$.
- **C.** $0.1 + 0.3 + 0.6 = 1.0 = 1$.
- **D.** $1.1 + (-2.1) + 1.0 = -1.0 + 1.0 = 0 \neq 1$.
- **E.** $-\frac{3}{2} + \left(-\frac{5}{2}\right) + 5 = -\frac{8}{2} + 5 = -4 + 5 = 1$.

The triplet in choice D has a sum of $0$, not $1$.

ANSWER 1: D

---

### Problem 2:
**Restatement:** Given $x = 7$, we want to find which of the expressions has the smallest value.

**Step-by-step evaluation of each choice:**
- **A.** $\frac{6}{x} = \frac{6}{7} \approx 0.857$
- **B.** $\frac{6}{x+1} = \frac{6}{7+1} = \frac{6}{8} = \frac{3}{4} = 0.75$
- **C.** $\frac{6}{x-1} = \frac{6}{7-1} = \frac{6}{6} = 1$
- **D.** $\frac{x}{6} = \frac{7}{6} \approx 1.167$
- **E.** $\frac{x+1}{6} = \frac{7+1}{6} = \frac{8}{6} = \frac{4}{3} \approx 1.333$

Comparing the values, $0.75 < 0.857 < 1 < 1.167 < 1.333$. The smallest value is $\frac{6}{x+1} = \frac{3}{4}$.

ANSWER 2: B

---

### Problem 3:
**Restatement:** Find the sum of the two smallest prime factors of $250$.

**Step-by-step solution:**
1. Find the prime factorization of $250$:
   $$250 = 2 \times 125 = 2 \times 5^3$$
2. The prime factors of $250$ are $2$ and $5$.
3. The two smallest prime factors are therefore $2$ and $5$.
4. Their sum is:
   $$2 + 5 = 7$$

ANSWER 3: C

---

### Problem 4:
**Restatement:** We are given the number of AMC 8 participants in each of three teachers' classes:
- Miss Germain: $11$ students
- Mr. Newton: $8$ students
- Mrs. Young: $9$ students

**Step-by-step solution:**
To find the total number of students taking the contest, sum the students from all three classes:
$$\text{Total} = 11 + 8 + 9 = 28$$

ANSWER 4: C

---

### Problem 5:
**Restatement:** In a jar containing only red ($R$), green ($G$), and blue ($B$) marbles:
- All but $6$ are red $\implies G + B = 6$
- All but $8$ are green $\implies R + B = 8$
- All but $4$ are blue $\implies R + G = 4$

We need to find the total number of marbles, $T = R + G + B$.

**Step-by-step solution:**
Add the three equations together:
$$(G + B) + (R + B) + (R + G) = 6 + 8 + 4$$
$$2R + 2G + 2B = 18$$
$$2(R + G + B) = 18$$
Divide both sides by $2$:
$$R + G + B = 9$$

There are $9$ marbles in the jar.

ANSWER 5: C

---

### Problem 6:
**Restatement:** Haruki has a piece of wire $24\text{ cm}$ long. We must check which shapes can be formed with this wire (i.e., which shapes have a perimeter of exactly $24\text{ cm}$).

**Step-by-step check of each shape:**
1. **Regular hexagon with side length $5\text{ cm}$:**
   $$\text{Perimeter} = 6 \times 5 = 30\text{ cm} \neq 24\text{ cm}$$
   He cannot make the hexagon.

2. **Square of area $36\text{ cm}^2$:**
   $$\text{Side length} = \sqrt{36} = 6\text{ cm}$$
   $$\text{Perimeter} = 4 \times 6 = 24\text{ cm}$$
   He can make the square.

3. **Right triangle with legs $6\text{ cm}$ and $8\text{ cm}$:**
   $$\text{Hypotenuse} = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10\text{ cm}$$
   $$\text{Perimeter} = 6 + 8 + 10 = 24\text{ cm}$$
   He can make the right triangle.

Thus, Haruki can make the square and triangle only.

ANSWER 6: D

---

### Problem 7:
**Restatement:** An item is on sale for half price ($50\%$ off), and an additional coupon gives a $20\%$ discount on the sale price. What percentage off the original price is the final price?

**Step-by-step solution:**
1. Let the original price be $P$.
2. The sale price is half of the original:
   $$\text{Sale Price} = 0.50P$$
3. The coupon reduces the sale price by $20\%$, meaning the customer pays $80\%$ of the sale price:
   $$\text{Final Price} = 0.80 \times (0.50P) = 0.40P$$
4. Since the customer pays $40\%$ of the original price, the total discount off the original price is:
   $$100\% - 40\% = 60\%$$

ANSWER 7: D

---

### Problem 8:
**Restatement:** Snoopy hears thunder $10$ seconds after seeing lightning. Sound travels at $1088\text{ ft/s}$, and $1\text{ mile} = 5280\text{ ft}$. Estimate the distance to the nearest half-mile.

**Step-by-step solution:**
1. Calculate the distance traveled by the sound in feet:
   $$\text{Distance} = 1088\text{ ft/s} \times 10\text{ s} = 10{,}880\text{ feet}$$
2. Convert this distance to miles:
   $$\frac{10{,}880}{5280} \approx 2.0606\text{ miles}$$
3. Round to the nearest half-mile (choices are $1$, $1\frac{1}{2}$, $2$, $2\frac{1}{2}$, $3$):
   - Distance to $2$: $|2.0606 - 2| = 0.0606$
   - Distance to $2.5$: $|2.0606 - 2.5| = 0.4394$

The closest value is $2$ miles.

ANSWER 8: C

---

### Problem 9:
**Restatement:** Five students (2 boys and 3 girls) are arranged in a row of 5 seats such that there is a boy at each end and the 3 girls are in the middle 3 seats. Find the number of possible arrangements.

**Step-by-step solution:**
The arrangement of the 5 positions must look like:
$$\text{Boy}_1, \quad \text{Girl}, \quad \text{Girl}, \quad \text{Girl}, \quad \text{Boy}_2$$

1. **Placing the boys at the ends:**
   There are $2$ boys for the first seat and $1$ remaining boy for the last seat:
   $$2! = 2 \times 1 = 2\text{ ways}$$

2. **Placing the girls in the middle:**
   There are $3$ girls to arrange in the middle 3 seats:
   $$3! = 3 \times 2 \times 1 = 6\text{ ways}$$

3. **Total arrangements:**
   $$\text{Total} = 2 \times 6 = 12\text{ ways}$$

ANSWER 9: E

---

### Problem 10:
**Restatement:** Evaluate the complex fraction:
$$\frac{\frac{3}{8} + \frac{7}{8}}{\frac{4}{5}}$$

**Step-by-step solution:**
1. Simplify the numerator:
   $$\frac{3}{8} + \frac{7}{8} = \frac{10}{8} = \frac{5}{4}$$

2. Divide the numerator by the denominator:
   $$\frac{\frac{5}{4}}{\frac{4}{5}} = \frac{5}{4} \times \frac{5}{4} = \frac{25}{16}$$

ANSWER 10: B
openrouter:~z-ai/glm-latest C โœ“
show
# Problem 1:
We need the triplet whose sum is NOT 1. Check each:

- **A:** 1/2 + 1/3 + 1/6 = 3/6 + 2/6 + 1/6 = 6/6 = 1 โœ“
- **B:** 2 + (โˆ’2) + 1 = 1 โœ“
- **C:** 0.1 + 0.3 + 0.6 = 1.0 โœ“
- **D:** 1.1 + (โˆ’2.1) + 1.0 = 0 โœ— (This is NOT 1)
- **E:** โˆ’3/2 โˆ’ 5/2 + 5 = โˆ’8/2 + 5 = โˆ’4 + 5 = 1 โœ“

Only choice D fails to sum to 1.

ANSWER 1: D

# Problem 2:
Substitute x = 7 into each expression:

- **A:** 6/x = 6/7 โ‰ˆ 0.857
- **B:** 6/(x+1) = 6/8 = 0.75
- **C:** 6/(xโˆ’1) = 6/6 = 1
- **D:** x/6 = 7/6 โ‰ˆ 1.167
- **E:** (x+1)/6 = 8/6 โ‰ˆ 1.333

Comparing: 0.75 < 0.857 < 1 < 1.167 < 1.333. The smallest is 6/8 = 0.75, choice B.

ANSWER 2: B

# Problem 3:
Factor 250: 250 = 2 ยท 125 = 2 ยท 5ยณ.

The prime factors are 2 and 5. The two smallest prime factors are 2 and 5.

Their sum: 2 + 5 = 7.

(Trap: choice D is 10 = 2 ร— 5, the *product*, not the sum.)

ANSWER 3: C

# Problem 4:
The students taking the contest are in three classes:
11 (Germain) + 8 (Newton) + 9 (Young) = 28 students.

(Trap: choice E, 30, would come from miscounting, e.g., using 11 + 10 + 9.)

ANSWER 4: C

# Problem 5:
Let T = total marbles. "All but 6 are red" means red = T โˆ’ 6. Similarly green = T โˆ’ 8, blue = T โˆ’ 4.

Since red + green + blue = T:
(T โˆ’ 6) + (T โˆ’ 8) + (T โˆ’ 4) = T
3T โˆ’ 18 = T
2T = 18
T = 9.

Check: red = 3, green = 1, blue = 5. Then "all but 6 are red" โœ“ (1+5=6 non-red), "all but 8 are green" โœ“ (3+5=8), "all but 4 are blue" โœ“ (3+1=4). Total = 9. โœ“

ANSWER 5: C

# Problem 6:
The wire is 24 cm, so each shape's perimeter must be โ‰ค 24 (exactly 24 to use the whole wire, or check against the wire length).

- **Hexagon:** 6 sides ร— 5 cm = 30 cm > 24. **Cannot** be made.
- **Square:** Area 36 cmยฒ โ†’ side = โˆš36 = 6 cm โ†’ perimeter = 4 ร— 6 = 24 cm โ‰ค 24. **Can** be made.
- **Right triangle:** Legs 6 and 8 โ†’ hypotenuse = โˆš(36 + 64) = โˆš100 = 10 cm โ†’ perimeter = 6 + 8 + 10 = 24 cm โ‰ค 24. **Can** be made.

Only the square and triangle work.

ANSWER 6: D

# Problem 7:
Let the original price be P.

Step 1: Half price โ†’ P/2 (this is 50% off).
Step 2: Coupon takes 20% off the *sale price*, so you pay 80% of P/2:
(0.8)(P/2) = 0.4P.

So the final price is 40% of the original, meaning the discount is 100% โˆ’ 40% = **60% off**.

(Trap: choice C, 40, is the final price percentage; the question asks the discount. Trap: 50+20 = 70 is wrong because the 20% applies to the reduced price.)

ANSWER 7: D

# Problem 8:
Distance = speed ร— time = 1088 ft/sec ร— 10 sec = 10,880 feet.

Convert to miles: 10,880 รท 5280 โ‰ˆ 2.06 miles.

To the nearest half-mile: 2.06 is closer to 2 than to 2ยฝ (since 2.25 is the midpoint, and 2.06 < 2.25).

ANSWER 8: C

# Problem 9:
The seating is: Boy _ _ Girl _ Girl _ Boy, with the boys at the two ends.

- The two end positions: choose which boy is on the left and which on the right: 2! = 2 ways.
- The three middle positions: arrange the three girls: 3! = 3 ร— 2 ร— 1 = 6 ways.

Total arrangements: 2 ร— 6 = 12.

(Trap: choice D, 6, forgets the boys can swap; choice A, 2, forgets the girls can be permuted.)

ANSWER 9: E

# Problem 10:
Interpret the expression as the fraction with numerator 3/8 + 7/8 over denominator 4/5:

$$\frac{\frac{3}{8}+\frac{7}{8}}{\frac{4}{5}}$$

Numerator: 3/8 + 7/8 = 10/8 = 5/4.

Divide by 4/5 (multiply by 5/4):

(5/4) ร— (5/4) = 25/16.

Check: 25/16 = 1.5625, matching choice B.

(Trap: adding everything or multiplying incorrectly gives the other fractions listed.)

ANSWER 10: B
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 the triplet whose sum is NOT 1.

- A: 1/2 + 1/3 + 1/6 = 3/6 + 2/6 + 1/6 = 6/6 = 1 โœ”
- B: 2 + (โˆ’2) + 1 = 1 โœ”
- C: 0.1 + 0.3 + 0.6 = 1.0 โœ”
- D: 1.1 + (โˆ’2.1) + 1.0 = (1.1 โˆ’ 2.1) + 1.0 = โˆ’1.0 + 1.0 = 0 โœ˜
- E: โˆ’3/2 โˆ’ 5/2 + 5 = โˆ’8/2 + 5 = โˆ’4 + 5 = 1 โœ”

Only D fails.

ANSWER 1: D

Problem 2:
Substitute x = 7 into each expression:

- A: 6/x = 6/7 โ‰ˆ 0.857
- B: 6/(x+1) = 6/8 = 0.75
- C: 6/(xโˆ’1) = 6/6 = 1
- D: x/6 = 7/6 โ‰ˆ 1.167
- E: (x+1)/6 = 8/6 โ‰ˆ 1.333

Among fractions with numerator 6, the largest denominator gives the smallest value, so 6/8 = 0.75 beats 6/7 and 6/6. The last two are greater than 1, so they can't be smallest.

ANSWER 2: B

Problem 3:
Factor 250: 250 = 2 ยท 125 = 2 ยท 5ยณ.

So the prime factors are 2 and 5 only. The two smallest (and only) prime factors are 2 and 5, and 2 + 5 = 7.

(Choice E, 12, would come from adding 2 + 10, but 10 isn't prime; choice D, 10, from 5 + 5, but we need two *different* prime factors.)

ANSWER 3: C

Problem 4:
Each teacher's class contributes its students; the classes are separate groups of students:

11 + 8 + 9 = 28.

ANSWER 4: C

Problem 5:
Let the total be T, with R red, G green, B blue, so R + G + B = T.

- "All but 6 are red" means the non-red marbles number 6: G + B = 6, so R = T โˆ’ 6.
- "All but 8 are green": R + B = 8, so G = T โˆ’ 8.
- "All but 4 are blue": R + G = 4, so B = T โˆ’ 4.

Add: R + G + B = 3T โˆ’ 18 = T, so 2T = 18 and T = 9.

Check: R = 3, G = 1, B = 5 โ†’ non-red = 6 โœ”, non-green = 8 โœ”, non-blue = 4 โœ”.

ANSWER 5: C

Problem 6:
The wire has length 24 cm, so the shape's perimeter must be exactly 24 cm.

- Regular hexagon, side 5: perimeter = 6 ยท 5 = 30 cm. Too long โ€” impossible.
- Square of area 36: side = โˆš36 = 6, perimeter = 4 ยท 6 = 24 cm. โœ”
- Right triangle with legs 6 and 8: hypotenuse = โˆš(36 + 64) = 10, perimeter = 6 + 8 + 10 = 24 cm. โœ”

So the square and triangle only. (Don't forget to include the hypotenuse in the triangle's perimeter!)

ANSWER 6: D

Problem 7:
Let the original price be 100.

Half price: 100 ร— 0.5 = 50.
Coupon takes 20% off the sale price: 50 ร— 0.8 = 40.

Final price is 40, which is 60 less than 100, i.e., 60% off.

(Choice E, 70, comes from wrongly adding 50% + 20%; choice C, 40, is the percentage *paid*, not the discount.)

ANSWER 7: D

Problem 8:
Distance sound traveled in 10 seconds: 1088 ร— 10 = 10,880 feet.

Convert to miles: 10,880 / 5280 โ‰ˆ 2.06 miles.

To the nearest half mile, 2.06 rounds to 2 miles.

ANSWER 8: C

Problem 9:
Seats: B _ _ _ B, with boys at the two ends and girls in the three middle seats.

- Boys in the two end seats: 2! = 2 ways.
- Girls in the three middle seats: 3! = 6 ways.

Total: 2 ร— 6 = 12.

(Choice D, 6, forgets the boys can swap; choice A, 2, forgets the girls' orderings.)

ANSWER 9: E

Problem 10:
Compute the numerator first: 3/8 + 7/8 = 10/8 = 5/4.

Then divide by 4/5:
(5/4) รท (4/5) = (5/4) ยท (5/4) = 25/16.

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

We need find which triplet does **not** have sum \(1\).

- A: \(\frac12+\frac13+\frac16=\frac{3}{6}+\frac{2}{6}+\frac{1}{6}=1\)
- B: \(2+(-2)+1=1\)
- C: \(0.1+0.3+0.6=1.0\)
- D: \(1.1+(-2.1)+1.0=1.1-2.1+1.0=0\), not \(1\)
- E: \(-\frac32-\frac52+5=-\frac82+5=-4+5=1\)

Only choice D does not add to \(1\).

ANSWER 1: D

Problem 2:

We substitute \(x=7\) into each expression:

- A: \(6^x=6^7\), a very large number.
- B: \(6^{x+1}=6^8\), even larger.
- C: \(6^{x-1}=6^6=46656\).
- D: \(x^6=7^6=117649\).
- E: \(x^{1/6}=7^{1/6}\), the sixth root of \(7\).

Since \(7^{1/6}\) is a little more than \(1\), it is much smaller than the large powers in Aโ€“D.

ANSWER 2: E

Problem 3:

Factor \(250\):

\[
250=25\cdot 10=5^2\cdot 2\cdot 5=2\cdot 5^3.
\]

The prime factors are \(2\) and \(5\). The two smallest prime factors are therefore \(2\) and \(5\).

\[
2+5=7.
\]

Choices A and B are individual prime factors, while D and E do not equal the required sum.

ANSWER 3: C

Problem 4:

Add the numbers of students from the three classes:

\[
11+8+9=19+9=28.
\]

Thus, \(28\) mathematics students are taking the AMC 8.

The nearby choices \(27\) and \(29\) would result from an addition error.

ANSWER 4: C

Problem 5:

Let the total number of marbles be \(N\).

- โ€œAll but 6 are redโ€ means there are \(N-6\) red marbles.
- โ€œAll but 8 are greenโ€ means there are \(N-8\) green marbles.
- โ€œAll but 4 are blueโ€ means there are \(N-4\) blue marbles.

Since every marble is exactly one color,

\[
(N-6)+(N-8)+(N-4)=N.
\]

So,

\[
3N-18=N
\]

\[
2N=18
\]

\[
N=9.
\]

Check: there are \(3\) red, \(1\) green, and \(5\) blue marbles, for a total of \(9\). Indeed, all but \(6\) are red, all but \(8\) are green, and all but \(4\) are blue.

ANSWER 5: C

Problem 6:

Haruki has \(24\) cm of wire, so each shape must have perimeter \(24\) cm.

- Regular hexagon with side length \(5\):

\[
6\cdot 5=30\text{ cm}.
\]

He cannot make the hexagon because \(30>24\).

- Square with area \(36\text{ cm}^2\):

\[
\text{side length}=\sqrt{36}=6\text{ cm}.
\]

Its perimeter is

\[
4\cdot 6=24\text{ cm}.
\]

He can make the square.

- Right triangle with legs \(6\) and \(8\):

Its hypotenuse is

\[
\sqrt{6^2+8^2}=\sqrt{36+64}=\sqrt{100}=10.
\]

Its perimeter is

\[
6+8+10=24\text{ cm}.
\]

He can make the triangle.

Thus, he can make the square and triangle only.

ANSWER 6: D

Problem 7:

โ€œHalf priceโ€ means the sale price is \(50\%\) of the original price.

Then the coupon takes another \(20\%\) off the sale price. Thus the customer pays

\[
80\%\text{ of }50\%=0.80\cdot 0.50=0.40=40\%
\]

of the original price.

So the discount is

\[
100\%-40\%=60\%.
\]

A tempting error is to add \(50\%+20\%=70\%\), but the \(20\%\) discount is applied to the already reduced sale price, not the original price.

ANSWER 7: D

Problem 8:

The thunder takes \(10\) seconds to travel from the lightning to Snoopy.

Distance in feet:

\[
1088\cdot 10=10880\text{ feet}.
\]

Convert to miles:

\[
\frac{10880}{5280}\approx 2.06\text{ miles}.
\]

The nearest half-mile to \(2.06\) is \(2\) miles.

It is much closer to \(2\) than to \(2\frac12\).

ANSWER 8: C

Problem 9:

There are two boys, and they must occupy the two end seats.

The boys can be arranged in the ends in

\[
2!=2
\]

ways.

The three girls fill the three middle seats in

\[
3!=6
\]

ways.

Therefore, the total number of arrangements is

\[
2!\cdot 3!=2\cdot 6=12.
\]

Choices such as \(2\) or \(6\) count only the boysโ€™ or girlsโ€™ arrangements, not both.

ANSWER 9: E

Problem 10:

The expression is

\[
\frac{\frac38+\frac78}{\frac45}.
\]

First add the fractions in the numerator:

\[
\frac38+\frac78=\frac{10}{8}=\frac54.
\]

Now divide by \(\frac45\):

\[
\frac54\div\frac45=\frac54\cdot\frac54=\frac{25}{16}.
\]

Therefore the value is \(\frac{25}{16}\).

ANSWER 10: B
Q9 ยท easy ยท AMC 8 2015 #4 โ€” correct: E (12 arrangements.) ยท solved by 5/5 models

The Centerville Middle School chess team consists of two boys and three girls. A photographer wants to take a picture of the team to appear in the local newspaper. She decides to have them sit in a row with a boy at each end and the three girls in the middle. How many such arrangements are possible?

  1. 2
  2. 4
  3. 5
  4. 6
  5. 12
Official approach: split into two independent jobs and multiply
ModelPickโœ“/โœ—Reasoning
openrouter:meta/muse-spark-1.3 E โœ“
show
Problem 1:
We need the sum of each triplet to check if it equals 1.

A. (1/2, 1/3, 1/6). Sum = 1/2+1/3+1/6 = 3/6+2/6+1/6 = 6/6 = 1.

B. (2, -2, 1). Sum = 2-2+1 = 1.

C. (0.1, 0.3, 0.6). Sum = 0.1+0.3+0.6 = 1.0.

D. (1.1, -2.1, 1.0). Sum = 1.1-2.1+1.0 = 2.1-2.1 = 0. This is not 1.

E. (-3/2, -5/2, 5). Sum = -3/2-5/2+5 = -8/2+5 = -4+5 = 1.

Only D does not sum to 1.

ANSWER 1: D

Problem 2:
We interpret the choices as fractions with x = 7:
A. 6/x, B. 6/(x+1), C. 6/(x-1), D. x/6, E. (x+1)/6.

Substitute x = 7:
A. 6/7 โ‰ˆ 0.86
B. 6/(7+1) = 6/8 = 3/4 = 0.75
C. 6/(7-1) = 6/6 = 1
D. 7/6 โ‰ˆ 1.17
E. (7+1)/6 = 8/6 โ‰ˆ 1.33

For positive numerators, the smaller the denominator the larger the fraction, and vice versa. Among A,B,C, 6/8 is smallest. D and E are both >1, so larger.

Hence B is the smallest.

ANSWER 2: B

Problem 3:
We need prime factorization of 250.

250 = 25 ร— 10 = 5ยฒ ร— 2 ร— 5 = 2 ร— 5ยณ.

So the prime factors listed with multiplicity are 2,5,5,5.

The two smallest are 2 and 5. Their sum is 2+5 = 7.

Note choice A 2 would be just the smallest, D 10 would be 5+5, but we want the two smallest.

ANSWER 3: C

Problem 4:
We are asked for total students taking the AMC 8 from the three math classes.

Miss Germain's class: 11 students
Mr. Newton's class: 8 students
Mrs. Young's class: 9 students

Total = 11+8+9 = 19+9 = 28.

This is straightforward addition. The total 17 is not an option, so all three counts are included.

ANSWER 4: C

Problem 5:
Let total marbles = T, with r red, g green, b blue, so T = r+g+b.

"All but 6 are red" means all except 6 are red, so the non-red marbles number 6:
g + b = 6.

"All but 8 are green" means non-green number 8:
r + b = 8.

"All but 4 are blue" means non-blue number 4:
r + g = 4.

Add all three equations:
(g+b)+(r+b)+(r+g) = 6+8+4
2(r+g+b) = 18
2T = 18
T = 9.

Check: r = T-6 = 3, g = T-8 = 1, b = T-4 = 5, and 3+1+5=9.

ANSWER 5: C

Problem 6:
Wire length available is 24 cm. A shape can be made if its perimeter is โ‰ค 24 cm; since we want to bend it to form the shape, typically perimeter = 24 exactly if using all, but at most 24 is needed. Here check:

Hexagon: Regular with side 5 cm. Perimeter = 6ร—5 = 30 cm. 30 > 24, so cannot make.

Square: Area 36 cmยฒ. Side = โˆš36 = 6 cm. Perimeter = 4ร—6 = 24 cm. Exactly uses wire, so can make.

Right triangle: Legs 6 and 8 cm. Hypotenuse by Pythagoras = โˆš(6ยฒ+8ยฒ) = โˆš(36+64) = โˆš100 = 10 cm. Perimeter = 6+8+10 = 24 cm. Exactly uses wire, so can make.

Thus square and triangle only.

ANSWER 6: D

Problem 7:
Let original price = P.

Sale is half price: sale price = P/2 = 0.5P.

Coupon gives 20% discount on sale price, so you pay 100%-20% = 80% of sale price:
final price = 0.80 ร— 0.5P = 0.40P.

That is 40% of original, so the reduction is 100%-40% = 60% off original.

Tempting wrong: A 10 would add discounts incorrectly, C 40 is the percent paid, not off.

ANSWER 7: D

Problem 8:
Distance โ‰ˆ speed ร— time, ignoring light travel time.

Speed of sound = 1088 ft/s, time = 10 s:
distance in feet = 1088ร—10 = 10880 ft.

1 mile = 5280 ft, so distance in miles = 10880/5280 = 1088/528.

528ร—2 = 1056, remainder 32, so = 2 + 32/528 โ‰ˆ 2.06 miles.

To nearest half-mile among 1, 1ยฝ, 2, 2ยฝ, 3, 2.06 is closest to 2.

ANSWER 8: C

Problem 9:
Positions in row: _ _ _ _ _. Requirement: boy at each end, girls in middle, i.e., B G G G B pattern.

Number of ways to place the 2 distinct boys on the 2 end spots: 2! = 2.

Number of ways to place the 3 distinct girls in the 3 middle spots: 3! = 3ร—2ร—1 = 6.

By counting principle, total arrangements = 2ร—6 = 12.

Choices A-D are too small; they forget permuting within genders.

ANSWER 9: E

Problem 10:
Interpret the expression as (3/8 + 7/8) รท (4/5).

First add numerator: 3/8 + 7/8 = 10/8 = 5/4.

Divide by 4/5 means multiply by 5/4:
(5/4) รท (4/5) = (5/4)ร—(5/4) = 25/16.

This matches choice B. Choice A 1, C 2 would be from mis-adding, etc.

ANSWER 10: B
openrouter:google/gemini-3.8-flash E โœ“
show
Here are the step-by-step solutions for each problem:

---

### Problem 1:
**Restatement:** We are asked to identify which of the given sets of three numbers does NOT add up to $1$.

**Step-by-step evaluation of each choice:**
- **A.** $\frac{1}{2} + \frac{1}{3} + \frac{1}{6} = \frac{3}{6} + \frac{2}{6} + \frac{1}{6} = \frac{6}{6} = 1$.
- **B.** $2 + (-2) + 1 = 0 + 1 = 1$.
- **C.** $0.1 + 0.3 + 0.6 = 1.0 = 1$.
- **D.** $1.1 + (-2.1) + 1.0 = -1.0 + 1.0 = 0 \neq 1$.
- **E.** $-\frac{3}{2} + \left(-\frac{5}{2}\right) + 5 = -\frac{8}{2} + 5 = -4 + 5 = 1$.

The triplet in choice D has a sum of $0$, not $1$.

ANSWER 1: D

---

### Problem 2:
**Restatement:** Given $x = 7$, we want to find which of the expressions has the smallest value.

**Step-by-step evaluation of each choice:**
- **A.** $\frac{6}{x} = \frac{6}{7} \approx 0.857$
- **B.** $\frac{6}{x+1} = \frac{6}{7+1} = \frac{6}{8} = \frac{3}{4} = 0.75$
- **C.** $\frac{6}{x-1} = \frac{6}{7-1} = \frac{6}{6} = 1$
- **D.** $\frac{x}{6} = \frac{7}{6} \approx 1.167$
- **E.** $\frac{x+1}{6} = \frac{7+1}{6} = \frac{8}{6} = \frac{4}{3} \approx 1.333$

Comparing the values, $0.75 < 0.857 < 1 < 1.167 < 1.333$. The smallest value is $\frac{6}{x+1} = \frac{3}{4}$.

ANSWER 2: B

---

### Problem 3:
**Restatement:** Find the sum of the two smallest prime factors of $250$.

**Step-by-step solution:**
1. Find the prime factorization of $250$:
   $$250 = 2 \times 125 = 2 \times 5^3$$
2. The prime factors of $250$ are $2$ and $5$.
3. The two smallest prime factors are therefore $2$ and $5$.
4. Their sum is:
   $$2 + 5 = 7$$

ANSWER 3: C

---

### Problem 4:
**Restatement:** We are given the number of AMC 8 participants in each of three teachers' classes:
- Miss Germain: $11$ students
- Mr. Newton: $8$ students
- Mrs. Young: $9$ students

**Step-by-step solution:**
To find the total number of students taking the contest, sum the students from all three classes:
$$\text{Total} = 11 + 8 + 9 = 28$$

ANSWER 4: C

---

### Problem 5:
**Restatement:** In a jar containing only red ($R$), green ($G$), and blue ($B$) marbles:
- All but $6$ are red $\implies G + B = 6$
- All but $8$ are green $\implies R + B = 8$
- All but $4$ are blue $\implies R + G = 4$

We need to find the total number of marbles, $T = R + G + B$.

**Step-by-step solution:**
Add the three equations together:
$$(G + B) + (R + B) + (R + G) = 6 + 8 + 4$$
$$2R + 2G + 2B = 18$$
$$2(R + G + B) = 18$$
Divide both sides by $2$:
$$R + G + B = 9$$

There are $9$ marbles in the jar.

ANSWER 5: C

---

### Problem 6:
**Restatement:** Haruki has a piece of wire $24\text{ cm}$ long. We must check which shapes can be formed with this wire (i.e., which shapes have a perimeter of exactly $24\text{ cm}$).

**Step-by-step check of each shape:**
1. **Regular hexagon with side length $5\text{ cm}$:**
   $$\text{Perimeter} = 6 \times 5 = 30\text{ cm} \neq 24\text{ cm}$$
   He cannot make the hexagon.

2. **Square of area $36\text{ cm}^2$:**
   $$\text{Side length} = \sqrt{36} = 6\text{ cm}$$
   $$\text{Perimeter} = 4 \times 6 = 24\text{ cm}$$
   He can make the square.

3. **Right triangle with legs $6\text{ cm}$ and $8\text{ cm}$:**
   $$\text{Hypotenuse} = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10\text{ cm}$$
   $$\text{Perimeter} = 6 + 8 + 10 = 24\text{ cm}$$
   He can make the right triangle.

Thus, Haruki can make the square and triangle only.

ANSWER 6: D

---

### Problem 7:
**Restatement:** An item is on sale for half price ($50\%$ off), and an additional coupon gives a $20\%$ discount on the sale price. What percentage off the original price is the final price?

**Step-by-step solution:**
1. Let the original price be $P$.
2. The sale price is half of the original:
   $$\text{Sale Price} = 0.50P$$
3. The coupon reduces the sale price by $20\%$, meaning the customer pays $80\%$ of the sale price:
   $$\text{Final Price} = 0.80 \times (0.50P) = 0.40P$$
4. Since the customer pays $40\%$ of the original price, the total discount off the original price is:
   $$100\% - 40\% = 60\%$$

ANSWER 7: D

---

### Problem 8:
**Restatement:** Snoopy hears thunder $10$ seconds after seeing lightning. Sound travels at $1088\text{ ft/s}$, and $1\text{ mile} = 5280\text{ ft}$. Estimate the distance to the nearest half-mile.

**Step-by-step solution:**
1. Calculate the distance traveled by the sound in feet:
   $$\text{Distance} = 1088\text{ ft/s} \times 10\text{ s} = 10{,}880\text{ feet}$$
2. Convert this distance to miles:
   $$\frac{10{,}880}{5280} \approx 2.0606\text{ miles}$$
3. Round to the nearest half-mile (choices are $1$, $1\frac{1}{2}$, $2$, $2\frac{1}{2}$, $3$):
   - Distance to $2$: $|2.0606 - 2| = 0.0606$
   - Distance to $2.5$: $|2.0606 - 2.5| = 0.4394$

The closest value is $2$ miles.

ANSWER 8: C

---

### Problem 9:
**Restatement:** Five students (2 boys and 3 girls) are arranged in a row of 5 seats such that there is a boy at each end and the 3 girls are in the middle 3 seats. Find the number of possible arrangements.

**Step-by-step solution:**
The arrangement of the 5 positions must look like:
$$\text{Boy}_1, \quad \text{Girl}, \quad \text{Girl}, \quad \text{Girl}, \quad \text{Boy}_2$$

1. **Placing the boys at the ends:**
   There are $2$ boys for the first seat and $1$ remaining boy for the last seat:
   $$2! = 2 \times 1 = 2\text{ ways}$$

2. **Placing the girls in the middle:**
   There are $3$ girls to arrange in the middle 3 seats:
   $$3! = 3 \times 2 \times 1 = 6\text{ ways}$$

3. **Total arrangements:**
   $$\text{Total} = 2 \times 6 = 12\text{ ways}$$

ANSWER 9: E

---

### Problem 10:
**Restatement:** Evaluate the complex fraction:
$$\frac{\frac{3}{8} + \frac{7}{8}}{\frac{4}{5}}$$

**Step-by-step solution:**
1. Simplify the numerator:
   $$\frac{3}{8} + \frac{7}{8} = \frac{10}{8} = \frac{5}{4}$$

2. Divide the numerator by the denominator:
   $$\frac{\frac{5}{4}}{\frac{4}{5}} = \frac{5}{4} \times \frac{5}{4} = \frac{25}{16}$$

ANSWER 10: B
openrouter:~z-ai/glm-latest E โœ“
show
# Problem 1:
We need the triplet whose sum is NOT 1. Check each:

- **A:** 1/2 + 1/3 + 1/6 = 3/6 + 2/6 + 1/6 = 6/6 = 1 โœ“
- **B:** 2 + (โˆ’2) + 1 = 1 โœ“
- **C:** 0.1 + 0.3 + 0.6 = 1.0 โœ“
- **D:** 1.1 + (โˆ’2.1) + 1.0 = 0 โœ— (This is NOT 1)
- **E:** โˆ’3/2 โˆ’ 5/2 + 5 = โˆ’8/2 + 5 = โˆ’4 + 5 = 1 โœ“

Only choice D fails to sum to 1.

ANSWER 1: D

# Problem 2:
Substitute x = 7 into each expression:

- **A:** 6/x = 6/7 โ‰ˆ 0.857
- **B:** 6/(x+1) = 6/8 = 0.75
- **C:** 6/(xโˆ’1) = 6/6 = 1
- **D:** x/6 = 7/6 โ‰ˆ 1.167
- **E:** (x+1)/6 = 8/6 โ‰ˆ 1.333

Comparing: 0.75 < 0.857 < 1 < 1.167 < 1.333. The smallest is 6/8 = 0.75, choice B.

ANSWER 2: B

# Problem 3:
Factor 250: 250 = 2 ยท 125 = 2 ยท 5ยณ.

The prime factors are 2 and 5. The two smallest prime factors are 2 and 5.

Their sum: 2 + 5 = 7.

(Trap: choice D is 10 = 2 ร— 5, the *product*, not the sum.)

ANSWER 3: C

# Problem 4:
The students taking the contest are in three classes:
11 (Germain) + 8 (Newton) + 9 (Young) = 28 students.

(Trap: choice E, 30, would come from miscounting, e.g., using 11 + 10 + 9.)

ANSWER 4: C

# Problem 5:
Let T = total marbles. "All but 6 are red" means red = T โˆ’ 6. Similarly green = T โˆ’ 8, blue = T โˆ’ 4.

Since red + green + blue = T:
(T โˆ’ 6) + (T โˆ’ 8) + (T โˆ’ 4) = T
3T โˆ’ 18 = T
2T = 18
T = 9.

Check: red = 3, green = 1, blue = 5. Then "all but 6 are red" โœ“ (1+5=6 non-red), "all but 8 are green" โœ“ (3+5=8), "all but 4 are blue" โœ“ (3+1=4). Total = 9. โœ“

ANSWER 5: C

# Problem 6:
The wire is 24 cm, so each shape's perimeter must be โ‰ค 24 (exactly 24 to use the whole wire, or check against the wire length).

- **Hexagon:** 6 sides ร— 5 cm = 30 cm > 24. **Cannot** be made.
- **Square:** Area 36 cmยฒ โ†’ side = โˆš36 = 6 cm โ†’ perimeter = 4 ร— 6 = 24 cm โ‰ค 24. **Can** be made.
- **Right triangle:** Legs 6 and 8 โ†’ hypotenuse = โˆš(36 + 64) = โˆš100 = 10 cm โ†’ perimeter = 6 + 8 + 10 = 24 cm โ‰ค 24. **Can** be made.

Only the square and triangle work.

ANSWER 6: D

# Problem 7:
Let the original price be P.

Step 1: Half price โ†’ P/2 (this is 50% off).
Step 2: Coupon takes 20% off the *sale price*, so you pay 80% of P/2:
(0.8)(P/2) = 0.4P.

So the final price is 40% of the original, meaning the discount is 100% โˆ’ 40% = **60% off**.

(Trap: choice C, 40, is the final price percentage; the question asks the discount. Trap: 50+20 = 70 is wrong because the 20% applies to the reduced price.)

ANSWER 7: D

# Problem 8:
Distance = speed ร— time = 1088 ft/sec ร— 10 sec = 10,880 feet.

Convert to miles: 10,880 รท 5280 โ‰ˆ 2.06 miles.

To the nearest half-mile: 2.06 is closer to 2 than to 2ยฝ (since 2.25 is the midpoint, and 2.06 < 2.25).

ANSWER 8: C

# Problem 9:
The seating is: Boy _ _ Girl _ Girl _ Boy, with the boys at the two ends.

- The two end positions: choose which boy is on the left and which on the right: 2! = 2 ways.
- The three middle positions: arrange the three girls: 3! = 3 ร— 2 ร— 1 = 6 ways.

Total arrangements: 2 ร— 6 = 12.

(Trap: choice D, 6, forgets the boys can swap; choice A, 2, forgets the girls can be permuted.)

ANSWER 9: E

# Problem 10:
Interpret the expression as the fraction with numerator 3/8 + 7/8 over denominator 4/5:

$$\frac{\frac{3}{8}+\frac{7}{8}}{\frac{4}{5}}$$

Numerator: 3/8 + 7/8 = 10/8 = 5/4.

Divide by 4/5 (multiply by 5/4):

(5/4) ร— (5/4) = 25/16.

Check: 25/16 = 1.5625, matching choice B.

(Trap: adding everything or multiplying incorrectly gives the other fractions listed.)

ANSWER 10: B
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 the triplet whose sum is NOT 1.

- A: 1/2 + 1/3 + 1/6 = 3/6 + 2/6 + 1/6 = 6/6 = 1 โœ”
- B: 2 + (โˆ’2) + 1 = 1 โœ”
- C: 0.1 + 0.3 + 0.6 = 1.0 โœ”
- D: 1.1 + (โˆ’2.1) + 1.0 = (1.1 โˆ’ 2.1) + 1.0 = โˆ’1.0 + 1.0 = 0 โœ˜
- E: โˆ’3/2 โˆ’ 5/2 + 5 = โˆ’8/2 + 5 = โˆ’4 + 5 = 1 โœ”

Only D fails.

ANSWER 1: D

Problem 2:
Substitute x = 7 into each expression:

- A: 6/x = 6/7 โ‰ˆ 0.857
- B: 6/(x+1) = 6/8 = 0.75
- C: 6/(xโˆ’1) = 6/6 = 1
- D: x/6 = 7/6 โ‰ˆ 1.167
- E: (x+1)/6 = 8/6 โ‰ˆ 1.333

Among fractions with numerator 6, the largest denominator gives the smallest value, so 6/8 = 0.75 beats 6/7 and 6/6. The last two are greater than 1, so they can't be smallest.

ANSWER 2: B

Problem 3:
Factor 250: 250 = 2 ยท 125 = 2 ยท 5ยณ.

So the prime factors are 2 and 5 only. The two smallest (and only) prime factors are 2 and 5, and 2 + 5 = 7.

(Choice E, 12, would come from adding 2 + 10, but 10 isn't prime; choice D, 10, from 5 + 5, but we need two *different* prime factors.)

ANSWER 3: C

Problem 4:
Each teacher's class contributes its students; the classes are separate groups of students:

11 + 8 + 9 = 28.

ANSWER 4: C

Problem 5:
Let the total be T, with R red, G green, B blue, so R + G + B = T.

- "All but 6 are red" means the non-red marbles number 6: G + B = 6, so R = T โˆ’ 6.
- "All but 8 are green": R + B = 8, so G = T โˆ’ 8.
- "All but 4 are blue": R + G = 4, so B = T โˆ’ 4.

Add: R + G + B = 3T โˆ’ 18 = T, so 2T = 18 and T = 9.

Check: R = 3, G = 1, B = 5 โ†’ non-red = 6 โœ”, non-green = 8 โœ”, non-blue = 4 โœ”.

ANSWER 5: C

Problem 6:
The wire has length 24 cm, so the shape's perimeter must be exactly 24 cm.

- Regular hexagon, side 5: perimeter = 6 ยท 5 = 30 cm. Too long โ€” impossible.
- Square of area 36: side = โˆš36 = 6, perimeter = 4 ยท 6 = 24 cm. โœ”
- Right triangle with legs 6 and 8: hypotenuse = โˆš(36 + 64) = 10, perimeter = 6 + 8 + 10 = 24 cm. โœ”

So the square and triangle only. (Don't forget to include the hypotenuse in the triangle's perimeter!)

ANSWER 6: D

Problem 7:
Let the original price be 100.

Half price: 100 ร— 0.5 = 50.
Coupon takes 20% off the sale price: 50 ร— 0.8 = 40.

Final price is 40, which is 60 less than 100, i.e., 60% off.

(Choice E, 70, comes from wrongly adding 50% + 20%; choice C, 40, is the percentage *paid*, not the discount.)

ANSWER 7: D

Problem 8:
Distance sound traveled in 10 seconds: 1088 ร— 10 = 10,880 feet.

Convert to miles: 10,880 / 5280 โ‰ˆ 2.06 miles.

To the nearest half mile, 2.06 rounds to 2 miles.

ANSWER 8: C

Problem 9:
Seats: B _ _ _ B, with boys at the two ends and girls in the three middle seats.

- Boys in the two end seats: 2! = 2 ways.
- Girls in the three middle seats: 3! = 6 ways.

Total: 2 ร— 6 = 12.

(Choice D, 6, forgets the boys can swap; choice A, 2, forgets the girls' orderings.)

ANSWER 9: E

Problem 10:
Compute the numerator first: 3/8 + 7/8 = 10/8 = 5/4.

Then divide by 4/5:
(5/4) รท (4/5) = (5/4) ยท (5/4) = 25/16.

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

We need find which triplet does **not** have sum \(1\).

- A: \(\frac12+\frac13+\frac16=\frac{3}{6}+\frac{2}{6}+\frac{1}{6}=1\)
- B: \(2+(-2)+1=1\)
- C: \(0.1+0.3+0.6=1.0\)
- D: \(1.1+(-2.1)+1.0=1.1-2.1+1.0=0\), not \(1\)
- E: \(-\frac32-\frac52+5=-\frac82+5=-4+5=1\)

Only choice D does not add to \(1\).

ANSWER 1: D

Problem 2:

We substitute \(x=7\) into each expression:

- A: \(6^x=6^7\), a very large number.
- B: \(6^{x+1}=6^8\), even larger.
- C: \(6^{x-1}=6^6=46656\).
- D: \(x^6=7^6=117649\).
- E: \(x^{1/6}=7^{1/6}\), the sixth root of \(7\).

Since \(7^{1/6}\) is a little more than \(1\), it is much smaller than the large powers in Aโ€“D.

ANSWER 2: E

Problem 3:

Factor \(250\):

\[
250=25\cdot 10=5^2\cdot 2\cdot 5=2\cdot 5^3.
\]

The prime factors are \(2\) and \(5\). The two smallest prime factors are therefore \(2\) and \(5\).

\[
2+5=7.
\]

Choices A and B are individual prime factors, while D and E do not equal the required sum.

ANSWER 3: C

Problem 4:

Add the numbers of students from the three classes:

\[
11+8+9=19+9=28.
\]

Thus, \(28\) mathematics students are taking the AMC 8.

The nearby choices \(27\) and \(29\) would result from an addition error.

ANSWER 4: C

Problem 5:

Let the total number of marbles be \(N\).

- โ€œAll but 6 are redโ€ means there are \(N-6\) red marbles.
- โ€œAll but 8 are greenโ€ means there are \(N-8\) green marbles.
- โ€œAll but 4 are blueโ€ means there are \(N-4\) blue marbles.

Since every marble is exactly one color,

\[
(N-6)+(N-8)+(N-4)=N.
\]

So,

\[
3N-18=N
\]

\[
2N=18
\]

\[
N=9.
\]

Check: there are \(3\) red, \(1\) green, and \(5\) blue marbles, for a total of \(9\). Indeed, all but \(6\) are red, all but \(8\) are green, and all but \(4\) are blue.

ANSWER 5: C

Problem 6:

Haruki has \(24\) cm of wire, so each shape must have perimeter \(24\) cm.

- Regular hexagon with side length \(5\):

\[
6\cdot 5=30\text{ cm}.
\]

He cannot make the hexagon because \(30>24\).

- Square with area \(36\text{ cm}^2\):

\[
\text{side length}=\sqrt{36}=6\text{ cm}.
\]

Its perimeter is

\[
4\cdot 6=24\text{ cm}.
\]

He can make the square.

- Right triangle with legs \(6\) and \(8\):

Its hypotenuse is

\[
\sqrt{6^2+8^2}=\sqrt{36+64}=\sqrt{100}=10.
\]

Its perimeter is

\[
6+8+10=24\text{ cm}.
\]

He can make the triangle.

Thus, he can make the square and triangle only.

ANSWER 6: D

Problem 7:

โ€œHalf priceโ€ means the sale price is \(50\%\) of the original price.

Then the coupon takes another \(20\%\) off the sale price. Thus the customer pays

\[
80\%\text{ of }50\%=0.80\cdot 0.50=0.40=40\%
\]

of the original price.

So the discount is

\[
100\%-40\%=60\%.
\]

A tempting error is to add \(50\%+20\%=70\%\), but the \(20\%\) discount is applied to the already reduced sale price, not the original price.

ANSWER 7: D

Problem 8:

The thunder takes \(10\) seconds to travel from the lightning to Snoopy.

Distance in feet:

\[
1088\cdot 10=10880\text{ feet}.
\]

Convert to miles:

\[
\frac{10880}{5280}\approx 2.06\text{ miles}.
\]

The nearest half-mile to \(2.06\) is \(2\) miles.

It is much closer to \(2\) than to \(2\frac12\).

ANSWER 8: C

Problem 9:

There are two boys, and they must occupy the two end seats.

The boys can be arranged in the ends in

\[
2!=2
\]

ways.

The three girls fill the three middle seats in

\[
3!=6
\]

ways.

Therefore, the total number of arrangements is

\[
2!\cdot 3!=2\cdot 6=12.
\]

Choices such as \(2\) or \(6\) count only the boysโ€™ or girlsโ€™ arrangements, not both.

ANSWER 9: E

Problem 10:

The expression is

\[
\frac{\frac38+\frac78}{\frac45}.
\]

First add the fractions in the numerator:

\[
\frac38+\frac78=\frac{10}{8}=\frac54.
\]

Now divide by \(\frac45\):

\[
\frac54\div\frac45=\frac54\cdot\frac54=\frac{25}{16}.
\]

Therefore the value is \(\frac{25}{16}\).

ANSWER 10: B
Q10 ยท easy ยท AJHSME 1998 #3 โ€” correct: B (25/16.) ยท solved by 5/5 models
38 + 7845=
  1. 1
  2. 2516
  3. 2
  4. 4320
  5. 4716
Official approach: the bar means divide; flipping turns it into a square
ModelPickโœ“/โœ—Reasoning
openrouter:meta/muse-spark-1.3 B โœ“
show
Problem 1:
We need the sum of each triplet to check if it equals 1.

A. (1/2, 1/3, 1/6). Sum = 1/2+1/3+1/6 = 3/6+2/6+1/6 = 6/6 = 1.

B. (2, -2, 1). Sum = 2-2+1 = 1.

C. (0.1, 0.3, 0.6). Sum = 0.1+0.3+0.6 = 1.0.

D. (1.1, -2.1, 1.0). Sum = 1.1-2.1+1.0 = 2.1-2.1 = 0. This is not 1.

E. (-3/2, -5/2, 5). Sum = -3/2-5/2+5 = -8/2+5 = -4+5 = 1.

Only D does not sum to 1.

ANSWER 1: D

Problem 2:
We interpret the choices as fractions with x = 7:
A. 6/x, B. 6/(x+1), C. 6/(x-1), D. x/6, E. (x+1)/6.

Substitute x = 7:
A. 6/7 โ‰ˆ 0.86
B. 6/(7+1) = 6/8 = 3/4 = 0.75
C. 6/(7-1) = 6/6 = 1
D. 7/6 โ‰ˆ 1.17
E. (7+1)/6 = 8/6 โ‰ˆ 1.33

For positive numerators, the smaller the denominator the larger the fraction, and vice versa. Among A,B,C, 6/8 is smallest. D and E are both >1, so larger.

Hence B is the smallest.

ANSWER 2: B

Problem 3:
We need prime factorization of 250.

250 = 25 ร— 10 = 5ยฒ ร— 2 ร— 5 = 2 ร— 5ยณ.

So the prime factors listed with multiplicity are 2,5,5,5.

The two smallest are 2 and 5. Their sum is 2+5 = 7.

Note choice A 2 would be just the smallest, D 10 would be 5+5, but we want the two smallest.

ANSWER 3: C

Problem 4:
We are asked for total students taking the AMC 8 from the three math classes.

Miss Germain's class: 11 students
Mr. Newton's class: 8 students
Mrs. Young's class: 9 students

Total = 11+8+9 = 19+9 = 28.

This is straightforward addition. The total 17 is not an option, so all three counts are included.

ANSWER 4: C

Problem 5:
Let total marbles = T, with r red, g green, b blue, so T = r+g+b.

"All but 6 are red" means all except 6 are red, so the non-red marbles number 6:
g + b = 6.

"All but 8 are green" means non-green number 8:
r + b = 8.

"All but 4 are blue" means non-blue number 4:
r + g = 4.

Add all three equations:
(g+b)+(r+b)+(r+g) = 6+8+4
2(r+g+b) = 18
2T = 18
T = 9.

Check: r = T-6 = 3, g = T-8 = 1, b = T-4 = 5, and 3+1+5=9.

ANSWER 5: C

Problem 6:
Wire length available is 24 cm. A shape can be made if its perimeter is โ‰ค 24 cm; since we want to bend it to form the shape, typically perimeter = 24 exactly if using all, but at most 24 is needed. Here check:

Hexagon: Regular with side 5 cm. Perimeter = 6ร—5 = 30 cm. 30 > 24, so cannot make.

Square: Area 36 cmยฒ. Side = โˆš36 = 6 cm. Perimeter = 4ร—6 = 24 cm. Exactly uses wire, so can make.

Right triangle: Legs 6 and 8 cm. Hypotenuse by Pythagoras = โˆš(6ยฒ+8ยฒ) = โˆš(36+64) = โˆš100 = 10 cm. Perimeter = 6+8+10 = 24 cm. Exactly uses wire, so can make.

Thus square and triangle only.

ANSWER 6: D

Problem 7:
Let original price = P.

Sale is half price: sale price = P/2 = 0.5P.

Coupon gives 20% discount on sale price, so you pay 100%-20% = 80% of sale price:
final price = 0.80 ร— 0.5P = 0.40P.

That is 40% of original, so the reduction is 100%-40% = 60% off original.

Tempting wrong: A 10 would add discounts incorrectly, C 40 is the percent paid, not off.

ANSWER 7: D

Problem 8:
Distance โ‰ˆ speed ร— time, ignoring light travel time.

Speed of sound = 1088 ft/s, time = 10 s:
distance in feet = 1088ร—10 = 10880 ft.

1 mile = 5280 ft, so distance in miles = 10880/5280 = 1088/528.

528ร—2 = 1056, remainder 32, so = 2 + 32/528 โ‰ˆ 2.06 miles.

To nearest half-mile among 1, 1ยฝ, 2, 2ยฝ, 3, 2.06 is closest to 2.

ANSWER 8: C

Problem 9:
Positions in row: _ _ _ _ _. Requirement: boy at each end, girls in middle, i.e., B G G G B pattern.

Number of ways to place the 2 distinct boys on the 2 end spots: 2! = 2.

Number of ways to place the 3 distinct girls in the 3 middle spots: 3! = 3ร—2ร—1 = 6.

By counting principle, total arrangements = 2ร—6 = 12.

Choices A-D are too small; they forget permuting within genders.

ANSWER 9: E

Problem 10:
Interpret the expression as (3/8 + 7/8) รท (4/5).

First add numerator: 3/8 + 7/8 = 10/8 = 5/4.

Divide by 4/5 means multiply by 5/4:
(5/4) รท (4/5) = (5/4)ร—(5/4) = 25/16.

This matches choice B. Choice A 1, C 2 would be from mis-adding, etc.

ANSWER 10: B
openrouter:google/gemini-3.8-flash B โœ“
show
Here are the step-by-step solutions for each problem:

---

### Problem 1:
**Restatement:** We are asked to identify which of the given sets of three numbers does NOT add up to $1$.

**Step-by-step evaluation of each choice:**
- **A.** $\frac{1}{2} + \frac{1}{3} + \frac{1}{6} = \frac{3}{6} + \frac{2}{6} + \frac{1}{6} = \frac{6}{6} = 1$.
- **B.** $2 + (-2) + 1 = 0 + 1 = 1$.
- **C.** $0.1 + 0.3 + 0.6 = 1.0 = 1$.
- **D.** $1.1 + (-2.1) + 1.0 = -1.0 + 1.0 = 0 \neq 1$.
- **E.** $-\frac{3}{2} + \left(-\frac{5}{2}\right) + 5 = -\frac{8}{2} + 5 = -4 + 5 = 1$.

The triplet in choice D has a sum of $0$, not $1$.

ANSWER 1: D

---

### Problem 2:
**Restatement:** Given $x = 7$, we want to find which of the expressions has the smallest value.

**Step-by-step evaluation of each choice:**
- **A.** $\frac{6}{x} = \frac{6}{7} \approx 0.857$
- **B.** $\frac{6}{x+1} = \frac{6}{7+1} = \frac{6}{8} = \frac{3}{4} = 0.75$
- **C.** $\frac{6}{x-1} = \frac{6}{7-1} = \frac{6}{6} = 1$
- **D.** $\frac{x}{6} = \frac{7}{6} \approx 1.167$
- **E.** $\frac{x+1}{6} = \frac{7+1}{6} = \frac{8}{6} = \frac{4}{3} \approx 1.333$

Comparing the values, $0.75 < 0.857 < 1 < 1.167 < 1.333$. The smallest value is $\frac{6}{x+1} = \frac{3}{4}$.

ANSWER 2: B

---

### Problem 3:
**Restatement:** Find the sum of the two smallest prime factors of $250$.

**Step-by-step solution:**
1. Find the prime factorization of $250$:
   $$250 = 2 \times 125 = 2 \times 5^3$$
2. The prime factors of $250$ are $2$ and $5$.
3. The two smallest prime factors are therefore $2$ and $5$.
4. Their sum is:
   $$2 + 5 = 7$$

ANSWER 3: C

---

### Problem 4:
**Restatement:** We are given the number of AMC 8 participants in each of three teachers' classes:
- Miss Germain: $11$ students
- Mr. Newton: $8$ students
- Mrs. Young: $9$ students

**Step-by-step solution:**
To find the total number of students taking the contest, sum the students from all three classes:
$$\text{Total} = 11 + 8 + 9 = 28$$

ANSWER 4: C

---

### Problem 5:
**Restatement:** In a jar containing only red ($R$), green ($G$), and blue ($B$) marbles:
- All but $6$ are red $\implies G + B = 6$
- All but $8$ are green $\implies R + B = 8$
- All but $4$ are blue $\implies R + G = 4$

We need to find the total number of marbles, $T = R + G + B$.

**Step-by-step solution:**
Add the three equations together:
$$(G + B) + (R + B) + (R + G) = 6 + 8 + 4$$
$$2R + 2G + 2B = 18$$
$$2(R + G + B) = 18$$
Divide both sides by $2$:
$$R + G + B = 9$$

There are $9$ marbles in the jar.

ANSWER 5: C

---

### Problem 6:
**Restatement:** Haruki has a piece of wire $24\text{ cm}$ long. We must check which shapes can be formed with this wire (i.e., which shapes have a perimeter of exactly $24\text{ cm}$).

**Step-by-step check of each shape:**
1. **Regular hexagon with side length $5\text{ cm}$:**
   $$\text{Perimeter} = 6 \times 5 = 30\text{ cm} \neq 24\text{ cm}$$
   He cannot make the hexagon.

2. **Square of area $36\text{ cm}^2$:**
   $$\text{Side length} = \sqrt{36} = 6\text{ cm}$$
   $$\text{Perimeter} = 4 \times 6 = 24\text{ cm}$$
   He can make the square.

3. **Right triangle with legs $6\text{ cm}$ and $8\text{ cm}$:**
   $$\text{Hypotenuse} = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10\text{ cm}$$
   $$\text{Perimeter} = 6 + 8 + 10 = 24\text{ cm}$$
   He can make the right triangle.

Thus, Haruki can make the square and triangle only.

ANSWER 6: D

---

### Problem 7:
**Restatement:** An item is on sale for half price ($50\%$ off), and an additional coupon gives a $20\%$ discount on the sale price. What percentage off the original price is the final price?

**Step-by-step solution:**
1. Let the original price be $P$.
2. The sale price is half of the original:
   $$\text{Sale Price} = 0.50P$$
3. The coupon reduces the sale price by $20\%$, meaning the customer pays $80\%$ of the sale price:
   $$\text{Final Price} = 0.80 \times (0.50P) = 0.40P$$
4. Since the customer pays $40\%$ of the original price, the total discount off the original price is:
   $$100\% - 40\% = 60\%$$

ANSWER 7: D

---

### Problem 8:
**Restatement:** Snoopy hears thunder $10$ seconds after seeing lightning. Sound travels at $1088\text{ ft/s}$, and $1\text{ mile} = 5280\text{ ft}$. Estimate the distance to the nearest half-mile.

**Step-by-step solution:**
1. Calculate the distance traveled by the sound in feet:
   $$\text{Distance} = 1088\text{ ft/s} \times 10\text{ s} = 10{,}880\text{ feet}$$
2. Convert this distance to miles:
   $$\frac{10{,}880}{5280} \approx 2.0606\text{ miles}$$
3. Round to the nearest half-mile (choices are $1$, $1\frac{1}{2}$, $2$, $2\frac{1}{2}$, $3$):
   - Distance to $2$: $|2.0606 - 2| = 0.0606$
   - Distance to $2.5$: $|2.0606 - 2.5| = 0.4394$

The closest value is $2$ miles.

ANSWER 8: C

---

### Problem 9:
**Restatement:** Five students (2 boys and 3 girls) are arranged in a row of 5 seats such that there is a boy at each end and the 3 girls are in the middle 3 seats. Find the number of possible arrangements.

**Step-by-step solution:**
The arrangement of the 5 positions must look like:
$$\text{Boy}_1, \quad \text{Girl}, \quad \text{Girl}, \quad \text{Girl}, \quad \text{Boy}_2$$

1. **Placing the boys at the ends:**
   There are $2$ boys for the first seat and $1$ remaining boy for the last seat:
   $$2! = 2 \times 1 = 2\text{ ways}$$

2. **Placing the girls in the middle:**
   There are $3$ girls to arrange in the middle 3 seats:
   $$3! = 3 \times 2 \times 1 = 6\text{ ways}$$

3. **Total arrangements:**
   $$\text{Total} = 2 \times 6 = 12\text{ ways}$$

ANSWER 9: E

---

### Problem 10:
**Restatement:** Evaluate the complex fraction:
$$\frac{\frac{3}{8} + \frac{7}{8}}{\frac{4}{5}}$$

**Step-by-step solution:**
1. Simplify the numerator:
   $$\frac{3}{8} + \frac{7}{8} = \frac{10}{8} = \frac{5}{4}$$

2. Divide the numerator by the denominator:
   $$\frac{\frac{5}{4}}{\frac{4}{5}} = \frac{5}{4} \times \frac{5}{4} = \frac{25}{16}$$

ANSWER 10: B
openrouter:~z-ai/glm-latest B โœ“
show
# Problem 1:
We need the triplet whose sum is NOT 1. Check each:

- **A:** 1/2 + 1/3 + 1/6 = 3/6 + 2/6 + 1/6 = 6/6 = 1 โœ“
- **B:** 2 + (โˆ’2) + 1 = 1 โœ“
- **C:** 0.1 + 0.3 + 0.6 = 1.0 โœ“
- **D:** 1.1 + (โˆ’2.1) + 1.0 = 0 โœ— (This is NOT 1)
- **E:** โˆ’3/2 โˆ’ 5/2 + 5 = โˆ’8/2 + 5 = โˆ’4 + 5 = 1 โœ“

Only choice D fails to sum to 1.

ANSWER 1: D

# Problem 2:
Substitute x = 7 into each expression:

- **A:** 6/x = 6/7 โ‰ˆ 0.857
- **B:** 6/(x+1) = 6/8 = 0.75
- **C:** 6/(xโˆ’1) = 6/6 = 1
- **D:** x/6 = 7/6 โ‰ˆ 1.167
- **E:** (x+1)/6 = 8/6 โ‰ˆ 1.333

Comparing: 0.75 < 0.857 < 1 < 1.167 < 1.333. The smallest is 6/8 = 0.75, choice B.

ANSWER 2: B

# Problem 3:
Factor 250: 250 = 2 ยท 125 = 2 ยท 5ยณ.

The prime factors are 2 and 5. The two smallest prime factors are 2 and 5.

Their sum: 2 + 5 = 7.

(Trap: choice D is 10 = 2 ร— 5, the *product*, not the sum.)

ANSWER 3: C

# Problem 4:
The students taking the contest are in three classes:
11 (Germain) + 8 (Newton) + 9 (Young) = 28 students.

(Trap: choice E, 30, would come from miscounting, e.g., using 11 + 10 + 9.)

ANSWER 4: C

# Problem 5:
Let T = total marbles. "All but 6 are red" means red = T โˆ’ 6. Similarly green = T โˆ’ 8, blue = T โˆ’ 4.

Since red + green + blue = T:
(T โˆ’ 6) + (T โˆ’ 8) + (T โˆ’ 4) = T
3T โˆ’ 18 = T
2T = 18
T = 9.

Check: red = 3, green = 1, blue = 5. Then "all but 6 are red" โœ“ (1+5=6 non-red), "all but 8 are green" โœ“ (3+5=8), "all but 4 are blue" โœ“ (3+1=4). Total = 9. โœ“

ANSWER 5: C

# Problem 6:
The wire is 24 cm, so each shape's perimeter must be โ‰ค 24 (exactly 24 to use the whole wire, or check against the wire length).

- **Hexagon:** 6 sides ร— 5 cm = 30 cm > 24. **Cannot** be made.
- **Square:** Area 36 cmยฒ โ†’ side = โˆš36 = 6 cm โ†’ perimeter = 4 ร— 6 = 24 cm โ‰ค 24. **Can** be made.
- **Right triangle:** Legs 6 and 8 โ†’ hypotenuse = โˆš(36 + 64) = โˆš100 = 10 cm โ†’ perimeter = 6 + 8 + 10 = 24 cm โ‰ค 24. **Can** be made.

Only the square and triangle work.

ANSWER 6: D

# Problem 7:
Let the original price be P.

Step 1: Half price โ†’ P/2 (this is 50% off).
Step 2: Coupon takes 20% off the *sale price*, so you pay 80% of P/2:
(0.8)(P/2) = 0.4P.

So the final price is 40% of the original, meaning the discount is 100% โˆ’ 40% = **60% off**.

(Trap: choice C, 40, is the final price percentage; the question asks the discount. Trap: 50+20 = 70 is wrong because the 20% applies to the reduced price.)

ANSWER 7: D

# Problem 8:
Distance = speed ร— time = 1088 ft/sec ร— 10 sec = 10,880 feet.

Convert to miles: 10,880 รท 5280 โ‰ˆ 2.06 miles.

To the nearest half-mile: 2.06 is closer to 2 than to 2ยฝ (since 2.25 is the midpoint, and 2.06 < 2.25).

ANSWER 8: C

# Problem 9:
The seating is: Boy _ _ Girl _ Girl _ Boy, with the boys at the two ends.

- The two end positions: choose which boy is on the left and which on the right: 2! = 2 ways.
- The three middle positions: arrange the three girls: 3! = 3 ร— 2 ร— 1 = 6 ways.

Total arrangements: 2 ร— 6 = 12.

(Trap: choice D, 6, forgets the boys can swap; choice A, 2, forgets the girls can be permuted.)

ANSWER 9: E

# Problem 10:
Interpret the expression as the fraction with numerator 3/8 + 7/8 over denominator 4/5:

$$\frac{\frac{3}{8}+\frac{7}{8}}{\frac{4}{5}}$$

Numerator: 3/8 + 7/8 = 10/8 = 5/4.

Divide by 4/5 (multiply by 5/4):

(5/4) ร— (5/4) = 25/16.

Check: 25/16 = 1.5625, matching choice B.

(Trap: adding everything or multiplying incorrectly gives the other fractions listed.)

ANSWER 10: B
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 the triplet whose sum is NOT 1.

- A: 1/2 + 1/3 + 1/6 = 3/6 + 2/6 + 1/6 = 6/6 = 1 โœ”
- B: 2 + (โˆ’2) + 1 = 1 โœ”
- C: 0.1 + 0.3 + 0.6 = 1.0 โœ”
- D: 1.1 + (โˆ’2.1) + 1.0 = (1.1 โˆ’ 2.1) + 1.0 = โˆ’1.0 + 1.0 = 0 โœ˜
- E: โˆ’3/2 โˆ’ 5/2 + 5 = โˆ’8/2 + 5 = โˆ’4 + 5 = 1 โœ”

Only D fails.

ANSWER 1: D

Problem 2:
Substitute x = 7 into each expression:

- A: 6/x = 6/7 โ‰ˆ 0.857
- B: 6/(x+1) = 6/8 = 0.75
- C: 6/(xโˆ’1) = 6/6 = 1
- D: x/6 = 7/6 โ‰ˆ 1.167
- E: (x+1)/6 = 8/6 โ‰ˆ 1.333

Among fractions with numerator 6, the largest denominator gives the smallest value, so 6/8 = 0.75 beats 6/7 and 6/6. The last two are greater than 1, so they can't be smallest.

ANSWER 2: B

Problem 3:
Factor 250: 250 = 2 ยท 125 = 2 ยท 5ยณ.

So the prime factors are 2 and 5 only. The two smallest (and only) prime factors are 2 and 5, and 2 + 5 = 7.

(Choice E, 12, would come from adding 2 + 10, but 10 isn't prime; choice D, 10, from 5 + 5, but we need two *different* prime factors.)

ANSWER 3: C

Problem 4:
Each teacher's class contributes its students; the classes are separate groups of students:

11 + 8 + 9 = 28.

ANSWER 4: C

Problem 5:
Let the total be T, with R red, G green, B blue, so R + G + B = T.

- "All but 6 are red" means the non-red marbles number 6: G + B = 6, so R = T โˆ’ 6.
- "All but 8 are green": R + B = 8, so G = T โˆ’ 8.
- "All but 4 are blue": R + G = 4, so B = T โˆ’ 4.

Add: R + G + B = 3T โˆ’ 18 = T, so 2T = 18 and T = 9.

Check: R = 3, G = 1, B = 5 โ†’ non-red = 6 โœ”, non-green = 8 โœ”, non-blue = 4 โœ”.

ANSWER 5: C

Problem 6:
The wire has length 24 cm, so the shape's perimeter must be exactly 24 cm.

- Regular hexagon, side 5: perimeter = 6 ยท 5 = 30 cm. Too long โ€” impossible.
- Square of area 36: side = โˆš36 = 6, perimeter = 4 ยท 6 = 24 cm. โœ”
- Right triangle with legs 6 and 8: hypotenuse = โˆš(36 + 64) = 10, perimeter = 6 + 8 + 10 = 24 cm. โœ”

So the square and triangle only. (Don't forget to include the hypotenuse in the triangle's perimeter!)

ANSWER 6: D

Problem 7:
Let the original price be 100.

Half price: 100 ร— 0.5 = 50.
Coupon takes 20% off the sale price: 50 ร— 0.8 = 40.

Final price is 40, which is 60 less than 100, i.e., 60% off.

(Choice E, 70, comes from wrongly adding 50% + 20%; choice C, 40, is the percentage *paid*, not the discount.)

ANSWER 7: D

Problem 8:
Distance sound traveled in 10 seconds: 1088 ร— 10 = 10,880 feet.

Convert to miles: 10,880 / 5280 โ‰ˆ 2.06 miles.

To the nearest half mile, 2.06 rounds to 2 miles.

ANSWER 8: C

Problem 9:
Seats: B _ _ _ B, with boys at the two ends and girls in the three middle seats.

- Boys in the two end seats: 2! = 2 ways.
- Girls in the three middle seats: 3! = 6 ways.

Total: 2 ร— 6 = 12.

(Choice D, 6, forgets the boys can swap; choice A, 2, forgets the girls' orderings.)

ANSWER 9: E

Problem 10:
Compute the numerator first: 3/8 + 7/8 = 10/8 = 5/4.

Then divide by 4/5:
(5/4) รท (4/5) = (5/4) ยท (5/4) = 25/16.

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

We need find which triplet does **not** have sum \(1\).

- A: \(\frac12+\frac13+\frac16=\frac{3}{6}+\frac{2}{6}+\frac{1}{6}=1\)
- B: \(2+(-2)+1=1\)
- C: \(0.1+0.3+0.6=1.0\)
- D: \(1.1+(-2.1)+1.0=1.1-2.1+1.0=0\), not \(1\)
- E: \(-\frac32-\frac52+5=-\frac82+5=-4+5=1\)

Only choice D does not add to \(1\).

ANSWER 1: D

Problem 2:

We substitute \(x=7\) into each expression:

- A: \(6^x=6^7\), a very large number.
- B: \(6^{x+1}=6^8\), even larger.
- C: \(6^{x-1}=6^6=46656\).
- D: \(x^6=7^6=117649\).
- E: \(x^{1/6}=7^{1/6}\), the sixth root of \(7\).

Since \(7^{1/6}\) is a little more than \(1\), it is much smaller than the large powers in Aโ€“D.

ANSWER 2: E

Problem 3:

Factor \(250\):

\[
250=25\cdot 10=5^2\cdot 2\cdot 5=2\cdot 5^3.
\]

The prime factors are \(2\) and \(5\). The two smallest prime factors are therefore \(2\) and \(5\).

\[
2+5=7.
\]

Choices A and B are individual prime factors, while D and E do not equal the required sum.

ANSWER 3: C

Problem 4:

Add the numbers of students from the three classes:

\[
11+8+9=19+9=28.
\]

Thus, \(28\) mathematics students are taking the AMC 8.

The nearby choices \(27\) and \(29\) would result from an addition error.

ANSWER 4: C

Problem 5:

Let the total number of marbles be \(N\).

- โ€œAll but 6 are redโ€ means there are \(N-6\) red marbles.
- โ€œAll but 8 are greenโ€ means there are \(N-8\) green marbles.
- โ€œAll but 4 are blueโ€ means there are \(N-4\) blue marbles.

Since every marble is exactly one color,

\[
(N-6)+(N-8)+(N-4)=N.
\]

So,

\[
3N-18=N
\]

\[
2N=18
\]

\[
N=9.
\]

Check: there are \(3\) red, \(1\) green, and \(5\) blue marbles, for a total of \(9\). Indeed, all but \(6\) are red, all but \(8\) are green, and all but \(4\) are blue.

ANSWER 5: C

Problem 6:

Haruki has \(24\) cm of wire, so each shape must have perimeter \(24\) cm.

- Regular hexagon with side length \(5\):

\[
6\cdot 5=30\text{ cm}.
\]

He cannot make the hexagon because \(30>24\).

- Square with area \(36\text{ cm}^2\):

\[
\text{side length}=\sqrt{36}=6\text{ cm}.
\]

Its perimeter is

\[
4\cdot 6=24\text{ cm}.
\]

He can make the square.

- Right triangle with legs \(6\) and \(8\):

Its hypotenuse is

\[
\sqrt{6^2+8^2}=\sqrt{36+64}=\sqrt{100}=10.
\]

Its perimeter is

\[
6+8+10=24\text{ cm}.
\]

He can make the triangle.

Thus, he can make the square and triangle only.

ANSWER 6: D

Problem 7:

โ€œHalf priceโ€ means the sale price is \(50\%\) of the original price.

Then the coupon takes another \(20\%\) off the sale price. Thus the customer pays

\[
80\%\text{ of }50\%=0.80\cdot 0.50=0.40=40\%
\]

of the original price.

So the discount is

\[
100\%-40\%=60\%.
\]

A tempting error is to add \(50\%+20\%=70\%\), but the \(20\%\) discount is applied to the already reduced sale price, not the original price.

ANSWER 7: D

Problem 8:

The thunder takes \(10\) seconds to travel from the lightning to Snoopy.

Distance in feet:

\[
1088\cdot 10=10880\text{ feet}.
\]

Convert to miles:

\[
\frac{10880}{5280}\approx 2.06\text{ miles}.
\]

The nearest half-mile to \(2.06\) is \(2\) miles.

It is much closer to \(2\) than to \(2\frac12\).

ANSWER 8: C

Problem 9:

There are two boys, and they must occupy the two end seats.

The boys can be arranged in the ends in

\[
2!=2
\]

ways.

The three girls fill the three middle seats in

\[
3!=6
\]

ways.

Therefore, the total number of arrangements is

\[
2!\cdot 3!=2\cdot 6=12.
\]

Choices such as \(2\) or \(6\) count only the boysโ€™ or girlsโ€™ arrangements, not both.

ANSWER 9: E

Problem 10:

The expression is

\[
\frac{\frac38+\frac78}{\frac45}.
\]

First add the fractions in the numerator:

\[
\frac38+\frac78=\frac{10}{8}=\frac54.
\]

Now divide by \(\frac45\):

\[
\frac54\div\frac45=\frac54\cdot\frac54=\frac{25}{16}.
\]

Therefore the value is \(\frac{25}{16}\).

ANSWER 10: B