document.write( "Question 1115389: Let X be a random variable whose value is determined by the flip of a fair coin. If the coin lands heads up X=1, if tails then X=0. Find the expected value of X. \n" ); document.write( "
Algebra.Com's Answer #730274 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
Probability of getting a head is 1/2 and the probability of getting a tail is 1/2
\n" ); document.write( ":
\n" ); document.write( "Expected value is the sum of the possible values of the discrete random variable(1 or 0 in this case) weighted by their associated probability
\n" ); document.write( ":
\n" ); document.write( "E(X) = (1/2) * 1 + (1/2) * 0 = 1/2
\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( "
\n" );