document.write( "Question 1072336: 1. 1000 tickets are sold for a charity lottery at $5 each. 3 numbers are drawn out at random to receive 1st, 2nd, 3rd place prizes of $2000, $1000, and $500 respectively. (Like 124, 321, & 996). What is the mean (expectation) from such a drawing?
\n" ); document.write( "2. A fair coin is flipped 6 times. What is is the probability of getting at least 2 heads? First figure out how many are in the sample space.
\n" ); document.write( "3. In a club there are 6 men & 8 women. A committee of four is to be chosen.
\n" ); document.write( "a.) how many possible committees are there?
\n" ); document.write( "b.) how many possible committees are there which have 2 men & 2 women?
\n" ); document.write( "4. A shipment of 100 DVD's has 5 which are defective. If you pick 2 at random (do not replace), what is the probability that they are all good (non defective)?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #687282 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
1. 1000 tickets are sold for a charity lottery at $5 each. 3 numbers are drawn out at random to receive 1st, 2nd, 3rd place prizes of $2000, $1000, and $500 respectively. (Like 124, 321, & 996). What is the mean (expectation) from such a drawing?
\n" ); document.write( "Random \"winnings\":: 1995......995....495....-5
\n" ); document.write( "Probability:::::::: 1/1000...1/1000..1/100..997/1000
\n" ); document.write( "------------------------
\n" ); document.write( "E(x) = [1995 + 995 + 495 - 5*997]/1000 = -$1.50
\n" ); document.write( "----------------------------------------
\n" ); document.write( "2. A fair coin is flipped 6 times. What is is the probability of getting at least 2 heads? First figure out how many are in the sample space.
\n" ); document.write( "P(2<= x <=6) = 1 - binomcdf(6,0.5,1) = 0.8906
\n" ); document.write( "----------------------------------------
\n" ); document.write( "3. In a club there are 6 men & 8 women. A committee of four is to be chosen.
\n" ); document.write( "a.) how many possible committees are there?:: 14C4 = 1001
\n" ); document.write( "---------------------------------
\n" ); document.write( "b.) how many possible committees are there which have 2 men & 2 women?
\n" ); document.write( "Ans: [6C2*8C2]/14C4 = [15*28]/1001 = 0.4196
\n" ); document.write( "--------------------------------------
\n" ); document.write( "4. A shipment of 100 DVD's has 5 which are defective. If you pick 2 at random (do not replace), what is the probability that they are all good (non defective)?
\n" ); document.write( "And: 95C2/100C2 = 0.9020
\n" ); document.write( "-------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "---------------
\n" ); document.write( "
\n" );