Questions: co-NP

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Consider the TAUTOLOGY problem: given a Boolean formula, is it true under every possible truth assignment? Which type of certificate does TAUTOLOGY have that is short and efficiently verifiable?

AA 'yes' certificate — a single satisfying assignment that proves the formula is always true
BA 'no' certificate — a single falsifying assignment that proves the formula is not always true
CBoth types — TAUTOLOGY has polynomial-time certificates for both yes and no answers
DNeither — TAUTOLOGY requires checking exponentially many assignments in both directions
Question 2 Multiple Choice

Which of the following correctly describes the relationship between P, NP, and co-NP?

Aco-NP is the set of all decision problems NOT in NP; P is in NP but not in co-NP
BP is contained in both NP and co-NP; co-NP consists of problems whose complements are in NP
Cco-NP = NP by definition, since every problem in NP has a complement
Dco-NP problems are strictly harder than NP problems since they require verifying more assignments
Question 3 True / False

If P = NP, then it follows that NP = co-NP.

TTrue
FFalse
Question 4 True / False

co-NP is the set of decision problems that are not in NP.

TTrue
FFalse
Question 5 Short Answer

Explain the asymmetry between SAT and TAUTOLOGY that makes SAT an NP-complete problem and TAUTOLOGY a co-NP-complete problem.

Think about your answer, then reveal below.