Home »
MCQs »
Discrete Mathematics MCQs
Discrete Mathematics | Basic Counting Principles MCQs
Discrete Mathematics | Basic Counting Principles MCQs: This section contains multiple-choice questions and answers on Basic Counting Principles in Discrete Mathematics.
Submitted by Anushree Goswami, on July 20, 2022
1. Suppose that E is capable of occurring m ways, while F is capable of occurring n ways. If both would not be possible simultaneously, then either E or F will be capable of occurring ___ times?
- m * n
- m + n
- m / n
- m - n
Answer: B) m + n
Explanation:
Suppose that E is capable of occurring m ways, while F is capable of occurring n ways. If both would not be possible simultaneously, then either E or F will be capable of occurring m + n times.
2. A student can choose a professor in __ ways if there are 8 female professors and 5 male professors teaching DAA?
- 5
- 8
- 13
- 40
Answer: C) 13
Explanation:
A student can choose a professor in 13 ways if there are 8 female professors and 5 male professors teaching DAA.
3. If we take the event E as having m possible ways to occur, and let us take a second event F as having n possible ways to occur, then combinations of both events can be produced with __ possible combinations?
- m/n
- mn
- mm
- nn
Answer: B) mn
Explanation:
If we take the event E as having m possible ways to occur, and let us take a second event F as having n possible ways to occur, then combinations of both events can be produced with mn possible combinations.
4. Students can choose a class monitor in ___ ways if there are 8 boys and 8 girls in the class?
- 8
- 16
- 32
- 64
Answer: D) 64
Explanation:
Students can choose a class monitor in 8 x 8 = 64 ways if there are 8 boys and 8 girls in the class.
5. In mathematics, the product of the first n natural numbers is known as ___ n?
- Factorial
- Binomial
- Multiplier
- Coefficient
Answer: A) Factorial
Explanation:
In mathematics, the product of the first n natural numbers is known as factorial n.
6. Factorial n is denoted by -?
- !n
- n!
- n|
- |n
Answer: B) n!
Explanation:
Factorial n is denoted by n!.
7. n! means -?
- n
- 2
- n (n-1) (n-2)...1
- n (n-1) (n-2)...2
Answer: C) n (n-1) (n-2)...1
Explanation:
n! Means n (n-1) (n-2)...1.
8. 0! is -?
- 0
- 1
- 2
- Infinite
Answer: B) 1
Explanation:
0! = 1
9. 5! is -?
- 5
- 20
- 0
- 120
Answer: D) 120
Explanation:
5! = 5 (5-1) (5-2) (5-3) (5-4) (5-5) = 5x4x3x2x1 = 120.
10. 5! / 3! is -?
- 666…
- 120
- 20
- Null
Answer: C) 20
Explanation:
5! / 3 ! = 5 x 4 x 3! / 3! = 5 x 4 = 20.
11. If r and n are +ve integers and r ≤ n, then Binomial Coefficient is represented by - ?
- nCr
- rCn
- nPr
- rPn
Answer: A) nCr
Explanation:
If r and n are +ve integers and r ≤ n, then Binomial Coefficient is represented by nCr.
12. nCr means -?
- n (n-1) (n-2)...(n-r+1) / 1.2.3…(r-1) r
- 2.3…(r-1) r / n (n-1) (n-2)...(n-r+1)
- n (n-1) (n-2)...1 / 1.2.3…(r-1) r
- n (n-1) (n-2)...(n-r+1) / 1.2.3…(n-r+1) r
Answer: A) n (n-1) (n-2)...(n-r+1) / 1.2.3…(r-1) r
Explanation:
nCr means n (n-1) (n-2)...(n-r+1) / 1.2.3…(r-1) r.
13. 5C2 is -?
- 20
- 10
- 5
- 2
Answer: B) 10
Explanation:
5C2 = 5! / 2! . 3! = 5 x 4 x 3! / 2! . 3! = 5 x 4 / 1 x 2 = 20 / 2 = 10.