Skip to main content

Aptitude Day 126

Problems on Permutations and Combinations:

1. In how many ways can 18 books on Mathematics and 15 books on English be placed in a row on a shelf so that two books on English may not be together?

Solution:
               The arrangement will be
                               E M E M E M ..... E M _ M _ M _ M_

              So 15 places out of 19 can be chosen =  19C15
                                                                          =  19C4
                                                                          = 19*18*17*16/ 1*2*3*4
                                                                          = 3876.


2. Out of 5 consonants and 3 vowels, how many words of 2 consonants and 1 vowel can be formed?

Solution:
               2 Consonants out of 5 and 1 vowel out of 3 =  ( 5C2 * 3C1) = 5*4/1*2 *3
              The Number of groups, each having  2 consonants and 1 vowel = 30.

              Each group contains 3 letters.
              The number of ways of arranging 3 letters among themselves = 3! = 6.

              The required number of words = 30*6 = 180. 

               

Comments

Popular posts from this blog

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

Aptitude Day 10

      Answers of Day 9:       1. 6                                      2. 5                                      3. 0                                      4. 0                                      5. 6 The Cycle of Unit Digit:    Today we're gonna look at the cycle of unit digit  7.       7 1  =  7      7 2  = 4 9      7 3  = 34 3      7 4  = 240 1      7 5  = 1680 7      7 6  = 11764 9   ...