We have 10 blue balls labeled from 1 to 10 and 10 red balls with same labels and we randomly put them into 10 boxes so that in each box is one blue and one red ball. Find the expected number of boxes, that have blue and red ball with same labels.
In solution it says let indicator value have properties I(0) = 9/10 and I(1)=1/10. E(X)=10*1/10 = 1
Now I don't understand why, because I would say I(1) = 10*(2C2) / (20C2) since we have to pick 2 balls out of 20 and we have 10 pair of them ({1,1},{2,2},..). And E(X) 10*I(1). But is it 1/10 because we have to choose one pair out of 10? If that is true, why can we say that, since the number of all combinations is 20C2.
You cannot say there are $20\choose{2}$ possibilities, since it's given that each box gets a blue and a red. Your $20\choose{2}$ would account for the possibilities of getting $2$ reds and $2$ blues. What you want using your way is $$\frac{10}{{10\choose{1}}\cdot{10\choose{1}}}=\frac{1}{10}$$
where as lulu mentioned, there are $10$ different favorable outcomes, being
{$R_1, B_1$} {$R_2, B_2$}$,...,$ {$R_{10},B_{10}$}