Given: Sets A and B have 5 elements each. Their means are 5 and 8, and their variances are 12 and 20 respectively.
Find: The sum of the mean and variance of set C formed by taking ai−3 for each element of A and bi+2 for each element of B.
Let
A={a1,a2,a3,a4,a5},B={b1,b2,b3,b4,b5}
From the given means,
i=1∑5ai=5×5=25,i=1∑5bi=5×8=40
Using variance formula,
Variance=n∑xi2−(n∑xi)2
For set A,
12=5∑i=15ai2−52
So,
i=1∑5ai2=185
For set B,
20=5∑i=15bi2−82
So,
i=1∑5bi2=420
Now set C has elements
(a1−3),(a2−3),…,(a5−3),(b1+2),(b2+2),…,(b5+2)
Hence mean of C is
101(i=1∑5(ai−3)+i=1∑5(bi+2))
=101(25−15+40+10)=1060=6
Next, the solution computes
101(i=1∑5(ai−3)2+i=1∑5(bi+2)2)
which gives
101(185−6×25+45+420+4×40+20)
=101(680)=68
Therefore, the sum of the mean and the computed value is
6+68=38
So, the correct option is D.