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

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.