Skip to main content

Aptitude Day 147

Problems on Probability:

1. Two dices are tossed. The probability that the total score is not a prime number is:

Solution:
                 n(S) = 36.
                 n(E) ={(1,1),(1,2),(1,4),(1,6),(2,1),(2,3),(2,5),(3,2),(3,4),(4,1),(4,3),(5,2),(5,6),(6,1),(6,5)}
             
                  P(getting a prime number) = n(E)/ n(S)
                                                             = 15/36
                                                             = 5/12.
                                        
                 P(not getting a prime number) = 1-5/12
                                                                  = 7/12.

2. A speaks truth in 60% cases and B in 70% of the cases. In what percentage of cases are they likely to contradict each other, narrating the same incident?

Solution:
                P(A) =60/100 =3/5.
                P(A̅) = 1-3/5 = 2/5.

                P(B)=70/100 =7/10.
                P(B̅)= 1-7/10 =3/10

               Since they contradict each other while narrating the same incident. We get,
                           P(A)*P(B̅) + P(A̅)+P(B) = 3/5 * 3/10 + 2/5 * 7/10
                                                                   = 9/50 + 14/50
                                                                   = 23/50.
             The percentage will be (23/50) *(100) = 46%.



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