Skip to main content

Aptitude Day 146

Problems on Probability:

1. A box contains 10 electric bulbs, out of which 3 is defective. 2 bulbs are chosen at random from this box. The probability that at least one of these is defective, is:

Solution:
                 n(S) = 10C2 =  45

                  n(E) = 7C2  = 21.
                      
                  P(none is defective) = n(E)/ n(S)
                                                   = 21/45
                                                   = 7/15.

                  P(at least one is defective) = 1- 7/15
                                                             = 8/15.

2. In class, 40% of the students English, 30% offered French and 20% offered both. If a student is selected at random. What’s the probability that he has offered both English and French?

Solution:
                 P(AUB) = P(A)+P(B)-P(A∩B)
                               = 40/100+30/100-20/100
                               = 50/100
                               = 1/2.

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