Mathematics - MCQ Practice Questions
Practice free Mathematics multiple-choice questions with detailed answers and explanations. Perfect for competitive exam preparation.
190 questions | 100% Free
Which of the following is a tautology?
Understanding:
We must identify which of the given logical statements is a tautology — a statement that is true for all possible truth values of its variables.
Formula:
A statement is a tautology if its truth table yields True in every row:
Step 1: Evaluate each option
For p∧(∼p): when p is True, ∼p is False, so p∧(∼p) is False. This is a contradiction, not a tautology.
Step 2: Check p∨(∼p)
The statement is True in all cases — it is a tautology (Law of Excluded Middle).
Step 3: Eliminate remaining options
p∧q is False when either p or q is False — not a tautology.
p⇒q is False when p is True and q is False — not a tautology.
Answer:
The statement p∨(∼p) is always true, making it a tautology.
Quick Tip:
The two fundamental results to memorise: p∨(∼p) is always a tautology, and p∧(∼p) is always a contradiction.
The negation of the statement "All students are hardworking" is:
Understanding:
We must find the negation of the universal statement: "All students are hardworking."
Step 1: Express the statement in logical form
Let P(x) denote "x is hardworking." The statement is:
Step 2: Apply the negation rule for universal quantifiers
The negation of "for all" is "there exists at least one for whom the predicate is false."
Step 3: Translate back to English
∃x, ∼P(x) means "There exists a student who is NOT hardworking," which is the same as "Some students are not hardworking."
Answer:
The negation of "All students are hardworking" is "Some students are not hardworking."
Quick Tip:
Negation of "All A are B" is always "Some A are not B" — never "No A is B." A common exam trap is to select the stronger (but incorrect) negation.
If p and q are two statements such that p⇒q is true and q is false, which of the following must be true?
Understanding:
We are given:
We must determine what can be concluded about p.
Formula:
The truth table of p⇒q:
Step 1: Use Modus Tollens
The rule of Modus Tollens states:
Since p⇒q is True and q is False, we must have p is False.
Step 2: Verify by truth table
If q is False and p⇒q is True, only the row p=F,q=F gives p⇒q=T. So p must be False.
Step 3: Eliminate other options
p∧q requires both to be True — False here since q is False.
∼p⇒∼q: Since p is False, ∼p is True; q is False, ∼q is True; so ∼p⇒∼q=T, meaning this option's claim of "false" is wrong.
Answer:
By Modus Tollens, p must be false.
Quick Tip:
Modus Tollens: (p⇒q)∧∼q⇒∼p is one of the most tested inference rules in Mathematical Reasoning.
The contrapositive of the statement "If it is raining, then the ground is wet" is:
Understanding:
We must find the contrapositive of the conditional statement p⇒q, where:
Formula:
The contrapositive of p⇒q is:
Step 1: Identify ∼p and ∼q
Step 2: Form the contrapositive
Step 3: Eliminate other options
Option A is the converse (q⇒p), not the contrapositive.
Option B is the inverse (∼p⇒∼q), not the contrapositive.
Option D is a conjunction, not a conditional.
Answer:
The contrapositive is "If the ground is not wet, then it is not raining."
Quick Tip:
Contrapositive (∼q⇒∼p) is logically equivalent to the original (p⇒q). Converse and inverse are equivalent to each other, but NOT to the original.
Which of the following pairs of statements are logically equivalent?
Understanding:
We must identify which pair of statements has identical truth tables (i.e., are logically equivalent).
Formula:
Two statements X and Y are logically equivalent if:
Step 1: Verify p⇒q≡∼p∨q
All rows match — they are logically equivalent.
Step 2: Check option A
p⇒q and q⇒p: when p=T,q=F, the first is F and the second is T — not equivalent.
Step 3: Check option C
p∨∼q: when p=F,q=T, gives F∨F=F, but p⇒q=T — not equivalent.
Answer:
p⇒q and ∼p∨q are logically equivalent.
Quick Tip:
The identity p⇒q≡∼p∨q is one of the most important logical equivalences. It is used to convert implications into disjunctions.
The statement "p if and only if q" (p⇔q) is true when:
Understanding:
We must determine the condition under which the biconditional p⇔q is true.
Formula:
The biconditional is defined as:
Step 1: Build the truth table for p⇔q
Step 2: Identify the pattern
p⇔q is True exactly when p and q are both True or both False — i.e., when they share the same truth value.
Step 3: Eliminate incorrect options
Options A and B describe cases where p and q differ — these give a False biconditional.
Option D describes a disjunction (p∨q), which is different from a biconditional.
Answer:
The biconditional p⇔q is true if and only if both statements have the same truth value.
Quick Tip:
p⇔q can also be read as "p and q are either both true or both false." It equals ∼(p⊕q) where ⊕ is exclusive-or.
Which of the following is the negation of "There exists a real number x such that x2+1=0"?
Understanding:
We must negate the existential statement:
Formula:
The negation of an existential quantifier is a universal quantifier:
Step 1: Identify P(x)
Step 2: Form ∼P(x)
Step 3: Apply the negation rule
This reads: "For every real number x, x2+1=0."
Step 4: Note the factual correctness
Indeed, x2≥0 for all real x, so x2+1≥1>0 for all real x, confirming this negation is factually true.
Answer:
The negation is "For every real number x, x2+1=0."
Quick Tip:
Negation of ∃ gives ∀ with the predicate negated. Negation of ∀ gives ∃ with the predicate negated — never forget to negate the inner predicate too.
Consider the compound statement: "The number 12 is divisible by 3 and the number 12 is divisible by 5." Which of the following correctly describes this statement?
Understanding:
The compound statement is of the form p∧q, where:
Formula:
For a conjunction to be true, both components must be true:
Step 1: Check p — is 12 divisible by 3?
Step 2: Check q — is 12 divisible by 5?
Step 3: Evaluate the conjunction
The compound statement is False because q is False.
Answer:
The statement is false because 12 is not divisible by 5.
Quick Tip:
A conjunction p∧q fails as soon as even one component is false. Always verify each component individually before judging the whole compound statement.
Which of the following statements is an example of the logical connective "or" being used in its inclusive sense?
Understanding:
We must identify which statement uses "or" in the inclusive sense, meaning at least one (or possibly both) alternatives can be true simultaneously.
Step 1: Define inclusive vs exclusive "or"
Inclusive OR (p∨q): True when p is true, q is true, or both are true.
Exclusive OR (p⊕q): True only when exactly one of p or q is true.
Step 2: Analyse each option
Option A explicitly says "but not both" — this is exclusive OR.
Option B describes mutually exclusive events (pass or fail) — exclusive OR.
Option D explicitly says "not both simultaneously" — exclusive OR.
Step 3: Analyse Option C
"A number is odd or it is divisible by 2."
For any given integer, a number is either odd or even (divisible by 2), but NEVER both. However, no explicit exclusion is stated in the language. More importantly, in mathematics, "or" by default means inclusive OR. Option C is the standard example of the inclusive mathematical "or" — in logic, we take it as p∨q without restriction.
Among all options, Option C uses "or" in its natural mathematical (inclusive) sense without an explicit exclusion clause.
Answer:
Option C uses "or" in the inclusive mathematical sense.
Quick Tip:
In mathematics, "or" always means inclusive OR unless explicitly stated otherwise. Phrases like "but not both" signal exclusive OR.
The compound statement (p∧q)⇒p is:
Understanding:
We must determine whether (p∧q)⇒p is a tautology, contradiction, or contingency.
Formula:
An implication X⇒Y is False only when X is True and Y is False:
Step 1: Build the truth table
Step 2: Draw the conclusion
The statement is True in all four rows of the truth table. It is a tautology.
Step 3: Logical reasoning
This result also follows directly: if p∧q is True, then p must be True (by the definition of conjunction). So the implication can never be False.
Answer:
(p∧q)⇒p is always true — it is a tautology.
Quick Tip:
Any statement of the form (p∧q)⇒p or (p∧q)⇒q is always a tautology — known as the rule of Simplification in logic.