How Many Combinations of Two Days Can Be Chosen from Seven?

  • Thread starter Thread starter j0anna
  • Start date Start date
  • Tags Tags
    Statistics
j0anna
Messages
2
Reaction score
0
A certain number of persons (for example 100) choose the days of the week they prefer for a meeting, a fest, an event. The day preferred by most of the persons (for example 40) is Monday. If the meeting is every Monday, at the end of the year the number of persons who partecipated would be the greater, but the percentage of persons would be the same (40%) - for hypothesis, if one person does not indicate one day, he will never be able to partecipate on that day. How do you calculate the days to alternate to satisfy the greatest number of persons AND the biggest percentage of them?

(Every person can indicate one to seven days. We know of course the distribution of the votes)
 
Physics news on Phys.org
j0anna said:
... How do you calculate the days to alternate to satisfy the greatest number of persons AND the biggest percentage of them?

For small multi-objective combinatorial optimization problems like these, an easy strategy is to make a table of all possible combinations and plot the results in a scatter plot and choose the least objectionable alternative.

Say if you're looking to alternate two different days and want a tradeoff between Pa (average percentage attendance) and Po (percentage who can attend at least once), that's only 49 combinations and is fairly easy to implement in Excel or otherwise. If Tuesday has 30% vote and 50% can attend at least one of Monday or Tuesday, the table would begin like:

D1 D2 Pa Po
M M 40% 40%
M T 35% 50%
...

Obviously neither M-M or M-T wins on both measures, but doing a scatter plot of Pa vs Po will nicely visualize the relative merits of each combination and give you a small list of best candidates to choose from.

Same idea applies if 3 or 4 days are alternated, just a bigger table and more careful programming is necessary.

HTH
 
bpet said:
For small multi-objective combinatorial optimization problems like these, an easy strategy is to make a table of all possible combinations and plot the results in a scatter plot and choose the least objectionable alternative.

Say if you're looking to alternate two different days and want a tradeoff between Pa (average percentage attendance) and Po (percentage who can attend at least once), that's only 49 combinations
How do you obtain 49?
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Back
Top