InterviewSolution
Saved Bookmarks
| 1. |
Using the inclusion-exclusion principle, find the number of integers from a set of 1-100 that are not divisible by 2, 3 and 5.(a) 22(b) 25(c) 26(d) 33I got this question in unit test.My question is taken from Number Theory in portion Number Theory of Data Structures & Algorithms II |
|
Answer» The correct choice is (c) 26 |
|