Solution
Given:• One guest, among politician, actor, and athlete, needs to be invited every day from Monday to Friday
• Mondays and Wednesdays are scheduled for politicians
• Tuesdays are scheduled for actors
• Thursdays are scheduled for athletes
• No guest appears more than once in a week
• Total number of people available – 5 politicians, 3 actors, and 6 athletes
To find:• Number of different schedules can be created
Approach and Working: • We can approach the problem by finding out the possibilities on day-to-day basis
o The guests for Mondays and Wednesdays can be selected in \(^5C_1\) = 5 and \(^4C_1\) = 4 ways respectively
o The guest for Tuesday can be selected in \(^3C_1\) = 3 ways
o The guest for Thursday can be selected in \(^6C_1\) = 6 ways
o As already 4 persons are selected, for Friday number of persons left = (5 + 3 + 6 – 4) = 10 and therefore, the guest in Friday can be selected in \(^10C_1\) = 10 ways
• Hence, the total number of possible different schedules = 5 * 4 * 3 * 6 * 10 = 3600
As per the options, the correct answer is option C.
Answer: C