Solution
Understanding the set :-
This set is a logical reasoning and scheduling problem
- Here we are given information about a clinic -
a) Open: Monday to Saturday
b) Time: 9:00 AM – 11:30 AM → 150 minutes total per day
- Also, we are given details of each doctor as -
| Doctor | Time per Patient | Charge per Patient |
|---|---|---|
| Ben | 10 minutes | ₹100 |
| Kane | 15 minutes | ₹200 |
| Wayne | 25 minutes | ₹300 |
=> So, in 150 minutes:
a) Ben can see 15 patients
b) Kane can see 10 patients
c) Wayne can see 6 patients
- There is a room schedule as -
| Room No. | Mon & Tue | Wed & Thu | Fri & Sat |
|---|---|---|---|
| 1 | Ben | Wayne | Kane |
| 2 | Kane | Ben | Wayne |
| 3 | Wayne | Kane | Ben |
So, the doctors rotate across rooms based on days.
- Also, there is a token system -
i) Patients enter the clinic and receive tokens (1, 2, 3, ...).
ii) When any doctor becomes free, the next patient in the queue goes in.
iii) If multiple rooms are free, patient with lowest token chooses the smallest numbered room.
Example:
If token 7 is next and rooms 1 and 3 are free, token 7 → Room 1
and, Token 8 → Room 3
Now, lets try to solve the set using these clues.
movement on Thursday as per condition
| Wayne | Ben | Kane | |||
|---|---|---|---|---|---|
| Token no | Time | Token no | Time | Token no | Time |
| 1 | 9:00-9:25 | 2 | 9:00-9:10 | 3 | 9:10-9:30 |
| 5 | 9:30-9:55 | 6 | 9:30-9:40 | 4 | 9:15-9:30 |
| 9 | 10:00-10:25 | 10 | 10:00-10:10 | 8 | 9:45-10:00 |
As shown above token number will have same movement as of token number and
and the same sequence will follow between and between .
Hence there is no time duration in which all the three doctors are simultaneously free.