NECO 2024 · Paper 1 · Q27

Given the statements pp: All terrorists are guilty, and qq: All terrorists are criminals. Write in symbolic form: “All terrorists are not guilty but criminals”.

Worked solution (try it first)
  1. "Not guilty" is the negation of pp, written ∼p\sim p. "Criminals" is qq.
  2. "But" joins the two parts like "and", so use ∧\wedge.
  3. So the statement is ∼p∧q\sim p \wedge q, option E.

Report a problem with this question