In a group of 60 people, 27 like coffee, 42 like tea and each person likes at least one of the two drinks. How many like both coffee and tea?
Let A = Set of people who like coffee, B = Set of people who like tea
Given: n(A∪B)=60,n(A)=27,n(B)=42
Now, n(A∩B)=n(A)+n(B)−n(A∪B)
= 27 + 42 - 60
= 9
Therefore, 9 people like both coffee and tea.