Conjunction Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

easy
Let pp: '44 is even' and qq: '4<104 < 10'. Evaluate pqp \land q, p¬qp \land \neg q, and ¬pq\neg p \land q.

Solution

  1. 1
    pp is true (4 is even). qq is true (4 < 10). So ¬q\neg q is false and ¬p\neg p is false.
  2. 2
    pq=TT=Tp \land q = T \land T = T.
  3. 3
    p¬q=TF=Fp \land \neg q = T \land F = F.
  4. 4
    ¬pq=FT=F\neg p \land q = F \land T = F.

Answer

pq=T,p¬q=F,¬pq=Fp \land q = T,\quad p \land \neg q = F,\quad \neg p \land q = F
A conjunction pqp \land q is true only when both components are true. If either component is false, the conjunction is false.

About Conjunction

A conjunction PQP \wedge Q is a compound statement that is true if and only if both constituent statements PP and QQ are individually true.

Learn more about Conjunction →

More Conjunction Examples