Explore topic-wise MCQs in Discrete Mathematics.

This section includes 107 Mcqs, each offering curated multiple-choice questions to sharpen your Discrete Mathematics knowledge and support exam preparation. Choose a topic below to get started.

1.

What rule of inference is used in this argument?

A. Modus tollens
B. Modus ponens
C. Disjunctive syllogism
D. Hypothetical syllogism
Answer» E.
2.

“Parul is out for a trip or it is not snowing” and “It is snowing or Raju is playing chess” imply that __________

A. Parul is out for trip
B. Raju is playing chess
C. Parul is out for a trip and Raju is playing chess
D. Parul is out for a trip or Raju is playing chess
Answer» E.
3.

Let the statement be “If n is not an odd integer then square of n is not odd.”, then if P(n) is “n is an not an odd integer” and Q(n) is “(square of n) is not odd.” For direct proof we should prove _________

A. ∀nP ((n) → Q(n))
B. ∃ nP ((n) → Q(n))
C. ∀n~(P ((n)) → Q(n))
D. ∀nP ((n) → ~(Q(n)))
Answer» B. ∃ nP ((n) → Q(n))
4.

Which rule of inference is used, ”Bhavika will work in an enterprise this summer. Therefore, this summer Bhavika will work in an enterprise or he will go to beach.”

A. Simplification
B. Conjunction
C. Addition
D. Disjunctive syllogism
Answer» D. Disjunctive syllogism
5.

The premises (p ∧ q) ∨ r and r → s imply which of the conclusion?

A. p ∨ r
B. p ∨ s
C. p ∨ q
D. q ∨ r
Answer» C. p ∨ q
6.

Which rule of inference is used in each of these arguments, “If it hailstoday, the local office will be closed. The local office is not closed today. Thus, it did not hailed today.”

A. Modus tollens
B. Conjunction
C. Hypothetical syllogism
D. Simplification
Answer» B. Conjunction
7.

Let T (x, y) mean that student x likes dish y, where the domain for x consists of all students at your school and the domain for y consists of all dishes. Express ¬T (Amit, South Indian) by a simple English sentence.

A. All students does not like South Indian dishes.
B. Amit does not like South Indian people.
C. Amit does not like South Indian dishes.
D. Amit does not like some dishes.
Answer» E.
8.

Let L(x, y) be the statement “x loves y,” where the domain for both x and y consists of all people in the world. Use quantifiers to express, “Joy is loved by everyone.”

A. ∀x L(x, Joy)
B. ∀y L(Joy,y)
C. ∃y∀x L(x, y)
D. ∃x ¬L(Joy, x)
Answer» B. ∀y L(Joy,y)
9.

Express, “The difference of a real number and itself is zero” using required operators.

A. ∀x(x − x! = 0)
B. ∀x(x − x = 0)
C. ∀x∀y(x − y = 0)
D. ∃x(x − x = 0)
Answer» C. ∀x∀y(x − y = 0)
10.

Use quantifiers and predicates with more than one variable to express, “There is a pupil in this lecture who has taken at least one course in Discrete Maths.”

A. ∃x∃yP (x, y), where P (x, y) is “x has taken y,” the domain for x consists of all pupil in this class, and the domain for y consists of all Discrete Maths lectures
B. ∃x∃yP (x, y), where P (x, y) is “x has taken y,” the domain for x consists of all Discrete Maths lectures, and the domain for y consists of all pupil in this class
C. ∀x∀yP(x, y), where P (x, y) is “x has taken y,” the domain for x consists of all pupil in this class, and the domain for y consists of all Discrete Maths lectures
D. ∃x∀yP(x, y), where P (x, y) is “x has taken y,” the domain for x consists of all pupil in this class, and the domain for y consists of all Discrete Maths lectures
Answer» B. ∃x∃yP (x, y), where P (x, y) is “x has taken y,” the domain for x consists of all Discrete Maths lectures, and the domain for y consists of all pupil in this class
11.

Find a counter example of ∀x∀y(xy > y), where the domain for all variables consists of all integers.

A. x = -1, y = 17
B. x = -2 y = 8
C. Both x = -1, y = 17 and x = -2 y = 8
D. Does not have any counter example
Answer» D. Does not have any counter example
12.

Determine the truth value of ∃n∃m(n + m = 5 ∧ n − m = 2) if the domain for all variables consists of all integers.

A. True
B. False
C. May be True or False
D. Can't say
Answer» C. May be True or False
13.

Which rule of inference is used in each of these arguments, “If it is Wednesday, then the Smartmart will be crowded. It is Wednesday. Thus, the Smartmart is crowded.”

A. Modus tollens
B. Modus ponens
C. Disjunctive syllogism
D. Simplification
Answer» C. Disjunctive syllogism
14.

Translate ∀x∃y(x < y) in English, considering domain as a real number for both the variable.

