document.write( "Question 860902: Please help. Any help would be appreciated. Thank you.\r
\n" );
document.write( "\n" );
document.write( "We throw one fair coin and one fair die (they are indipendent) and we define the Random Variables X and Y so that the following outcomes are described: X=1 if we get H(Heads), and X=0 if we get T(Tails) and Y=outcome of the die. We also define the Random Variable Z = XY.
\n" );
document.write( "A) Define the sample space S and the Random Variables X and Y as functions of S.
\n" );
document.write( "B) Find the set of Rnadom Variable Z and count its mass of probability.
\n" );
document.write( "C) Find the mean value (E(Z)) and dispersion (Var(Z)) of Random Variable Z. \n" );
document.write( "
Algebra.Com's Answer #518778 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! A)Student says that the die is a 6 sided die \n" ); document.write( "our sample space consists of pairs (a, b) where a is 0 or 1 depending on the coin toss (1 = heads, 0 = tails) and b is 1, 2, 3, 4, 5, 6 depending on die toss, we assume the die has 6 sides and each side is numbered \n" ); document.write( "here is the sample space \n" ); document.write( "(1, 1), (1, 2), (1, 3), (1, 4), (1, 5), (1, 6) \n" ); document.write( "(0, 1), (0, 2), (0, 3), (0, 4), (0, 5), (0, 6) \n" ); document.write( "there are 12 possible outcomes when throwing the coin and dice \n" ); document.write( "S(X) is 1 if coin toss is heads \n" ); document.write( "S(X) is 0 if coin toss is tails \n" ); document.write( "S(Y) is i if die toss is i, where i is 1, 2, 3, 4 5, 6 \n" ); document.write( "B) sample space for Z when Z = XY \n" ); document.write( "Z value probability \n" ); document.write( " 1 1/12 \n" ); document.write( " 2 1/12 \n" ); document.write( " 3 1/12 \n" ); document.write( " 4 1/12 \n" ); document.write( " 5 1/12 \n" ); document.write( " 6 1/12 \n" ); document.write( " 0 6/12 = 1/2 \n" ); document.write( "adding up the probabilities we get 1/2 + 1/2 = 1 \n" ); document.write( "C) E(z) = 0*(1/2) + 1*(1/12) + 2*(1/12) + ...+6*(1/12) \n" ); document.write( " E(z) = 0 + (1/12)*(1 + 2 + 3 + 4 + 5 + 6) \n" ); document.write( " E(z) = (1/12) * 21 = 21/12 = 7/4 = 1.75 \n" ); document.write( "Var(Z) = (0 - 21/12)^2 * (1/2) + (1 - 21/12)^2 * (1/12) + (2 - 21/12)^2 * (1/12) + ... + (6 - 21/12)^2 * (1/12) \n" ); document.write( "Var(Z) = (0 - 1.75)^2 * (1/2) + (1/12) * ( (1 - 1.75)^2 + (2 - 1.75)^2 + (3 - 1.75)^2 + (4 - 1.75)^2 + (5 - 1.75)^2 + (6 - 1.75)^2 ) \n" ); document.write( "Var(Z) = 1.53125 + (1/12) * 35.875 = 4.52\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |