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

Aptitude Day 59

Answers of Day 58:     1. 1/90.     2. 20 Problems to solve: 1. The product of two numbers is 33 and the sum of their squares is 130. Find their difference. 2. The sum of two numbers is 100 and their difference is 20. Find their product.

Aptitude Day 47

Problem On Numbers 1. Three numbers are in the ratio 1:2:3 and their average is 180. What's the largest number? Solution:                 Let the numbers be x, 2x and 3x.                 x+2x+3x = 180                          6x = 180                            x = 30                The largest number is 3x = 90. Problem to solve: Three numbers are in the ratio of 4:2:3 and their product is 648. Find the smallest number.