In a certain game, 30 balls of k, different colours are kept inside a sealed box .You are told only the value of k,but not the number of balls of each colour . Based on this, you have to guess whether it is possible to split the balls into 10 groups of each, such that in each group the three balls are of different colours.Your answer is to be a simple YES or NO.You win or loss a point according as your guess correct or not.For what values of k, you can say NO and be sure of winning?For what values of k, you can say YES and be sure of winning?Justify your solution.