Maharashtra Board Class 12 Maths Part 1 Chapter 1 Mathematical Logic 1.9 Solutions

NCERT Solutions for Class 12 Maths Commerce: Chapter 01 Mathematical Logic 1.9

Access comprehensive textbook solutions for Chapter 01 Mathematical Logic 1.9 using the official curriculum guides for Class 12 Maths Commerce. Designed to align with the 2026-27 MSBSHSE standards, these detailed answers help students reinforce core academic concepts.

Practice Class 12 Maths Commerce Solutions: Chapter 01 Mathematical Logic 1.9

Navigate directly to the solved Maths Commerce textbook exercises using the digital viewer below. Each solution includes detailed step-by-step explanations, allowing students to instantly cross-check their work and identify areas requiring further revision.

Question 1. Without using truth table, show that
(i) \( p \leftrightarrow q \equiv (p \wedge q) \vee (\sim p \wedge \sim q) \)

Answer:
LHS = \( p \leftrightarrow q \)
\( \equiv (p \rightarrow q) \wedge (q \rightarrow p) \)
\( \equiv (\sim p \vee q) \wedge (\sim q \vee p) \) .....(Conditional Law)
\( \equiv [\sim p \wedge (\sim q \vee p)] \vee [q \wedge (\sim q \vee p)] \) .....(Distributive Law)
\( \equiv [(\sim p \wedge \sim q) \vee (\sim p \wedge p)] \vee [(q \wedge \sim q) \vee (q \wedge p)] \) .....(Distributive Law)
\( \equiv [(\sim p \wedge \sim q) \vee c] \vee [c \vee (q \wedge p)] \) .....(Complement Law)
\( \equiv (\sim p \wedge \sim q) \vee (q \wedge p) \) .....(Identity Law)
\( \equiv (p \wedge q) \vee (\sim p \wedge \sim q) \) .....(Commutative Law)
\( = \text{RHS} \)
This equivalence demonstrates that a biconditional statement is true if and only if both component statements share the same truth value.
In simple words: We can prove two logical statements are the same without drawing a table by using standard logic rules step-by-step, just like simplifying an algebraic equation.

🎯 Exam Tip: Clearly write the name of the logical law used in each step in the right margin to secure full marks from the examiner.

 

Question. Prove the following logical equivalences:
(ii) \( p \wedge [(\sim p \vee q) \vee (\sim q)] \equiv p \)
(iii) \( \sim[(p \wedge q) \rightarrow \sim(q)] \equiv p \wedge q \)
(iv) \( \sim r \rightarrow \sim(p \wedge q) \equiv [\sim(q \rightarrow r)] \rightarrow (\sim p) \)
Answer:
(ii)
LHS \( = p \wedge [(\sim p \vee q) \vee (\sim q)] \)
\( \equiv p \wedge [\sim p \vee (q \vee \sim q)] \) ......(Associative Law)
\( \equiv p \wedge [\sim p \vee t] \) ......(Complement Law)
\( \equiv p \wedge t \) ......(Identity Law)
\( \equiv p \) ......(Identity Law)
\( = \) RHS.

(iii)
LHS \( = \sim[(p \wedge q) \rightarrow \sim(\sim q)] \)
\( \equiv (p \wedge q) \wedge \sim(\sim q) \) ......(Negation of implication)
\( \equiv (p \wedge q) \wedge q \) ......(Negation of negation)
\( \equiv p \wedge (q \wedge q) \) ......(Associative Law)
\( \equiv p \wedge q \) ......(Idempotent Law)
\( = \) RHS

(iv)
LHS \( = \sim r \rightarrow \sim(p \wedge q) \)
\( \equiv \sim q \rightarrow (\sim p \vee \sim q) \) ......(De Morgan’s Law)
\( \equiv \sim(\sim r) \vee (\sim p \vee \sim q) \) ......(Conditional Law)
\( \equiv r \vee (\sim p \vee \sim q) \) ......(Involution Law)
\( \equiv r \vee \sim q \vee \sim p \) ......(Commutative Law)
\( \equiv (\sim q \vee r) \vee (\sim p) \) ......(Commutative Law)
\( \equiv \sim(q \rightarrow r) \vee (\sim p) \) ......(Conditional Law)
\( \equiv \sim(q \rightarrow r) \rightarrow (\sim p) \) ......(Conditional Law)
\( = \) RHS.
In simple words: We can prove these logical statements are equal by applying standard rules of logic step-by-step. By simplifying the left-hand side using laws like De Morgan's or Associative laws, we show it is identical to the right-hand side.

