There are 18 boys and 35 girls in a mathematical club. For playing some game, the teacher has to distribute chips among the children (their total number is equal to k, and all of them have to be given). It is necessary that all the boys have the same numbers of chips, all the girls have the same numbers of chips, and each of the children has at least one chip. It has turned out that the teacher can distribute the chips in a single way. Determine the largest possible value of k.
"n(B)= 18\\\\\n\nn(G)=35\\\\\n\n\\text{If the two groups must get the same number of chips,}\/\/\n\n\\text{the k is an even number }\\\\\n\n\\implies n(B_c)= n(G_c) =\\frac{k}{2}\\\\\n\n\\text{If each pupil get at least one then}\\\\\n\n\\frac{k}{2-n(B)} \\ge 1 \\text{ and } \\frac{k}{2-n(G)} \\ge 1\\\\\n\n\\text{that is} \\frac{k}{36} \\ge 1 \\text{ and } \\frac{k}{70} \\ge 1\\\\\n\n\\text{Since LCM}(36,70) = 1260,\\\\\n\n\\text{hence, we have that the highest possible value of k is } 1260"
Comments
Leave a comment