Question:

$( S 1)(p \Rightarrow q) \vee(p \wedge(\sim q))$ is a tautology(S2) $((\sim p) \Rightarrow(\sim q)) \wedge((\sim p) \vee q)$ is a contradictionThen

Show Hint

To check whether a logical expression is a tautology or contradiction, use truth tables. A tautology is true for all possible truth values, while a contradiction is false for all possible truth values.
Updated On: Mar 21, 2025
  • both (S1) and (S2) are correct
  • only (S2) is correct
  • only ( $S 1)$ is correct
  • both ( $S 1)$ and (S2) are wrong
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Approach Solution - 1

pqp ⇒ q∼qp∧∼q(p ⇒ q) ∨ (p∧∼q)
TTTFFT
TFFTTT
FTTFFT
FFTTFT


 

∼p∼q∼p ⇒ ∼q∼p ∨ q((∼p) ⇒ (∼q)) ∧ (∼p)∨q)
FFTTT
FTTFF
TFFTF
TTTTT
Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Step 1: Analyze \( S1 \): \[ S1 = (p \Rightarrow q) \vee (p \land \neg q). \] Let's check its truth table: \[ \begin{array}{|c|c|c|c|} \hline p & q & p \Rightarrow q & p \land \neg q \\ \hline T & T & T & F \\ T & F & F & T \\ F & T & T & F \\ F & F & T & F \\ \hline \end{array} \] For \( (p \Rightarrow q) \vee (p \land \neg q) \), we evaluate the disjunction in each case: 
- When \( p = T \) and \( q = T \), \( (p \Rightarrow q) = T \), and \( (p \land \neg q) = F \), so the result is \( T \). 
- When \( p = T \) and \( q = F \), \( (p \Rightarrow q) = F \), and \( (p \land \neg q) = T \), so the result is \( T \). 
- When \( p = F \) and \( q = T \), \( (p \Rightarrow q) = T \), and \( (p \land \neg q) = F \), so the result is \( T \). 
- When \( p = F \) and \( q = F \), \( (p \Rightarrow q) = T \), and \( (p \land \neg q) = F \), so the result is \( T \). 
Thus, it evaluates to true in all cases, which means \( S1 \) is a tautology. 
Step 2: Analyze \( S2 \): \[ S2 = (\neg p) \Rightarrow (\neg q) \land ((\neg p) \vee q). \] Let's check its truth table: \[ \begin{array}{|c|c|c|c|c|c|} \hline p & q & \neg p & \neg q & (\neg p) \Rightarrow (\neg q) & (\neg p) \vee q \\ \hline T & T & F & F & T & T \\ T & F & F & T & T & F \\ F & T & T & F & F & T \\ F & F & T & T & T & T \\ \hline \end{array} \] From the truth table, we see that \( S2 \) does not evaluate to false for all cases, meaning \( S2 \) is not a contradiction. It evaluates to true in some cases, and therefore \( S2 \) is not incorrect but has cases where it is true.

Was this answer helpful?
0
0

Questions Asked in JEE Main exam

View More Questions

Concepts Used:

Mathematical Reasoning

Mathematical reasoning or the principle of mathematical reasoning is a part of mathematics where we decide the truth values of the given statements. These reasoning statements are common in most competitive exams like JEE and the questions are extremely easy and fun to solve.

Types of Reasoning in Maths:

Mathematically, reasoning can be of two major types such as:

  1. Inductive Reasoning - In this, method of mathematical reasoning, the validity of the statement is examined or checked by a certain set of rules, and then it is generalized. The principle of mathematical induction utilizes the concept of inductive reasoning.
  2. Deductive Reasoning - The principle is the opposite of the principle of induction. Contrary to inductive reasoning, in deductive reasoning, we apply the rules of a general case to a provided statement and make it true for particular statements. The principle of mathematical induction utilizes the concept of deductive reasoning.