@Mr. Karmakar : x is face but n is number of times each face occurred. Here Im taking into account formula for random variable (Multinomial Distribution) not for the data.
Anjani, you gave p(X=xi) for each of the possible outcomes xi. Plugging in these values gives exaclty what Sandipan already wrote. You get one number (2.3 [Sandipan's 2.295 has a rounding error bcause 0.033 should be 0.1/3 = 0.03333...]), and this is the expected value of "eyes" you will get from such a die (per roll!). If you roll the die n times, you expect n times this much.
The variance is VAR(X) = E((X-E(X))²) = sum[i](p(X=xi)*xi²) - E(X)²
You can again plug in your xi's and pi's and you will get what Sandipan wrote. Again this is for a single roll. If you consider the variance in a series of n rolls, the variab´nce needs to be multiplied with n².
No no the I was searching for entire dice but was constantly looking at the formula which dealt only with single face of dice. So I got wrong answer every time when compared with these.