A. For all real number x there exists a real number y such that x is less than y
B. For every real number y there exists a real number x such that x is less than y
C. For some real number x there exists a real number y such that x is less than y
D. For each and every real number x and y such that x is less than y
Answer» B. For every real number y there exists a real number x such that x is less than y
15.

Let Q(x, y) be the statement “x + y = x − y.” If the domain for both variables consists of all integers, what is the truth value of ∃xQ(x, 4).

A. True
B. False
C. May be True or False
D. Can't say
Answer» C. May be True or False
16.

The inverse of p → q is the proposition of ____________

A. ¬p → ¬q
B. ¬q → ¬p
C. q → p
D. ¬q → p
Answer» B. ¬q → ¬p
17.

“The product of two negative real numbers is not negative.” Is given by?

A. ∃x ∀y ((x < 0) ∧ (y < 0) → (xy > 0))
B. ∃x ∃y ((x < 0) ∧ (y < 0) ∧ (xy > 0))
C. ∀x ∃y ((x < 0) ∧ (y < 0) ∧ (xy > 0))
D. ∀x ∀y ((x < 0) ∧ (y < 0) → (xy > 0))
Answer» E.
18.

The contrapositive of p → q is the proposition of ____________

A. ¬p → ¬q
B. ¬q → ¬p
C. q → p
D. ¬q → p
Answer» C. q → p
19.

What is the contrapositive of the conditional statement? “The home team misses whenever it is drizzling?”

A. If it is drizzling, then home team misses
B. If the home team misses, then it is drizzling
C. If it is not drizzling, then the home team does not misses
D. If the home team wins, then it is not drizzling
Answer» E.
20.

The converse of p → q is the proposition of _______________

A. ¬p → ¬q
B. ¬q → ¬p
C. q → p
D. ¬q → p
Answer» D. ¬q → p
21.

What is the converse of the conditional statement “If it ices today, I will play ice hockey tomorrow.”

A. “I will play ice hockey tomorrow only if it ices today.”
B. “If I do not play ice hockey tomorrow, then it will not have iced today.”
C. “If it does not ice today, then I will not play ice hockey tomorrow.”
D. “I will not play ice hockey tomorrow only if it ices today.”
Answer» B. “If I do not play ice hockey tomorrow, then it will not have iced today.”
22.

What are the converse of the conditional statement “When Raj stay up late, it is necessary that Raj sleep until noon.”

A. “If Raj stay up late, then Raj sleep until noon.”
B. “If Raj does not stay up late, then Raj does not sleep until noon.”
C. “If Raj does not sleep until noon, then Raj does not stay up late.”
D. “If Raj sleep until noon, then Raj stay up late.”
Answer» E.
23.

What are the contrapositive of the conditional statement “I come to class whenever there is going to be a test.”

A. “If I come to class, then there will be a test.”
B. “If I do not come to class, then there will not be a test.”
C. “If there is not going to be a test, then I don’t come to class.”
D. “If there is going to be a test, then I don’t come to class.”
Answer» C. “If there is not going to be a test, then I don’t come to class.”
24.

What are the inverse of the conditional statement “ A positive integer is a composite only if it has divisors other than 1 and itself.”

A. “A positive integer is a composite if it has divisors other than 1 and itself.”
B. “If a positive integer has no divisors other than 1 and itself, then it is not composite.”
C. “If a positive integer is not composite, then it has no divisors other than 1 and itself.”
D. None of the mentioned
Answer» D. None of the mentioned
25.

What are the contrapositive of the conditional statement “Medha will find a decent job when she labour hard.”?

A. “If Medha labour hard, then she will find a decent job.”
B. “If Medha will not find a decent job, then she not labour hard.”
C. “If Medha will find a decent job, then she labour hard.”
D. “If Medha not labour hard, then she will not find a decent job.”
Answer» C. “If Medha will find a decent job, then she labour hard.”
26.

What are the inverse of the conditional statement “If you make your notes, it will be a convenient in exams.”

A. “If you make notes, then it will be a convenient in exams.”
B. “If you do not make notes, then it will not be a convenient in exams.”
C. “If it will not be a convenient in exams, then you did not make your notes.”
D. “If it will be a convenient in exams, then you make your notes
Answer» C. “If it will not be a convenient in exams, then you did not make your notes.”
27.

A proof broken into distinct cases, where these cases cover all prospects, such proofs are known as ___________

A. Direct proof
B. Contrapositive proofs
C. Vacuous proof
D. Proof by cases
Answer» D. Proof by cases
28.

Which of the arguments is not valid in proving sum of two odd number is not odd.

A. 3 + 3 = 6, hence true for all
B. 2n +1 + 2m +1 = 2(n+m+1) hence true for all
C. All of the mentioned
D. None of the mentioned
Answer» B. 2n +1 + 2m +1 = 2(n+m+1) hence true for all
29.

A proof that p → q is true based on the fact that q is true, such proofs are known as ___________

