A coin tossed and die is rolled. The outcome of the coin is recoded "1" when it shows a head, and "0" when it shows a tail. The random variable gives the sum of the outcomes of coin and die. Compute the average value of the random variable?compute its variance and standard deviation
The average value of the random variable is 4.
"E(X^2)=\\Sigma x^2.P(x)\n\\\\=1^2\\times\\dfrac1{12}+2^2\\times\\dfrac2{12}+3^2\\times\\dfrac2{12}+4^2\\times\\dfrac2{12}+5^2\\times\\dfrac2{12}+6^2\\times\\dfrac2{12}+7^2\\times\\dfrac1{12}\n\\\\=\\dfrac{115}6"
Now, "Var(X)=E(X^2)-[E(X)]^2=\\dfrac{115}6-4^2=\\dfrac{19}6"
"S.D(X)=\\sqrt{Var(X)}=\\sqrt{\\dfrac{19}6}=1.78"
Comments
Leave a comment