← 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
To find the total distance James runs in a week, we can break the problem down into two steps:

1. **Find the total number of sprints per week:** 
James runs 3 sprints each time he exercises, and he exercises 3 times a week. 
Total sprints = 3 sprints/session × 3 sessions/week = 9 sprints per week.

2. **Calculate the total distance:** 
Each sprint is 60 meters long. 
Total distance = 9 sprints × 60 meters/sprint = 540 meters.

\boxed{540}