A. Direct proof
B. Contrapositive proofs
C. Trivial proof
D. Proof by cases
Answer» D. Proof by cases
30.

A theorem used to prove other theorems is known as _______________

A. Lemma
B. Corollary
C. Conjecture
D. None of the mentioned
Answer» B. Corollary
31.

Which of the following can only be used in disproving the statements?

A. Direct proof
B. Contrapositive proofs
C. Counter Example
D. Mathematical Induction
Answer» D. Mathematical Induction
32.

Let the statement be “If n is not an odd integer then sum of n with some not odd number will not be odd.”, then if P(n) is “n is an not an odd integer” and Q(n) is “sum of n with some not odd number will not be odd.” A proof by contraposition will be ________

A. ∀nP ((n) → Q(n))
B. ∃ nP ((n) → Q(n))
C. ∀n~(P ((n)) → Q(n))
D. ∀n(~Q ((n)) → ~(P(n)))
Answer» E.
33.

When to proof P→Q true, we proof P false, that type of proof is known as ___________

A. Direct proof
B. Contrapositive proofs
C. Vacuous proof
D. Mathematical Induction
Answer» D. Mathematical Induction
34.

A proof covering all the possible cases, such type of proofs are known as ___________

A. Direct proof
B. Proof by Contradiction
C. Vacuous proof
D. Exhaustive proof
Answer» E.
35.

A compound proposition that is always ___________ is called a tautology.

A. True
B. False
C. May be True or False
D. Can't say
Answer» B. False
36.

In proving √5 as irrational, we begin with assumption √5 is rational in which type of proof?

A. Direct proof
B. Proof by Contradiction
C. Vacuous proof
D. Mathematical Induction
Answer» C. Vacuous proof
37.

A compound proposition that is always ___________ is called a contradiction.

A. True
B. False
C. May be True or False
D. Can't say
Answer» C. May be True or False
38.

(A ∨ ¬A) ∨ (q ∨ T) is a __________

A. Tautology
B. Contradiction
C. Contingency
D. None of the mentioned
Answer» B. Contradiction
39.

(A ∨ F) ∨ (A ∨ T) is always _________

A. True
B. False
C. May be True or False
D. Can't say
Answer» B. False
40.

A ∧ ¬(A ∨ (A ∧ T)) is always __________

A. True
B. False
C. May be True or False
D. Can't say
Answer» C. May be True or False
41.

¬ (A ∨ q) ∧ (A ∧ q) is a ___________

A. Tautology
B. Contradiction
C. Contingency
D. None of the mentioned
Answer» C. Contingency
42.

Let R (x) denote the statement “x > 2.” What is the truth value of the quantification ∃xR(x), having domain as real numbers?

A. True
B. False
C. May be True or False
D. Can't say
Answer» B. False
43.

A → (A ∨ q) is a __________

A. Tautology
B. Contradiction
C. Contingency
D. None of the mentioned
Answer» B. Contradiction
44.

Let P(x) denote the statement “x = x + 7.” What is the truth value of the quantification ∃xP(x), where the domain consists of all real numbers?

A. True
B. False
C. May be True or False
D. Can't say
Answer» C. May be True or False
45.

The statement,” Every comedian is funny” where C(x) is “x is a comedian” and F (x) is “x is funny” and the domain consists of all people.

A. ∃x(C(x) ∧ F (x))
B. ∀x(C(x) ∧ F (x))
C. ∃x(C(x) → F (x))
D. ∀x(C(x) → F (x))
Answer» E.
46.

The statement, “At least one of your friends is perfect”. Let P (x) be “x is perfect” and let F (x) be “x is your friend” and let the domain be all people.

A. ∀x (F (x) → P (x))
B. ∀x (F (x) ∧ P (x))
C. ∃x (F (x) ∧ P (x))
D. ∃x (F (x) → P (x))
Answer» D. ∃x (F (x) → P (x))
47.

Let domain of m includes all students, P (m) be the statement “m spends more than 2 hours in playing polo”. Express ∀m ¬P (m) quantification in English.

A. A student is there who spends more than 2 hours in playing polo
B. There is a student who does not spend more than 2 hours in playing polo
C. All students spends more than 2 hours in playing polo
D. No student spends more than 2 hours in playing polo
Answer» E.
48.

”Everyone wants to learn cosmology.” This argument may be true for which domains?

A. All students in your cosmology class
B. All the cosmology learning students in the world
C. Both of the mentioned
D. None of the mentioned
Answer» D. None of the mentioned
49.

Let Q(x, y) denote “M + A = 0.” What is the truth value of the quantifications ∃A∀M Q(M, A).

A. True
B. False
C. May be True or False
D. Can't say
Answer» C. May be True or False
50.

Determine the truth value of ∀n(n + 1 > n) if the domain consists of all real numbers.

A. True
B. False
C. May be True or False
D. Can't say
Answer» B. False