There are 5 students S 1 , S 2 , S 3 , S 4 , S 5 in a music class and for them there are 5 seats in a row. On examination day, all five students are randomly allotted the five seats. Let T i denote the event that S i and S i + 1 do NOT sit adjacent to each other on examination day. (i=1,2,3,4)
What is the probability that T 1 , T 2 , T 3 , T 4 all occur simultaneously on examination day?
If the probability is of the form b a , where a and b are coprime positive integers, find a + b
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Why cant we use contradiction method here ???
Log in to reply
I don't know it, could you explain it a little? And if you want, you can post it as your own solution.
You can use graph theory for this question. Make nodes S1, S2, S3, S4 and S5. Now only draw edges between nodes that are not adjacent to each other. Next find the total number of paths that covers every nodes and divide that by 5! (Total possible combinations)
Log in to reply
Is there some relatively straightforward way to count this number of paths? I don't know right now, but maybe this method really helps.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
|
This is not a smart way to solve this simple problem.
Problem Loading...
Note Loading...
Set Loading...
We can start writing down all seating arrangements in which all T i occur.
Let's label the chairs C 1 , … , 5
Case 1: S 1 on C 1
Case 1.1: S 2 on C 3
Case 1.2: S 2 on C 4
Case 2: S 1 on C 2
Case 2.1: S 2 on C 4
Case 2.1.1: S 4 on C 3
Case 2.1.1: S 4 on C 5
Case 2.2: S 2 on C 5
Case 3: S 1 on C 3
Case 3.1: S 2 on C 1
Case 3.1.1: S 3 on C 4
Case 3.1.2: S 3 on C 5
Case 3.2: S 2 on C 5
Case 3.2.1: S 3 on C 1
Case 3.1.2: S 3 on C 2
Cases 1 and 2 can be flipped to give all cases where S 1 sits on C 4 or C 5 .
For all positions of S 1 there are the following number of good arrangements
This means that the probability is 5 ! 1 4 = 1 2 0 1 4 = 6 0 7 and so the answer is 7 + 6 0 = 6 7