Skip to main content

Aptitude Day 111

Problems on Permutations and Combinations:

1. 20!/18!
              = 20*19* 18! / 18! = 20*19 = 380.


2. 10P4 
           nPr  =  n!/(n-r)! 

             = 10!/ (6!) = 10*9*8*7*6!/ 6! = 5040.


3. 5P5 
             = 5!/0! = 5*4*3*2*1 /1 = 120.


4. 30C2
               nCr = n(n-1)(n-2).... to r factors / r!

             = 30*29/1*2
             = 435. 


5. 50C48 
               nCr = nCn-r

             = 50C50-48 = 50C2 = 50*49/ 1*2 = 1225.

6. 30C30 
               nPn = 1` 

             = 1. 



:

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