Question:

A problem P is known to be NP-complete and Q and R are two problems such that Q is polynomial time reducible to P and P is polynomial time reducible to R. Which one of the following is true?

Show Hint

N/A
Updated On: May 3, 2025
  • \( Q \) is NP-complete
  • \( R \) is NP-complete
  • \( Q \) is NP-hard
  • \( R \) is NP-hard
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Given that \( P \) is NP-complete, we know that every problem in NP is polynomial time reducible to \( P \). Also, since \( P \) is polynomial time reducible to \( R \), it means that \( R \) is at least as hard as NP-complete problems, which makes \( R \) NP-hard. However, we cannot directly conclude that \( R \) is NP-complete unless it is also in NP.
Therefore, the correct answer is 4. \( R \) is NP-hard.
Was this answer helpful?
0
0