A Necklace with 100 Beads

Author Topic: A Necklace with 100 Beads  (Read 3465 times)

Offline msu_math

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
A Necklace with 100 Beads
« on: November 09, 2012, 03:25:20 PM »
Problem:

There are 100 beads on a necklace. 1 of them is red, the rest are blue. Working in the clockwise direction, we start from the red bead and remove every other bead. Right when the red bead is removed, how many blue beads are there left on the necklace?

Note: The first bead removed is the blue bead that is right next to the red bead in the clockwise direction. Removing every other bead means that we skip a bead, remove a bead. Skip a bead, remove a bead, etc.


Solution:     

Since initially we have 100 (an even number), on the first cycle we remove 100/2 = 50 blue balls leaving 50 balls with one of them red. The first cycle stopped (the last bead removed in the first cycle) is the blue ball on the left of the red ball. Now the second cycle is like the first only we have now 50 balls and we also begin removing the blue ball right next to the red ball (since we stopped removing the blue ball on the left of the red in the first cycle). Hence we remove 50/2 = 25 blue balls leaving 25 balls with one of them red. Now we have 25 balls and it can be shown that on the third cycle, we finally be able to remove the red bead since we only have an odd number of balls and we also begin removing the bead on the right of red. Hence with the red ball marked as 25 and the ball right next to it as 1, 2,.. ,24, on the third cycle we remove beads 1, 3, 5, …, 25 or a total of 13 beads leaving as with 25 – 13 = 12 blue beads.

Answer: 12 beads.
« Last Edit: November 14, 2012, 09:28:42 AM by msu_math »
Mohammad Salah Uddin

Lecturer in Mathematics
Department of Natural Sciences
FSIT, DIU

Offline bipasha

  • Faculty
  • Hero Member
  • *
  • Posts: 504
    • View Profile
Re: A Necklace with 100 Beads
« Reply #1 on: November 12, 2012, 11:15:46 AM »
Very interesting problem and intellectual solution

Offline msu_math

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
Re: A Necklace with 100 Beads
« Reply #2 on: November 14, 2012, 09:35:46 AM »
The aforementioned solution can be generalized in case of a necklace with N beads where 1 of them is red and the rest are blue.

We can express N = (2k-1)*2q for some integers k and q with k>0 and q>=0. Note that If q = 0, then we can remove the red bead after the first cycle leaving us with k blue beads. This is because If q = 0, then N is odd. We can label the beads starting from the right of the red bead as 1, 2, 3, … (2k – 1) and in the first cycle we remove beads 1, 3, … (2k -1) or a total of k balls, including the red ball, leaving us with (2k-1) – k = k -1 blue balls. Now if q>0, then we can’t remove the red bead in the first cycle since the label of the red bead is an even number and we are removing odd-numbered beads. The last bead removed in the first cycle is the bead on the left of the red bead. Hence we removed a total of N/2 beads. On the second cycle, we are now considering the case when we have N/2 beads. Thus for every positive r<=q, after the rth cycle, we are left with N/2r = (2k-1)*2(q-r) beads with one of them red. Thus, after q cycles, we are left with 2k-1 beads and on the (q+1)th cycle, we can now remove the red bead leaving us with The above solution can be generalized in case of a necklace with N beads where N-1 beads are blue and number of red beads is 1.

Answer:  k -1 blue beads where N = (2k-1)*2q for some integers k>0 and q>=0.
« Last Edit: November 18, 2012, 12:01:15 PM by msu_math »
Mohammad Salah Uddin

Lecturer in Mathematics
Department of Natural Sciences
FSIT, DIU

Offline Masuma Parvin

  • Sr. Member
  • ****
  • Posts: 323
    • View Profile
Re: A Necklace with 100 Beads
« Reply #3 on: November 18, 2012, 11:49:01 AM »
Very interesting!!

Offline shirin.ns

  • Sr. Member
  • ****
  • Posts: 343
  • Test
    • View Profile
Re: A Necklace with 100 Beads
« Reply #4 on: March 31, 2014, 11:46:26 AM »
Interesting!!!
Shirin Sultana
Lecturer (Mathematics)
Dept. of General Educational Development (GED)
Daffodil International university

Offline ummekulsum

  • Sr. Member
  • ****
  • Posts: 386
  • Test
    • View Profile
Re: A Necklace with 100 Beads
« Reply #5 on: December 02, 2014, 07:33:18 PM »
really interesting one