Concepts and reason
The expected value is the average value for a set of observations. This is computed by  taking the sum of the values, each multiplied with their respective probabilities. The variance is the distance between the sample points.
 
          Fundamentals
Let  Xi  be n independent random variables, where  (i=1,2,…n) . Then by mathematical expectation definition, the sum of n random variables is expressed as,
 E(X1+X2+…+Xn)=E(X1)+E(X2)+…+E(Xn) 
And  E(aX)=aE(X) 
The variance is expressed as, 
  
 V(X1+X2+…+Xn)=V(X1)+V(X2)+…+V(Xn)+2cov(X1X2)+…+2cov(X1Xn) 
When  X1,X2…Xn independent, then a covariance term becomes zero. Therefore, 
  V(X1,X2…Xn)=V(X1)+V(X2)+…+V(Xn) 
Property:  V(aX)=a2V(X) 
     V(X)=[SD(X)]2 
 
        
      (a)
The given information is as follows:
 E(X1)=230 ,   E(X2)=240 ,    E(X3)=120 
 V(X1)=112 ,     V(X2)=122   ,   V(X3)=72 
The total volume is  V=27X1+125X2+512X3  , and  X1,X2andX3  are independent.
Compute the expected value of the total volume:
  V=27X1+125X2+512X3 
  E(V)=E[27X1+125X2+512X3]=27E[X1]+125E[X2]+512E[X3]=(27×230)+(125×240)+(512×120)=6210+30000+61440=97650 
Compute the variance of the total volume:
  V=27X1+125X2+512X3 
  Var(V)=Var[27X1+125X2+512X3]=272Var[X1]+1252Var[X2]+5122Var[X3] 
Since  X1,X2…Xn are independent, the covariance term becomes zero.
               =(272×112)+(1252×122)+(5122×72)=88209+2250000+12845056=15183265 
(b)
When the variables Xi ’s are not independent, the variance of the total volume of the container will change. Therefore, the expected value would be correct, but the variance would be incorrect.
Ans: Part a
The expected value is 97650 and variance is  15183265 .
Part b
The expected value would be correct, but the variance would be incorrect.