Home /
Expert Answers /
Computer Science /
answer-all-parts-let-x-y-and-z-be-decision-problems-answer-true-false-or-unknown-1-suppose-x-pa856
(Solved): Answer all parts Let X,Y and Z be decision problems. Answer True, False, or Unknown. 1. Suppose X ...
Answer all parts
Let X,Y and Z be decision problems. Answer True, False, or Unknown. 1. Suppose X?pm?Y. If Y can be solved in polynomial time, then so can X. 2. If X?NP and Y?/NP, then Xzpm?Y. 3. If co-NP=NP, then P=NP. 4. If X cannot be solved in polynomial time, then X?NP. 5. If X is NP-complete, then X?/P. 6. Give an example of a decision problem that is not in NP. 7. NP?co?NP?P. 8. Suppose X?pm?Y. If Y cannot be solved in polynomial time, then neither can X. 10. The Halting Problem is NP-hard. 11. NP?=co-NP. 12. If X?pm?Y and X?NP, then Y?NP. 13. If X?NP, then there does not exist a polynomial time algorithm for X. 14. The Halting Problem is NP-complete. 15. All-Even ?mm?3-SAT. 16. If X?pm?Y, then Y??pm?X?. 17. 2 -SAT ?pm?2?SAT?. ALL-EvEN Input: an array A[1..n] of non-negative integers Output: "Yes" if all n integers in A are even, "No" if at least one integer in A is odd.