Question
Mathematics Question on mathematical reasoning
Consider the following two propositions:
P1: (p→ q)
P2:(p∧ q)∧((− p)∨q)
If the proposition p→(( p)∨q) is evaluated as FALSE, then:
A
P1 is TRUE and P2 is FALSE
B
P1 is FALSE and P2 is TRUE
C
Both P1 and P2 are FALSE
D
Both P1 and P2 are TRUE
Answer
Both P1 and P2 are FALSE
Explanation
Solution
Given that: p→( p∨q) is false.
⇒ p∨q is false and p is true.
Now pis True.
T∨q=F
F∨q=F
⇒ q is false
P1: (T→ F)≡ (T→T)≡False.
P2:(T∧ F)∧( T∨F)≡(T∧T)∧(F∨F)
≡T∧F≡ False
So, the correct option is (C): Both P1 and P2 are FALSE.