← run

gsm8k-0006

1.000
1/1 tests· math
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
To find the total number of sheep, we need to determine the number of sheep in each city and then sum them up.

1.  **Seattle:** The problem states that Seattle has 20 sheep.
    $$ \text{Seattle} = 20 $$

2.  **Charleston:** Charleston has 4 times as many sheep as Seattle.
    $$ \text{Charleston} = 4 \times 20 = 80 $$

3.  **Toulouse:** Toulouse has twice as many sheep as Charleston.
    $$ \text{Toulouse} = 2 \times 80 = 160 $$

4.  **Total:** Now, we add the number of sheep from all three cities together.
    $$ \text{Total} = \text{Seattle} + \text{Charleston} + \text{Toulouse} $$
    $$ \text{Total} = 20 + 80 + 160 $$
    $$ \text{Total} = 260 $$

\boxed{260}