gsm8k-0006
1.000
Challenge · difficulty 2/5
# GSM8K Problem 7
Toulouse has twice as many sheep as Charleston. Charleston has 4 times as many sheep as Seattle. How many sheep do Toulouse, Charleston, and Seattle have together if Seattle has 20 sheep?
Reason step by step, then give ONLY the final answer on the last line as \boxed{ANSWER}.
<!-- imported from openai/gsm8k (test) -->
Proposed solution
We are given:
- Seattle has **20** sheep.
- Charleston has **4 times** as many sheep as Seattle.
- Toulouse has **twice** as many sheep as Charleston.
Let’s compute step by step.
### Step 1: Seattle's sheep
Seattle = 20
### Step 2: Charleston's sheep
Charleston = 4 × Seattle = 4 × 20 = **80**
### Step 3: Toulouse's sheep
Toulouse = 2 × Charleston = 2 × 80 = **160**
### Step 4: Total sheep
Total = Seattle + Charleston + Toulouse
= 20 + 80 + 160 = **260**
\boxed{260}