Combinatorics problem:circle hopscotch; the faster it's answered the better

Can anyone help me with the following scenario:

A hopping circuit is painted on a school playground. It consists of 25 small circles, with the numbers 0 ( at the 12 o' clock place) to 24, arranged as a big circle. Each student jumps either 3 or 4 spaces clockwise(so a student can end up either in circle 3 or 4 on their first hop). Students must go twice around the circuit and start and end at 0 to complete a game. All students must list in order the numbers they land on and record the total number of hops they take.

a) In one game a student took 13 hops. Write down a possible list of numbers he landed on.

I worked out that to clear 50 numbers with 13 numbers you van have 11 4-hops & 2 3-hops. This makes the numbers 4,8,12,16,20,24,3,7,11,15,19,22,0. But is 11 4-hops and 2 3-hops the only combination? And is there some sort of relativity formula to shorten the answer a bit( I can assume there will be tens and hundreds of combinations)

b) Find all possible combinations of the number of 3-hops and number of 4-hops in a game.

Again, I can assume there will be quite a few. Is there a relativity formula for this too?( You aren't limited to 13 hops for this question)

c)What is the smallest number of different numbers a student can land on in one game? Explain your answer

I'm totally stuck on this one . I don't know how are you supposed to prove that you have the smallest amount of different numbers?

d) Jo and Mike decide to play a longer version of the game. They both play simultaneously and start at 0. When Jo jumps 4 circles, Mike jumps 3 and vice-versa. Jo first 5 hops are 4-hops. After that, she takes 3-hops until she reaches or passes 0. How many laps will each of them take until they next meet at 0?

Again, I'm totally stumped. How are you meant to find that out? I've tried tracking the pattern but to no avail Thanks!

P.S. I'm only a Year 7, so please don't post answers with calculus in them. I won't understand a single bit. Algebra 1 is fine, though

#NumberTheory

Note by Www Www
4 years ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Are you familiar with Diophantine equations? Solving these problems is equivalent to solving a few linear Diophantine equations. Let xx be the number of 3-hops and yy be the number of 4-hops.

For (a), you need to simultaneously solve x+y=13x+y=13 and 3x+4y=503x+4y=50 over the non-negative integers. Rewriting the second equation in terms of yy and noting that yy is a non-negative integer, we get x2(mod4)x\equiv 2\pmod 4. The first equation provides the bounds 0x130\leq x\leq 13, so possible solutions for xx are 2,6,102,6,10. Correspondingly, the possible solutions for yy are 11,8,511,8,5 respectively. It's now evident that only (x,y)=(2,11)(x,y)=(2,11) satisfies the first equation and hence is the only solution. As for the number of configurations using this number of hops (you wrote down one), there are (1311)=(132)\dbinom {13}{11}=\dbinom {13}2 ways since we can, out of all the 13 hops, select 11 of the (not necessarily consecutive) hops as 4-hops and the rest will be 3-hops. Although, I'm not sure how many of those configurations are distinct.

For (b), we need the solutions of 3x+4y=503x+4y=50 over the non-negative integers. From the work done in (a), we note that the solutions x,yx,y are (2,11),(6,8),(10,5)(2,11),(6,8),(10,5) with a total of 13,14,1513,14,15 hops respectively.

For (c), the answer seems to be 77. Note that a player lands on at least 6 different numbers in the first lap alone and through a tedious analysis, it can be shown that if the player lands on only 6 different numbers in the first lap, he/she ends up stepping on a number during the second lap different from the 6 numbers. Hence, the player steps on at least 7 different numbers in one game. We shall now show that a game exists in which the player steps on exactly 7 different numbers. To do that, we find solutions (x,y)(x,y) to 3x+4y=253x+4y=25 which are (3,4),(7,1)(3,4),(7,1). The first solution steps on 7 different numbers in a game and the second on 8. The numbers stepped on the first lap are repeated for the second lap. So, with 3 3-hops, 4 4-hops in the first lap and repeating the same for the second lap (with 14 hops in total), the numbers stepped on are 3,6,9,13,17,21,03,6,9,13,17,21,0 (7 different numbers).

For (d), I have a problem with the wording of the question. What does Jo do after passing 0 for the first time (i.e., completing the first lap but not the game). Does she continue with the 3-hops, or does she change to 4-hops? And if so, when does she change back to 3-hops? The question says "she takes 3-hops until she reaches or passes 0." but doesn't​ say what she does after passing 0 but not reaching 0. Can you clarify this?

Prasun Biswas - 4 years ago
×

Problem Loading...

Note Loading...

Set Loading...