Difference between revisions of "2023 SSMO Accuracy Round Problems/Problem 1"
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
Then it takes him <cmath>23 \cdot 500 + (499 - 99) \cdot 0.5 + 99 \cdot 2 = 11898</cmath> seconds to read the entire passage. | Then it takes him <cmath>23 \cdot 500 + (499 - 99) \cdot 0.5 + 99 \cdot 2 = 11898</cmath> seconds to read the entire passage. | ||
− | + | So, <math>10S</math> is <math>\frac{10}{60} = \frac16</math> of this value, so <math>\lfloor 10S \rfloor = \boxed{1983}.</math> | |
− | value, so <math>\lfloor 10S \rfloor = \boxed{1983}.</math> | + | |
+ | ~SMO_Team |
Latest revision as of 14:44, 9 September 2025
Problem
Mr. Sammy proposes a Hamburger Proclamation, which has lines, divided into paragraphs of
lines each. It takes him
seconds to read each line. Additionally, he adds a
second pause between two lines in a paragraph, and a
second pause between paragraphs. If it takes him
minutes to read the whole Hamburger Proclamation, find
Solution
There are paragraphs, so there are
pauses between all lines and
pauses between paragraphs.
Then it takes him seconds to read the entire passage.
So, is
of this value, so
~SMO_Team