document.write( "Question 760475: 100 green tickets and 10 red tickets are sold in a raffle in which there are three prizes.. one ticket is drawn for first prizes, discarded, and then a second ticket is drawn for second prize. this is also discarded before the third prize is drawn.
\n" );
document.write( "a) what is the probability that all three prizes are won by green tickets?
\n" );
document.write( "b) what is the probability that at least one green tickets wins a prize? \n" );
document.write( "
Algebra.Com's Answer #462690 by Theo(13342) You can put this solution on YOUR website! probability of drawing a green ticket on the first draw is 100/110. \n" ); document.write( "probability of drawing a green ticket on second draw assuming you drew a green ticket on the first draw is 99/109. \n" ); document.write( "probability of drawing a green ticket on third draw assuming you drew a green ticket on the first and second draw is 98/108.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the combined probability of getting a green ticket on all 3 draws is equal to 100/110 * 99/109 * 98/108.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "pobability of drawing at least 1 green ticket on all 3 draws is equal to 1 minus the probability of drawing 0 green tickets on all 3 draws.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability of getting 0 green ticket on all 3 draws is the same as the probability of getting a red ticket on all 3 draws.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(red) on dirst draw is 10/110. \n" ); document.write( "p(red) on second draw assuming you got a red ticket on first draw is 9/109. \n" ); document.write( "p(red) on third draw is assuming you got a red ticket on first and second draw is 8/108.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combined probability of getting a red ticket on all 3 draws is equal to 10/110 * 9/109 * 8/108.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combined probability of getting 0 green ticket on all 3 draws is the same probability as the probability of getting a red ticket on all 3 draws.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability of getting at least 1 green ticket on all 3 draws is equal to 1 minus the probability of getting 0 green tickets on all 3 draws which is equal to 1 minus (10/110 * 9/109 * 8/108).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |