I chose the method below as this is what came to my mind first. There may be a shorter approach.
Case 1: One person (Say A) takes 3 chips and each of the others take 1 chip each
Number of ways that A chooses 3 out of 6 chips = \(^6C_3 = 20\)
Number of ways that B chooses 1 out of the remaining 3 chips = \(^3C_1 = 3\)
Number of ways that C chooses 1 out of the remaining 2 chips = \(^2C_1 = 2\)
D gets the last chip in 1 way.
The number of ways to do the above = 20 * 3 * 2 = 120
There are 4 ways in which A or B or C or D could get 3 chips.
Therefore Total ways for case 1 = 120 * 4 = 480
Case 2: Two persons (Say A and B) take 2 chips each and each of the others take 1 chip each
Number of ways that A chooses 2 out of 6 chips = \(^6C_2 = 15\)
Number of ways that B chooses 2 out of the remaining 4 chips = \(^4C_2 = 6\)
Number of ways that C chooses 1 out of the remaining 2 chips = \(^2C_1 = 2\)
D gets the last chip in 1 way.
The number of ways to do the above = 15 * 6 * 2 = 180
The number of combinations of 2 people getting 2 chips each and the others getting 1 each = \(^4C_2 = 6\)
(AB, AC, AD, BC, BD or CD)
Therefore Total ways for case 2 = 180 * 6 = 1080
Total Possible ways = 480 + 1080 = 1560
Option DArun Kumar