In how many ways would the medals be distributed if there are atleast $2$ girls among top $3$?
Will the answer be: $$3!\times\left(\binom {11}{3} + 9\times\binom{11}{2}\right)= 3960$$ or: $$3!\times\left(\binom {11}{2}\times\binom{18}{1}\right) = 5940$$(At least $2$ girls and any other person)
There are $3!\times\binom {11}{3}$ ways to give them all to girls. To give exactly two, choose a boy and two girls in one of $9\times\binom{11}{2}$ ways, and permute the medals. So the answer is $6(165+9\times 55)=3960$.