Question:medium

The number of ordered triplets of the truth values of \( p, q, r \) and such that the truth value of the statement \[ (p \lor q) \land (p \lor r) \implies (q \lor r) \text{ is True, is equal to:} \]

Show Hint

Constructing truth tables is an effective way to check the validity of logical statements by analyzing all possible truth values.
Updated On: Mar 25, 2026
Show Solution

Correct Answer: 7

Solution and Explanation

(pq) ∧ (pr) ⇒ (qr) is true if either (pq) ∧ (pr) is false or (qr) is true. We analyze all possible truth values of p, q, r to find the number of ordered triplets: 

  • Case 1: (pq) ∧ (pr) is false. This occurs when both pq and pr are false, implying p = q = r = false. (qr) is false too, so the implication is true.
    Triplet: (false, false, false).
  • Case 2: (qr) is true. Possible truth assignments are:
    • q = true, r = false: (pq) ∧ (pr) is true if p = true or q = true.
    • q = false, r = true: (pq) ∧ (pr) is true if p = true or r = true.
    • q = true, r = true: Every value of p makes the conjunction true.

Total true triplets:

(0,0,0) (0,1,0)(1,1,0)
(0,0,1)(1,0,1)(0,1,1)(1,1,1)

Seven triplets satisfy the condition.

Was this answer helpful?
0


Questions Asked in JEE Main exam