InterviewSolution
Saved Bookmarks
| 1. |
Consider all 3 element subsets of the set {1, 2, 3, ………. 300} then: |
|
Answer» NUMBER of these subsets for which Sum of the three elements is multiple of 3 is`3xx""^(100)C_(3)+100^(3)` |
|