I'm struggling to understand how to solve the following problem.
We have (1,2,3,4) is a multinomial distributed r.vs with parameters =10 and p =(1 =0.3,2=0.3,3=0.3,4=0.1).
Now I need to find P(1=3,2=3,3=3|4=1). I would know how to approach this if we had for example P(1=3|4=1) using:

And then just treating it as a binomial distribution, but what to do if we need to find the probability of more than 1 variable occurring, given that 1 other has occurred?