2000 CEMC Pascal Problems/Problem 4

Revision as of 13:52, 2 July 2025 by Anabel.disher (talk | contribs) (Created page with "==Problem== If the following sequence of five arrows repeats itself continuously, what arrow would be in the <math>48</math>th position? {{Image needed}} ==Solution== There ar...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

If the following sequence of five arrows repeats itself continuously, what arrow would be in the $48$th position?


An image is supposed to go here. You can help us out by creating one and editing it in. Thanks.


Solution

There are five arrows in the sequence, so the pattern will repeat for every $5$ positions.

This means that we can just find the remainder when dividing $48$ by $5$. $5 \times 9 = 45$, but $5 \times 10 = 50$.

Since $48$ is between these two numbers, the remainder must be $48 - 45 = 3$.

The third arrow in the pattern is $\boxed {\textbf {(C) }}$.

~anabel.disher