InterviewSolution
Saved Bookmarks
| 1. |
Find the number of ways in which you can distribute 12 chocolates among 3 kids, such that each kid gets the odd number of chocolates. |
|
Answer» Solution :odd+odd+odd=odd Since 12 is not an odd number, so we cannot DISTRIBUTE odd number of chocolates to each of the three kids. The REQUIRED number of WAYS = 0. |
|