← run

gsm8k-0005

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

Kylar went to the store to buy glasses for his new apartment. One glass costs $5, but every second glass costs only 60% of the price. Kylar wants to buy 16 glasses. How much does he need to pay for them?

Reason step by step, then give ONLY the final answer on the last line as \boxed{ANSWER}.

<!-- imported from openai/gsm8k (test) -->
Proposed solution


Kylar buys glasses in pairs: each pair costs $5 (full price) + $3 (discounted) = $8. For 16 glasses, there are 8 pairs, so 8 * $8 = $64.

\boxed{64}