document.write( "Question 1033911: A game of chance involves rolling an unevenly balanced 4-sided die. The probability that a roll comes up 1 is 0.12, the probability that a roll comes up 1 or 2 is 0.45, and the probability that a roll comes up 2 or 3 is 0.47 . If you win the amount that appears on the die, what is your expected winnings? (Note that the die has 4 sides.)\r
\n" ); document.write( "\n" ); document.write( "in dollars
\n" ); document.write( "

Algebra.Com's Answer #648739 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
It is given that p(1) = 0.12. Since p(1 or 2) = 0.45, then by mutual exclusivity, p(2) = 0.33. Since p(2 or 3) = 0.47, then again by mutual exclusivity p(3) = 0.14. This gives p(4) = 1 - 0.12 - 0.33 - 0.14 = 0.41.\r
\n" ); document.write( "\n" ); document.write( "==> Your expected winning is \"E%28X%29+=+1%2A0.12+%2B+2%2A0.33+%2B+3%2A0.14+%2B+4%2A0.41+=+2.84\".\r
\n" ); document.write( "\n" ); document.write( "Therefore your expected winning is $2.84.
\n" ); document.write( "
\n" );