gsm8k-0003
1.000
Challenge · difficulty 2/5
# GSM8K Problem 4
James decides to run 3 sprints 3 times a week. He runs 60 meters each sprint. How many total meters does he run a week?
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:
- James runs **3 sprints** each time.
- He does this **3 times a week**.
- Each sprint is **60 meters**.
### Step 1: Find total sprints per week
$$
3 \text{ sprints/session} \times 3 \text{ sessions/week} = 9 \text{ sprints/week}
$$
### Step 2: Find total meters per week
$$
9 \text{ sprints/week} \times 60 \text{ meters/sprint} = 540 \text{ meters/week}
$$
### Final Answer:
\boxed{540}