document.write( "Question 71536: 1. A coin is tossed thrice. What is the probability that at least 2 heads occur?
\n" ); document.write( "2. A pair of dice is rolled. What is the probability that the sum is equal to:
\n" ); document.write( "a. 5
\n" ); document.write( "b. 10
\n" ); document.write( "3. If a card is drawn at random from an ordinary deck of 52 cards, find the probability that it is:
\n" ); document.write( "a. Diamond
\n" ); document.write( "b. A red card
\n" ); document.write( "c. A heart or a spade
\n" ); document.write( "d. Not an ace
\n" ); document.write( "e. A black card or a king
\n" ); document.write( "4. The letters of the word HONESTY are written in slips of paper, and are placed in a box. A slip of paper is chosen at random. What is the probability that:
\n" ); document.write( "a. The letter is a vowel
\n" ); document.write( "b. The letter is a consonant
\n" ); document.write( "c. The letter is H
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #51181 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
1. A coin is tossed thrice. What is the probability that at least 2 heads occur?
\n" ); document.write( "Since it's heads or tails, it's binomial.
\n" ); document.write( "P(at least 2 heads) = P(2 heads)+P(3 heads) = [3C2(1/2)2(1/2)=3(1/8)=3/8] +
\n" ); document.write( "[3C3(1/2)3(1/2)^0] = 1*1/8*1= 1/8 = 4/8= 1/2
\n" ); document.write( "------------
\n" ); document.write( "2. A pair of dice is rolled. What is the probability that the sum is equal to:
\n" ); document.write( "a. 5
\n" ); document.write( "The sample space has (1,4),(2,3),(3,2),(4,1)
\n" ); document.write( "P(5)= 4/36 = 1/9
\n" ); document.write( "-----------
\n" ); document.write( "b. 10
\n" ); document.write( "The sample space has (4,6),(5,5),(6,4)
\n" ); document.write( "P(10)=3/36 = 1/12
\n" ); document.write( "----------
\n" ); document.write( "3. If a card is drawn at random from an ordinary deck of 52 cards, find the probability that it is:
\n" ); document.write( "a. Diamond: 13/52 = 1/4
\n" ); document.write( "------------
\n" ); document.write( "b. A red card: 26/52 = 1/2
\n" ); document.write( "----------
\n" ); document.write( "c. A heart or a spade: 13/52 + 13/52 = 26/52 = 1/2
\n" ); document.write( "----------------
\n" ); document.write( "d. Not an ace; 1-P(ace) = 1 - 4/52 = 48/52
\n" ); document.write( "-----------
\n" ); document.write( "e. A black card or a king: P(black)+P(king)-P(black and king)
\n" ); document.write( "=26/52 + 4/52 -2/52 = 28/52
\n" ); document.write( "---------------\r
\n" ); document.write( "\n" ); document.write( "4. The letters of the word HONESTY are written in slips of paper, and are placed in a box. A slip of paper is chosen at random. What is the probability that:
\n" ); document.write( "a. The letter is a vowel: 2/7
\n" ); document.write( "b. The letter is a consonant: 5/7
\n" ); document.write( "c. The letter is H: 1/7
\n" ); document.write( "==========================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );