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...")
Problem
If the following sequence of five arrows repeats itself continuously, what arrow would be in the 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 positions.
This means that we can just find the remainder when dividing by
.
, but
.
Since is between these two numbers, the remainder must be
.
The third arrow in the pattern is .
~anabel.disher