Jump to content
Urch Forums

[P=NP] question


neikel

Recommended Posts

There are two circuits C and D, consisting of only AND, OR, and NOT. Each circuit has n

inputs, and a single output. Suppose that P=NP, which of the following can be

computed in polynomial time:

I. The equivalence of C and D.

II. Whether there exist a smaller circuit than C that is equivalent to C.

III. Whether there exist an input to C which returns 1.

(A) I (B) II © II and III (D) I, II, and III (E) None of the above

 

Which is your choice ?

Link to comment
Share on other sites

  • 2 months later...

III is SAT, which is polynomial if P = NP.

I is equivalent to answering a problem if you can satisfy the equation (C and NOT D) or (D and NOT C). If you can, then you circuits are not equivalent (there is an input for which C is 1 and D is 0, or vice versa). Again, this is SAT. So, I and III, because you have no choice I and III, but only I, II, III, this is likely to be the answer.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...