← run

gsm8k-0017

1.000
1/1 tests· math
Challenge · difficulty 2/5
# GSM8K Problem 18

Jill gets paid $20 per hour to teach and $30 to be a cheerleading coach. If she works 50 weeks a year, 35 hours a week as a teacher and 15 hours a week as a coach, what's her annual salary?

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:

- Jill earns **$20 per hour** as a teacher.
- She earns **$30 per hour** as a cheerleading coach.
- She works **50 weeks per year**.
- Each week, she works **35 hours as a teacher** and **15 hours as a coach**.

---

### Step 1: Calculate weekly earnings from teaching

$$
\text{Weekly teaching income} = 35 \text{ hours} \times \$20/\text{hour} = \$700
$$

### Step 2: Calculate weekly earnings from coaching

$$
\text{Weekly coaching income} = 15 \text{ hours} \times \$30/\text{hour} = \$450
$$

### Step 3: Total weekly income

$$
\$700 + \$450 = \$1150 \text{ per week}
$$

### Step 4: Annual income (50 weeks per year)

$$
\$1150 \times 50 = \$57,500
$$

---

### Final Answer:

\boxed{57500}