← run

gsm8k-0003

1.000
1/1 tests· math
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
Let me break this down step by step:

1) James runs sprints 3 times a week
2) Each time he runs, he does 3 sprints
3) Each sprint is 60 meters

So per week:
- Number of sprint sessions per week = 3
- Number of sprints per session = 3
- Total number of sprints per week = 3 sessions × 3 sprints = 9 sprints

- Distance per sprint = 60 meters
- Total distance per week = 9 sprints × 60 meters = 540 meters

Therefore, James runs a total of 540 meters per week.

\boxed{540}