Request for help - math problem using binary code

AI Thread Summary
The math problem involves determining if it's possible for eight members of a coffee club to sit inside and outside in a way that ensures each member is inside and outside at least once, and sits at the same table with every other member at least once during the week. Initial attempts to solve the problem suggest that achieving this is impossible due to the need for symmetry and complete interactions among members. The use of binary code and the pigeonhole principle was mentioned as potential methods for finding a solution, but the original poster is struggling to understand how to apply these concepts. Despite various attempts to create seating arrangements, contradictions arise, indicating that not all conditions can be met. The discussion concludes with a request for further clarification or assistance in applying these mathematical principles.
fizz
Messages
2
Reaction score
0
Hello

I have math question that I am struggling with that apparently can be solved using code (or reasoning - I tried that and mine didn't work. GO figure :confused: ). Can anyone help me out?

Here is the question:

A coffee club with 8 membres meet every MOnday Wednesday and Friday. At eahc meeting, 4 people sit inside at a table and 4 people sit outside. IS it possible in the course of a week, for each member to be inside at least once, outside at least once, and be at teh same table at least once with wach of the other 7 members?

Thanks for the help
 
Physics news on Phys.org
Nice question :) But ithink it is impossible because:
Let's name this eight people from 1 to 8

IN OUT
First day: 1234 5678 - A Standard Beginning(Changing places won't make a difference as numbers can be changed too...)


Second D: Assume that we need to make only 2 people(In my sol. they are 1 and 5) meet each people and go both inside and outside, we would just replace them to meet most people and this would be 5234(I)-1678(O)

Third D.: Now we must make 1 and 5 meet each other and let's put them like this
1537 - 2468(There are two contradictions 1st: Its asymmetric, it can't be a solution, there is no sense in putting 1 and 5 to inside not outside(symmetry in solutions for problems like this is VERY Important) and 2nd: 2-7, 4-7, 3-6, 3-8 haven't met)


Another solution trial:(two-to-two meeting system-doesnt works again)
(By this System, we make two people groups like 12, 34... and have only 4 elements)
1st Day:1234(I)-5678(O)
2nd Day:1256(I)-3478(O) (Now we have just 12-78 and 34-56 left)
3rd Day: 3456(I)-1278(O) (All people met; however 7 and 8 has never gone inside)
(The weird thing here is there is no symmetry(Why 7 and 8) and this makes me think I am doing a mistake somewhere...)
(Any explanations to this would be great-just mail me if you have any comments)
 
I tried exactly what you tried, and to no avail. (switching two people at a time and moving one person at a time) I feel like it may be impossible, but by the way my prof was talking in class, it sounded like there was a solution! Hmmm...
He did mention using binary code and pigeon hole principle but I am at a loss as to how to use those (both pretty knew concepts for me, so don't fully understand how to apply to problem!)
Thank you for you help!
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top