Chapter 4: Permutations, Combinations and Binomial Theorem (Set-2)

For nPr, r must satisfy

A r > n
B r ≤ n
C r < 0
D r = n+1

For nCr, r must satisfy

A r > n
B r is prime
C r ≤ n
D r is negative

7C0 equals

A 0
B 7
C 49
D 1

7C7 equals

A 7
B 1
C 0
D 49

6P6 equals

A 720
B 6
C 1
D 120

6C1 equals

A 1
B 12
C 6
D 720

6C5 equals

A 1
B 6
C 5
D 30

8P2 equals

A 16
B 72
C 64
D 56

8C2 equals

A 56
B 16
C 28
D 14

Difference between nPr and nCr is

A same always
B order matters
C repetition compulsory
D circle only

If repetition allowed in r places

A n^r
B nPr
C nCr
D r^n

Arranging letters of “LEVEL” equals

A 120
B 30
C 60
D 20

Distinct permutations of “BOOK” equals

A 24
B 6
C 12
D 4

Number of circular arrangements of 5 people

A 120
B 20
C 5
D 24

When reflections also same in circle

A n!
B (n−1)!/2
C (n−1)!
D n^r

Simple meaning of nCr

A ordered r-tuples
B multiply r items
C choose r items
D arrange all items

nCr equals nC(n−r) because

A include vs exclude
B rotation same
C factorial cancels
D r always even

First term of (a+b)^n expansion

A nCab^n
B a^n
C b^n
D n a^(n−1)b

Last term of (a+b)^n expansion

A a^n
B n a^(n−1)b
C 2^n
D b^n

Coefficients in (a+b)^n are from

A Fibonacci
B prime list
C Pascal triangle
D logarithms

Sum of coefficients of (a+b)^n is found by

A a=0,b=1
B a=1,b=1
C a=1,b=0
D a=−1,b=1

Alternating sum of coefficients uses

A a=1,b=1
B a=0,b=1
C a=2,b=1
D a=1,b=−1

Coefficient of x in (1+x)^n is

A nC0
B nC1
C nCn
D nC2

Coefficient of x^0 in (1+x)^n is

A 1
B 0
C n
D 2^n

Middle term position when n is even

A n/2
B n+1
C n/2 + 1
D 2n

Two middle terms positions when n is odd

A n and n+1
B (n+1)/2 and (n+3)/2
C 1 and n
D n/2 and n/2+1

Sign pattern in (a−b)^n depends on

A n only
B a value
C b value
D r parity

nCr recurrence relation is

A nCr = nC(r−1)+nC(r+1)
B nCr = (n−1)Cr
C nCr = (n−1)C(r−1)+(n−1)Cr
D nCr = nPr/r!

Coefficient extraction means

A find n
B find specific coefficient
C solve inequality
D draw triangle

Term independent of x means exponent equals

A 0
B 1
C n
D −1

Basic probability selection count uses

A nPr
B n! only
C n^r
D nCr

Choosing 2 books from 5 equals

A 20
B 25
C 10
D 5

Arranging 3 prizes among 3 students means

A combination
B permutation
C subset count
D repetition only

Distributing identical balls into 2 boxes (nonnegative)

A stars and bars
B 2^n
C circular rule
D derangement

Lattice shortest path with 3R and 2U equals

A 12
B 20
C 6
D 10

Binomial coefficient meaning in counting is

A arrange r items
B choose r items
C repeat r items
D rotate r items

nC2 formula simplifies to

A n(n−1)
B n^2
C n(n−1)/2
D (n−1)!

Number of ways to choose 1 from n is

A 1
B n!
C 2^n
D n

Total subsets of a 5-element set

A 10
B 32
C 25
D 120

Basic identity: sum of nCr for r=0 to n

A n
B n!
C 2^n
D 0

Coefficient of x^2 in (1+x)^5

A 10
B 5
C 20
D 2

Constant term of (2x + 1)^3

A 6
B 1
C 8
D 3

Number of terms in (a+b)^7

A 7
B 14
C 128
D 8

Basic approximation using binomial applies when

A x is large
B n is zero
C x is small
D r is negative

Negative binomial expansion is for

A n positive integer
B n negative integer
C only n=1
D only n=0

Fractional index binomial series requires

A |x| < 1
B x=0 only
C x=1 only
D n must be prime

Coefficient comparison is valid when

A angles equal
B polynomials equal
C numbers prime
D circle same

Counting arrangements “not together” often uses

A only nCr
B only 2^n
C inclusion-exclusion
D only n^r

Vandermonde identity combines coefficients of

A (1−x)^n only
B a^n only
C factorial only
D (1+x)^m and (1+x)^n

Generating functions (intro) mainly help in

A drawing graphs
B counting sequences
C solving geometry
D finding primes

Leave a Reply

Your email address will not be published. Required fields are marked *