document.write( "Question 1191469: There are 5 coins in a bag: 3 weighted coins with Pr[H]=8/9 and 2 fair coins. One is chosen at random and flipped 180 times. What is the expected number of H flipped? \n" ); document.write( "
Algebra.Com's Answer #823249 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "If a fair coin is chosen and flipped 180 times, the expected number of heads will be 180(1/2) = 90. \n" ); document.write( "If a weighted coin is chosen and flipped 180 times, the expected number of heads will be 180(8/9) = 160. \n" ); document.write( "The probability that a fair coin is selected is 2/5; the probability that a weighted coin is selected is 3/5. \n" ); document.write( "The expected number of heads in the described experiment is then \n" ); document.write( "(2/5)(90)+(3/5)(160) = 36+96 = 132 \n" ); document.write( "ANSWER: 132 \n" ); document.write( " \n" ); document.write( " |