Mathematical Reasoning — Class 11 MCQs with Answers
Class 11 CBSE Mathematics · Chapter 14
67 practice questions · 22 Easy · 22 Medium · 23 Hard · Updated
Practise the most important Class 11 CBSE Mathematics questions from Chapter 14, "Mathematical Reasoning". You get 6 timed quizzes made from 67 NCERT-based MCQs, with answers and explanations. The questions are split into 22 Easy, 22 Medium and 23 Hard. Warm up on the basics, then move on to the exam-level questions that set top scorers in CBSE & Maharashtra HSC Board exams, JEE Main, MHT-CET and JEE Advanced apart.
To score well in "Mathematical Reasoning", focus on fast problem-solving, formula recall and step-by-step working. Each MCQ here is timed and uses exam-style marking (+4 correct, −1 wrong, 0 skipped). This trains you to stay accurate under time pressure, as real papers need. Every question has a short explanation, so a wrong answer becomes a quick lesson. It is the fastest way to fix gaps before a test.
Use this chapter for focused revision. Start with the Easy set to check your basics on Mathematical Reasoning, then move to Medium and Hard to practise applying them. Your accuracy, streaks and XP save automatically. This chapter also adds to your overall Class 11 Mathematics mastery score. 13 sample questions are solved in full below, with the answer and a worked explanation. Sign in free to start practising.
Key concepts: Mathematical Reasoning (Class 11 Mathematics)
Mathematics rests on precise logic. This chapter defines a statement as a sentence that is definitely true or false, builds compound statements with the connectives 'and', 'or' and 'not', introduces the quantifiers 'for all' and 'there exists', and studies implication and the methods for validating statements.
- Statement
- A declarative sentence that is either true or false but not both; questions, commands and opinions are not statements in logic.
- Negation
- The negation ~p reverses the truth value of p; read 'it is not the case that p', it is true exactly when p is false.
- Compound statement
- Two or more simple statements joined by connectives; its truth depends on the truth of its components and the connective used.
- Conjunction (and)
- p ∧ q is true only when both p and q are true; a single false component makes the whole 'and' statement false.
Mathematical Reasoning — important questions & MCQs with answers (Class 11 Mathematics)
13 solved questions from this chapter's difficulty levels, each with its answer and explanation. The other 54 are timed and scored when you sign in.
- Q1Easy
A mathematical statement is:
A.A sentence that is either true or false (not both)✓ CorrectB.A questionC.A commandD.A wishAnswer: A. A sentence that is either true or false (not both)
Explanation: A statement is a declarative sentence with a definite truth value — true or false, never both — unlike questions, commands or wishes, which have no truth value to test at all.
- Q2Easy
Negation of "x is even":
A.x is odd plus 1B.x is not even✓ CorrectC.x is positiveD.x = 0Answer: B. x is not even
Explanation: Negation ~p simply denies p — "x is even" becomes "x is not even." Don't over-specify with "x is odd," which silently assumes x is an integer that the statement never stated.
- Q3Easy
Negation of statement p is denoted by:
A.Both a and ¬pB.p'C.¬p onlyD.~p (or ¬p)✓ CorrectAnswer: D. ~p (or ¬p)
Explanation: Negation is written with a tilde or the ¬ symbol: ~p or ¬p, both standard and interchangeable. A trailing prime, p′, denotes other operations in this chapter's notation, not negation.
- Q4Easy
Conjunction of p and q is denoted by:
A.p ∨ qB.p ∧ q✓ CorrectC.p → qD.p ↔ qAnswer: B. p ∧ q
Explanation: Conjunction ("and") uses the ∧ symbol: p ∧ q. Don't confuse it with ∨ (disjunction, "or") — the ∧ shape mirrors set intersection, both meaning "both conditions must hold."
- Q5Easy
'If p then q' is denoted by:
A.p ∨ qB.p ↔ qC.p ∧ qD.p → q✓ CorrectAnswer: D. p → q
Explanation: "If p then q" is the conditional, written p → q, with p as antecedent and q as consequent. Don't reach for ↔, which needs truth in both directions, not just one.
- Q6Medium
p AND q is true only when:
A.Both falseB.At least one is trueC.Both p and q are true✓ CorrectD.AlwaysAnswer: C. Both p and q are true
Explanation: p ∧ q (AND) is true only when both p and q are true — read it straight off the conjunction's truth table; if either input is false, the whole conjunction turns false.
- Q7Medium
Negation of 'All triangles have 3 sides':
A.All triangles have 4 sidesB.No triangle has 3 sidesC.Some triangle does not have 3 sides (or there exists a triangle...)✓ CorrectD.Some triangles have 3 sidesAnswer: C. Some triangle does not have 3 sides (or there exists a triangle...)
Explanation: Negating "All triangles have 3 sides" (∀x, P(x)) gives ∃x, ¬P(x): "Some triangle does not have 3 sides." Keeping the universal quantifier, as in "No triangle has 3 sides," is the wrong flip.
- Q8Medium
Compound statement: 'It is sunny, but cold'. Connective is:
A.If-thenB.OrC.And (conjunction)✓ CorrectD.NotAnswer: C. And (conjunction)
Explanation: "But" logically behaves exactly like "and" — it still requires both parts to hold, just with an implied contrast in tone. Symbolically it's still conjunction, p ∧ q.
- Q9Medium
Converse of 'If p then q' is:
A.If p then not qB.If not p then not qC.If not q then not pD.If q then p✓ CorrectAnswer: D. If q then p
Explanation: The converse swaps hypothesis and conclusion: "if p then q" becomes "if q then p." It is NOT logically equivalent to the original — that equivalence belongs only to the contrapositive.
- Q10Medium
p ↔ q is true when:
A.p and q have same truth values✓ CorrectB.Different truth valuesC.AlwaysD.NeverAnswer: A. p and q have same truth values
Explanation: p ↔ q holds exactly when p and q agree — both true or both false. Different truth values always make the biconditional false, unlike →, which tolerates p false with q true.
- Q11Hard
Statement: 'If x > 0, then x² > 0' (where x is real). This is:
A.Cannot determineB.FalseC.A true statement✓ CorrectD.Conditional onlyAnswer: C. A true statement
Explanation: For any real x > 0, multiplying a positive number by itself always gives a positive result, so x² > 0 holds for every such x — the conditional is true with no counterexample possible.
- Q12Hard
Contrapositive of "if p then q" is:
A.If ¬q then ¬p✓ CorrectB.If ¬p then ¬qC.If q then pD.p iff qAnswer: A. If ¬q then ¬p
Explanation: The contrapositive negates both parts AND swaps their order: "if p then q" becomes "if not q then not p." It's the only transform sharing the original's truth table — converse and inverse aren't.
- Q13Hard
Negation of 'For every real number x, x² + 1 > 0':
A.There exists a real number x such that x² + 1 ≤ 0✓ CorrectB.For every real x, x² + 1 ≤ 0C.x² + 1 > 0D.For some real x, x² + 1 < 0Answer: A. There exists a real number x such that x² + 1 ≤ 0
Explanation: Negating ∀x, x²+1>0 gives ∃x, x²+1≤0 — flip both the quantifier (∀ to ∃) and the inequality (> to ≤). Negating only to "<" leaves out the equality case and is incomplete.
Start this chapter free
You have 13 solved above. Sign in with Google (no card needed). You get 1 Easy + 1 Medium quiz on every chapter during your 30-day trial. After that, you keep 1 Easy quiz on every chapter, free for good, plus the full key-concept notes, formulas & exam tips.
This chapter has 67 questions (22 Easy · 22 Medium · 23 Hard), with timed scoring and instant feedback. The rest unlock with the ₹999/year plan.
Start this chapter free →Mathematical Reasoning — FAQs
What are the key concepts in Class 11 Mathematics Mathematical Reasoning?+
Mathematics rests on precise logic. This chapter defines a statement as a sentence that is definitely true or false, builds compound statements with the connectives 'and', 'or' and 'not', introduces the quantifiers 'for all' and 'there exists', and studies implication and the methods for validating statements. Key ideas include Statement, Negation, Compound statement, Conjunction (and).
What does Class 11 Mathematics Chapter 14 (Mathematical Reasoning) cover on XamBaaz?+
It has 67 NCERT-based MCQs on "Mathematical Reasoning": 22 Easy, 22 Medium and 23 Hard. Together they make 6 timed quizzes, and you never get the same set twice. Every question has an instant explanation. They help you prepare for CBSE & Maharashtra HSC Board exams, JEE Main, MHT-CET and JEE Advanced.
Are these "Mathematical Reasoning" questions free to practise?+
Yes. Sign in with Google to practise "Mathematical Reasoning" free. Full unlimited access is ₹999/year on a launch offer until 1 December 2026. No chapter is charged separately.
How should I revise "Mathematical Reasoning" for the exam?+
Start with the Easy quiz to check your basics, then try Medium and Hard to practise applying them. There are 6 timed quizzes on this chapter, so you can come back for a fresh set instead of one you have seen. Read each explanation, retry the questions you miss, and track your accuracy until it stays high.
Are these "Mathematical Reasoning" MCQs available with answers?+
Yes. 13 sample questions are shown here in full, each with the correct option and a step-by-step "Why" explanation. Sign in free with Google to start practising, with instant scoring.
Is there negative marking in the "Mathematical Reasoning" quizzes?+
Yes. The timed quizzes use exam-style marking: +4 for a right answer, −1 for a wrong one and 0 for a skip, the same negative marking as JEE Main and JEE Advanced. MHT-CET and CBSE board papers have no negative marking. Our mocks for those are scored their way.
What are the important questions from Mathematical Reasoning (Class 11 Mathematics)?+
The questions that matter most test Statement, Negation, Compound statement, Conjunction (and). This page shows 13 solved important MCQs with answers and explanations; all 67 questions on the chapter are available as timed quizzes once you sign in.
Is there an online quiz for Mathematical Reasoning?+
Yes — Class 11 Mathematics Mathematical Reasoning has timed online quizzes at Easy, Medium and Hard levels, with instant scoring and a worked explanation on every question. The first quiz on the chapter is free.
