Suppose there are 5 students, each with a guardian who appear for an interview. The student is to be interviewed fist and then his/her guardian can be interviewed. It isn't mandatory that the two occur just one after the other, that is to say, any number of students can be interviewed after the interview of the 1st student, before the turn comes of the 1st guardian. A typical order can be How many ways can the interview of 10 persons be arranged?
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.
In a simpler case let's try to understand how many arrangements of 5 persons can be made where A, a particular is always ahead of B. Since the mutual arrangements of A and B can be in only two ways-A is ahead of B or B is ahead of A, and as both the incidences are equally probable, the number of required arrangements = 2 5 !
If another condition was allowed with this one, like another person C is to be ahead of D. Then the problem can be solved by the same method. Of the above arrangements in 60 ways which satisfy the first condition , 50% would have C ahead of D and the rest- D ahead of C. Then the answer would be 30.
In this way, in the given problem 10 persons have such conditions where S i > G i and 5 such pairs are there, so it would be 3.125% of total arrangements, i.e of 10!. Thus answer = 3 2 1 0 ! = 1 1 3 4 0 0
Hope this helps. :)