Skip to main content

Aptitude Day 122

Problems on Permutations and Combinations:

1.In how many different ways can the letters of the word 'EAT' be arranged in such a way that the vowels occupy only the odd positions?

Solution:
               There are 3 letters in the given word.
               The positions are
                                             1     2     3
             
               Now, the 2 vowels E and A can be placed at 2 odd positions 1 and 3.
               The consonant T will occupy the even position 2.

               The number of ways of arranging the vowels = 2P2 = 2! = 2.
               The number of ways of arranging the consonant =   1P1 = 1! = 1.

               Total number of ways = 2*1 = 2.



2. In how many different ways can the letters of the word 'TABLE' be arranged in such a way that the vowels occupy only the odd positions?

Solution:
             There are 5 letters in the given word.
               The positions are
                                             1     2     3     4     5
           
               Now, the 2 vowels A and E can be placed at any of the 3 odd positions 1,3 and 5.
               The consonants will occupy the remaining positions.

               The number of ways of arranging the vowels = 3P2 = 3*2*1 = 6.
               The number of ways of arranging the consonant =   3P3 = 3*2*1 = 6.

               Total number of ways = 6*6 = 36.

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