4 red,4 white,4 blue

at random take out 2 , say 1 red 1 white do not replace.
what is probarbility of now picking a)blue
b)red c)white
so red=1/12 or 1/4
white=1/12 or 1/4
now only 10 left
red 3/10,white3/10, blue 4/10

no

After taking out any two, you could have the following cases:

R W B

4 4 2
4 2 4
2 4 4
3 3 4
3 4 3
4 3 3

let's take the 3 3 4 situation
prob of that having happened
= C(4,1)xC(4,1)xC(4,0)/C(12,2) = 16/66 = 8/33
The other two cases of choosing 2 different colours = 8/33 as well
for the case of 4 4 2
prob of that happening = C(4,0)xC(4,2)xC(4,2)/C(12,2) = 6/66 = 1/11
(check by adding them up, you should get 1
8/33 + 8/33 +8/33 + 1/11 + 1/11 + 1/11 = 1 , Yeahh! )

a) You will then have to find the prob(blue) for each of the 6 cases.
I will continue with with our particular case of 3 3 4
The prob of that event is 8/33 and it contains 4 blues
and the prob of getting one blue = 4/10

So for that particular event to happen = (8/33)(4/10) = 16/165
Repeat for each of the remaining cases, then add them up

Just a lot of calculations .....

To calculate the probability of picking a specific color after two balls have been removed without replacement, you need to consider the number of balls of each color remaining in the bag.

Initially, you have 4 red balls, 4 white balls, and 4 blue balls in the bag, making a total of 12 balls. After removing 1 red ball and 1 white ball, you are left with 3 red balls, 3 white balls, and 4 blue balls (10 balls in total).

a) Probability of picking a blue ball:
Out of the 10 remaining balls, there are 4 blue balls. Therefore, the probability of picking a blue ball is 4/10, which simplifies to 2/5.

b) Probability of picking a red ball:
Out of the 10 remaining balls, there are 3 red balls. Therefore, the probability of picking a red ball is 3/10.

c) Probability of picking a white ball:
Out of the 10 remaining balls, there are 3 white balls. Therefore, the probability of picking a white ball is 3/10.

So to summarize:
a) Probability of picking blue = 2/5
b) Probability of picking red = 3/10
c) Probability of picking white = 3/10