← 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 need to calculate the distance for one sprint and then multiply by the number of sprints and the number of weeks.

1.  **Calculate the distance of one sprint:**
    James runs 60 meters per sprint.

2.  **Calculate the total distance per session:**
    He runs 3 sprints per session.
    $60 \text{ meters/sprint} \times 3 \text{ sprints} = 180 \text{ meters}$.

3.  **Calculate the total distance per week:**
    He does this 3 times a week.
    $180 \text{ meters/session} \times 3 \text{ sessions} = 540 \text{ meters}$.

\boxed{540}