If P and Q are two statements, under what condition would p|q be false?

  • A If p is true and q is true
  • B If p is true and q is false
  • C If p is false and q is false
  • D If p is false and q is true

The correct answer is B. If p is true and q is false

From the truth table above, p \(\to\) q  would be false if p is true and q is false

Previous question Next question