Concept:Use the inclusion-exclusion principle for two sets to find the number of students taking at least one juice, then subtract it from the total surveyed.
Explanation:Let
n(A)=100 be the number of students taking apple juice.
Let
n(O)=150 be the number of students taking orange juice.
The number taking both juices is
n(A∩O)=75.
Total students surveyed is
n(U)=260.
Students taking at least one juice are given by the union of both sets:
n(A∪O)=n(A)+n(O)−n(A∩O)n(A∪O)=100+150−75=175Students taking neither juice are those outside both sets, obtained by subtracting the union from the total:
Neither=n(U)−n(A∪O)Neither=260−175=85Thus, 85 students were taking neither apple juice nor orange juice.
Answer:85 students, which is Option B.