document.write( "Question 1072328: 2. Three cards are drawn from a standard deck w/out replacing them.
\n" );
document.write( "a.) what is the probability that they are all face cards?
\n" );
document.write( "b.) what is the probability that they are all from the same suit?
\n" );
document.write( "3. A pair of fair dice are rolled. Write down 6 by 6 sample space and find the probability that the sum of the #'s showing is 8 or 9.
\n" );
document.write( "4. 40% of the students in a school take English, 30% take math, and 25% take both math & English. A student is picked at random, what is the probability that they take Math or English? \n" );
document.write( "
Algebra.Com's Answer #687231 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Three cards are drawn from a standard deck w/out replacing them. \n" ); document.write( "a.) what is the probability that they are all face cards? \n" ); document.write( "Ans: 12C3/52C3 = 0.0100 \n" ); document.write( "------------------------------------------ \n" ); document.write( "b.) what is the probability that they are all from the same suit? \n" ); document.write( "Ans: 4*13C3/52C3 \n" ); document.write( "----------------------------- \n" ); document.write( "3. A pair of fair dice are rolled. Write down 6 by 6 sample space and find the probability that the sum of the #'s showing is 8 or 9. \n" ); document.write( "8's:: 5 combinations \n" ); document.write( "9's:: 4 combinations \n" ); document.write( "Ans: (5+4)/36 = 1/4 \n" ); document.write( "-------------------------------- \n" ); document.write( "4. 40% of the students in a school take English, 30% take math, and 25% take both math & English. A student is picked at random, what is the probability that they take Math or English? \n" ); document.write( "P(m OR e) = P(m)+P(e)-P(m AND e) = 0.3+0.4-0.25 = 0.45 \n" ); document.write( "----------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |