How Can You Calculate the Arrangements of Red and White Roses in a Circle?

  • Context: Undergrad 
  • Thread starter Thread starter Cheman
  • Start date Start date
  • Tags Tags
    Circles
Click For Summary

Discussion Overview

The discussion revolves around calculating the number of distinct arrangements of 3 red roses and 3 white roses in a circular formation. Participants explore various methods and reasoning behind the calculations, addressing the complexities introduced by the circular arrangement and the repetition of colors.

Discussion Character

  • Exploratory, Technical explanation, Debate/contested, Mathematical reasoning

Main Points Raised

  • One participant suggests that the number of arrangements in a circle can be calculated using (n-1)!, fixing one rose to avoid overcounting identical arrangements.
  • Another participant challenges the necessity of fixing a rose, proposing a different formula that accounts for arrangements in a circle without fixing, leading to a calculation of 4 distinct arrangements.
  • Some participants express confusion over the reasoning behind dividing by 5 in the circular arrangement calculations, indicating a lack of clarity in the logic used.
  • There is a mention that for circular arrangements with repeated objects, there may not be a straightforward closed-form solution unless at least one object is unique.
  • One participant illustrates the complexity of transitioning from linear to circular arrangements, noting that different linear permutations can arise from the same circular arrangement.
  • Another participant acknowledges the variability in how many linear permutations can be generated from different circular arrangements, emphasizing the lack of a simple formula.

Areas of Agreement / Disagreement

Participants express differing views on the necessity of fixing a rose in the calculation, leading to multiple competing methods and interpretations of the problem. The discussion remains unresolved regarding the best approach to calculate the arrangements.

Contextual Notes

Some participants note that the reasoning behind certain calculations may lead to confusion, particularly regarding the division by the number of positions in a circular arrangement. The complexity of transitioning from linear to circular permutations is highlighted as a significant challenge.

Cheman
Messages
235
Reaction score
1
How many orders can we have of 3 red roses and 3 white roses arranged in a circle? Apparently the answer is 10 - but how do yiou work it out? I know that in a circle of "n" different objects the number of different arrangements is (n-1)!, but what about the repeats?

If anyone could explain a proven method I would be most greatful.

Thanks in advance.. :smile:
 
Physics news on Phys.org
Well let me explain the logic behind the (n-1)! In order to count how many orders can be created, you have to fix one of the roses, and calculate how many orders can be created using the (n-1) roses. The answer is (n-1)! of course. To understand the problem's solution, the following would help (WR is a White Rose, and RR is a Red Rose),

WR / RR-WR-RR-RR-WR. This is just one of the orders that can be created. It doesn't matter which rose you fix. At first glance you can say that 5!=120 orders can be created. But there is a slight thing that you miss. All of the same colored roses are identical, which makes you count some orders twice, or more times. In order to avoid this you divide (n-1)! by 3!(the number of orders created using the roses of the same color) and 2!(the number of orders created using the remaining 2 roses - mind that we fixed a rose.). So in short 5!/3!2!= 10.

Hope this helps...

Cheers,
Can
 
I am puzzled by the way the problem is proposed - specifically, arranged in a circle. If two arrangements are considered the same if you can rotate one to match the other, I can visualize only 4 different possibilities.

rrrwww
rrwrww
rrwwrw
rwrwrw

?
 
wisredz, I do not see why you would have to fix one.
The number of different orders if they were align in a row would be:
[tex]\frac{n_{total}!}{n_{red}!*n_{white}!}[/tex]

But if they are arranged in a circle the number of orders would be:
[tex]\frac{n_{total}!}{n_{red}!*n_{white}!*(n_{total}-1)}[/tex]

6!/(3!*3!*5) = 4
 
well, In order to count how many orders you can create, you have to have a fixed point. That is why we have the formula (n-1)!. But you are right :) In what I did, I count some positions more than once.
Anyway, I still have problem understanding why you divide by 5 to find how many orders can be created around a circle. Could you please explain it?
 
From each circular arrangement of 6 roses you can make 6 different linear arrangements because you can choose each of the six roses as a start for the linear arrangement.
...
ehh...
and then I thought, but I want 1 of those 6 so there are 5 that I do not want so I divide by 5... but I now see that this reasoning is wrong, even though it accidentally gave the right answer
 
Yes the reasoning is wrong, but the funny point is that it always gives the right answer :)
 
wisredz said:
Yes the reasoning is wrong, but the funny point is that it always gives the right answer :)

n_total = 2
n_red = 1
n_white = 1

n_total!/(n_red!*n_white!*(n_total-1))
= 2

Shouldnt that be 1?

-- AI
 
Yup, I didn't try for 2. 4 gives the right answer. Any good idea how to do it?
 
  • #10
As far as i recall(Something i read back some time back (probably it was Hall & Knight)), there is no closed form solution for objects which are arranged in circular fashion and the objects are repeated. However, if there is atleast one object in that set which isn't repeated then we can **fix** that object, and take permutations of the remaining.

-- AI
 
  • #11
To illustrate the difficulty with this problem, I worked out explicitly what happens for two sets of two and two sets of three.

For two sets of two, the linear permutations are:
rrww, rwwr, wwrr, wrrw (group 1)
rwrw, wrwr (group 2)
When considering a ring, the group 1's collapse together and the group 2's collapse together. Note that there is no obvious way to get from 6 linear to 2 ring permutations.

For two sets of three the ring permutations are:
rrrwww (1)
rrwwrw (2)
rrwrww (3)
rwrwrw (4)
To get the linear permutations, (1),(2),(3) can start at any of the six positions to get a different result. However (4) has only one other alternative - start with w. This gives the total of 20 possible linear permutations.

Conclusion - no easy formula!
 
  • #12
mathman said:
Note that there is no obvious way to get from 6 linear to 2 ring permutations.
Can u please explain that?

-- AI
 
  • #13
As you can see from the examples, some ring permutations can generate different linear perturbations from any place on the ring, while others (like the last one in each example above) do not have this property.
 
  • #14
mathman said:
As you can see from the examples, some ring permutations can generate different linear perturbations from any place on the ring, while others (like the last one in each example above) do not have this property.
Ohhhhhh! NOW i get it!
You meant to say each of the ring permutations need not produce the same number of linear permutations! D'oh should've noticed that! Thanks for explaining.

-- AI
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
4
Views
4K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 28 ·
Replies
28
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K