Skip to main content

Aptitude Day 144

Problems on Probability:

1. A box contains 5 black and 5 white balls. The probability of drawing 2 balls of the same colour is:

Solution:
                
                Total Balls = 5+5 = 10

                  n(S) = 10C2 =  45

                  n(E) = 5C2 + 5C2  = 10+10 = 20
                      
                  P(E) = n(E)/ n(S)
                          = 20/45
                          = 4/9.

2. A box contains 6 red, 7 green and 8 white balls. A ball is drawn at random. What’s the probability that the ball is either white or green?

Solution:
                Total Balls = 6+7+8 = 21.

                  n(S) = 21C1 = 21.

                  n(E) = 8C1 + 7C1  = 8+7 = 15
                      
                  P(E) = n(E)/ n(S)
                          = 15/21
                          = 5/7.  


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.                            ...