🎯 Exam Tip: Always write down the name of the logical law used at each step in the right margin. This helps the examiner follow your logic easily and ensures you get full marks.

 

Question 1(v). Prove that \( (p \vee q) \rightarrow r \equiv (p \rightarrow r) \wedge (q \rightarrow r) \)
Answer:
LHS = \( (p \vee q) \rightarrow r \)
\( \equiv \sim(p \vee q) \vee r \) ...... (Conditional Law)
\( \equiv (\sim p \wedge \sim q) \vee r \) ...... (De Morgan's Law)
\( \equiv (\sim p \vee r) \wedge (\sim q \vee r) \) ...... (Distributive Law)
\( \equiv (p \rightarrow r) \wedge (q \rightarrow r) \) ...... (Conditional Law)
= RHS. This equivalence shows that a conditional statement with a disjunction in its antecedent can be split into a conjunction of two separate conditional statements.
In simple words: Saying 'if either A or B is true, then C is true' is exactly the same as saying 'if A is true then C is true, AND if B is true then C is true'.

🎯 Exam Tip: Remember that \( p \rightarrow q \) is logically equivalent to \( \sim p \vee q \). This conditional law is extremely useful for converting implications into disjunctions so you can apply De Morgan's and Distributive laws.

 

Question 2. Using the algebra of statement, prove that:
(i) \( [p \wedge (q \vee r)] \vee [\sim r \wedge \sim q \wedge p] \equiv p \)
(ii) \( (p \wedge q) \vee (p \wedge \sim q) \vee (\sim p \wedge \sim q) \equiv p \vee \sim q \)

Answer:
(i) LHS = \( [p \wedge (q \vee r)] \vee [\sim r \wedge \sim q \wedge p] \)
\( \equiv [p \wedge (q \vee r)] \vee [(\sim r \wedge \sim q) \wedge p] \) ...... (Associative Law)
\( \equiv [p \wedge (q \vee r)] \vee [(\sim q \wedge \sim r) \wedge p] \) ...... (Commutative Law)
\( \equiv [p \wedge (q \vee r)] \vee [\sim(q \vee r) \wedge p] \) ...... (De Morgan's Law)
\( \equiv [p \wedge (q \vee r)] \vee [p \wedge \sim(q \vee r)] \) ...... (Commutative Law)
\( \equiv p \wedge [(q \vee r) \vee \sim(q \vee r)] \) ...... (Distributive Law)
\( \equiv p \wedge t \) ...... (Complement Law)
\( \equiv p \) ...... (Identity Law)
= RHS.

(ii) LHS = \( (p \wedge q) \vee (p \wedge \sim q) \vee (\sim p \wedge \sim q) \)
\( \equiv (p \wedge q) \vee [(p \wedge \sim q) \vee (\sim p \wedge \sim q)] \) ...... (Associative Law)
\( \equiv (p \wedge q) \vee [(\sim q \wedge p) \vee (\sim q \wedge \sim p)] \) ...... (Commutative Law)
\( \equiv (p \wedge q) \vee [\sim q \wedge (p \vee \sim p)] \) ...... (Distributive Law)
\( \equiv (p \wedge q) \vee (\sim q \wedge t) \) ...... (Complement Law)
\( \equiv (p \wedge q) \vee (\sim q) \) ...... (Identity Law)
\( \equiv (p \vee \sim q) \wedge (q \vee \sim q) \) ...... (Distributive Law)
\( \equiv (p \vee \sim q) \wedge t \) ...... (Complement Law)
\( \equiv p \vee \sim q \) ...... (Identity Law)
= RHS. By systematically applying these logical laws, we can simplify complex statement formulas to their most basic equivalent forms.
In simple words: We can simplify long, complicated logical expressions step-by-step using standard rules, just like simplifying algebraic equations in math, to prove they are equal to simpler statements.

🎯 Exam Tip: Always write the name of the law used in each step in brackets on the right side. Examiners look for these specific names (like Distributive Law, Complement Law, Identity Law) to award full marks.

 

Question (iii). Prove that \( (p \vee q) \wedge (\sim p \vee \sim q) \equiv (p \wedge \sim q) \vee (\sim p \wedge q) \)
Answer:
LHS \( = (p \vee q) \wedge (\sim p \vee \sim q) \)
\( \equiv [p \wedge (\sim p \vee \sim q)] \vee [q \wedge (\sim p \vee \sim q)] \) ...... (Distributive Law)
\( \equiv [(p \wedge \sim p) \vee (p \wedge \sim q)] \vee [(q \wedge \sim p) \vee (q \wedge \sim q)] \) ...... (Distributive Law)
\( \equiv [c \vee (p \wedge \sim q)] \vee [(q \wedge \sim p) \vee c] \) ...... (Complement Law)
\( \equiv (p \wedge \sim q) \vee (q \wedge \sim p) \) ...... (Identity Law)
\( \equiv (p \wedge \sim q) \vee (\sim p \wedge q) \) ...... (Commutative Law)
\( = \text{RHS} \)
This step-by-step simplification successfully establishes the equivalence of both sides using standard logical laws.
In simple words: We can prove that two logical statements are the same by breaking them down step-by-step using standard rules, just like simplifying an algebra equation.

🎯 Exam Tip: Always write the name of the logical law used in brackets next to each step, as examiners look for these justifications to award full marks.

Step-by-Step Textbook Answers: Class 12 Maths Commerce Chapter 01 Mathematical Logic 1.9

Official MSBSHSE Solutions for Chapter 01 Mathematical Logic 1.9

Review comprehensive exercise answers for Class 12 Maths Commerce Chapter 01 Mathematical Logic 1.9. Fully updated to match current MSBSHSE syllabus guidelines, these textbook solutions help students verify their work and maintain accurate study notes.

Step-by-Step Explanations for Chapter 01 Mathematical Logic 1.9

Clear, methodical explanations accompany every challenging problem within the Class 12 Maths Commerce text. Engaging with these detailed answers lays a solid foundation for advanced learning and improves foundational clarity for upcoming assessments.

Next Steps in Your Maths Commerce Revision

Consistent practice with these solution guides cultivates faster problem-solving habits and clearer logical structuring. For a complete preparation experience, pair these textbook answers with our dedicated revision notes and sample papers for Class 12 Maths Commerce.

FAQs

Where can I find the latest Maharashtra Board Class 12 Maths Part 1 Chapter 1 Mathematical Logic 1.9 Solutions for the 2026-27 session?

The complete and updated Maharashtra Board Class 12 Maths Part 1 Chapter 1 Mathematical Logic 1.9 Solutions is available for free on StudiesToday.com. These solutions for Class 12 Maths Commerce are as per latest MSBSHSE curriculum.

Are the Maths Commerce MSBSHSE solutions for Class 12 updated for the new 50% competency-based exam pattern?

Yes, our experts have revised the Maharashtra Board Class 12 Maths Part 1 Chapter 1 Mathematical Logic 1.9 Solutions as per 2026 exam pattern. All textbook exercises have been solved and have added explanation about how the Maths Commerce concepts are applied in case-study and assertion-reasoning questions.

How do these Class 12 MSBSHSE solutions help in scoring 90% plus marks?

Toppers recommend using MSBSHSE language because MSBSHSE marking schemes are strictly based on textbook definitions. Our Maharashtra Board Class 12 Maths Part 1 Chapter 1 Mathematical Logic 1.9 Solutions will help students to get full marks in the theory paper.

Do you offer Maharashtra Board Class 12 Maths Part 1 Chapter 1 Mathematical Logic 1.9 Solutions in multiple languages like Hindi and English?

Yes, we provide bilingual support for Class 12 Maths Commerce. You can access Maharashtra Board Class 12 Maths Part 1 Chapter 1 Mathematical Logic 1.9 Solutions in both English and Hindi medium.

Is it possible to download the Maths Commerce MSBSHSE solutions for Class 12 as a PDF?

Yes, you can download the entire Maharashtra Board Class 12 Maths Part 1 Chapter 1 Mathematical Logic 1.9 Solutions in printable PDF format for offline study on any device.