Skip to main content

Aptitude Day 145

Problems on Probability:

1. In a class, there are 20 boys and 10 girls. Three students are selected at random. The probability that 1 boy and 2 girls are selected is:

Solution:  
                Total Balls = 20+10 = 30

                  n(S) = 30C3 =  4060.

                  n(E) = 20C1 * 10C2  = 20+45 = 900
                      
                  P(E) = n(E)/ n(S)
                          = 900/4060
                          = 45/203.

2. Three persons are chosen at random from a group of 4 men, 3 women and 2 children. The chance that exactly 2 of them are children is:

Solution:
                Total Balls = 4+3+2 = 9

                  n(S) = 9C3 =  84

                  n(E) = 7C1 * 2C2  = 7*1 = 7
                      
                  P(E) = n(E)/ n(S)
                          = 7/84
                          = 1/12.



Comments

Popular posts from this blog

Vocabulary Day 21

Stammer Thesaurus: Verb : stutter in speech, speak haltingly, speech defect           halt, hesitate, pause, stop, sputter... Antonyms : say quickly, pronounce, enunciate... Example sentences: ·          He was stammering when the teacher caught him red-handed. ·          One should avoid the stammering while delivering a speech. 

Aptitude Day 16

Answers of Day 1 :   1. 10609                                    2. 99900025                                    3. 9409                                    4. 1010025                                      Problems On Ages              Today, in this topic, we're gonna see only the 3 models. Let's check it out. Problems: 1. John's age after 15 years will be 5 times his age 5 years back. What's the present age of John?   Solution: Let John's current age be x.                            ...