Question

* SUBSET-SUM-kS, t> I S -[xi Xk] and for some lyı yn)cIxi.... xk) the sum of the yis equals t. For example, <S-2, 3, 5, 7, 11, 14], t-21> is in SUBSET-SUM because 3+7 11-21. xk) can be partitioned into two parts A and -A where -A * SET-PARTITION <S> S-Ixi S-A and the sum of the elements in A is equal to the sum of the elements in A. For example, 〈 S-12, 3, 4, 7, 8/> works because A-12, 3, 7) and A-14, 8} since 2+3+7= 4+8 a) Prove that SUBSET-SUM is in NP. b) Prove that SET-PARTITION is in NP I claim that SET-PARTITION is NP-complete and so if it reduces to SUBSET-SUM then SUBSET-SUM is NP-complete too. So I need to show that SET-PARTITION Sp SUBSET SUM. Mv reduction function is FOn input <S>(xi Xk) 1. Add up x Xk and to get y 2. If y is even then t - y/2 otherwise t- 0 3. Output <S, t> c) Either give a counter example or use the definition for sp to explain why my reduction function F either does or does not work d) Prove my claim that, if SET-PARTITION is NP-complete and if it reduces to SUBSET- SUM then SUBSET-SUM is NP-complete.

0 0
Add a comment Improve this question Transcribed image text
Know the answer?
Add Answer to:
* SUBSET-SUM-kS, t> I S -[xi Xk] and for some lyı yn)cIxi.... xk) the sum of...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Show that PARTITION is NP-complete by reduction from SUBSET-SUM. Given a set of integers, we say...

    Show that PARTITION is NP-complete by reduction from SUBSET-SUM. Given a set of integers, we say that can be partitioned if it can be split into two sets U and V so that considering all u EU and all v € V, Eu = Ev. Let PARTITION = { <S> S can be partitioned ). Show that PARTITION IS NP-complete by reduction from SUBSET-SUM.

  • Given a set S of integers, we say that S can be partitioned if it can...

    Given a set S of integers, we say that S can be partitioned if it can be split into two sets U and V so that considering all u  U and all v  V, u = v. Let PARTITION = { <S> | S can be partitioned }. a. (5) Show that PARTITION  NP by writing either a verifier or an NDTM. b. (15) Show that PARTITION is NP-complete by reduction from SUBSET-SUM. 9.(20) Given a set...

  • Given a set S of integers, we say that S can be partitioned if it can...

    Given a set S of integers, we say that S can be partitioned if it can be split into two sets U and V so that considering all u  U and all v  V, u = v. Let PARTITION = { | S can be partitioned }. a. (5) Show that PARTITION  NP by writing either a verifier or an NDTM. b. (15) Show that PARTITION is NP-complete by reduction from SUBSET-SUM.

  • Given a set S of integers, we say that S can be partitioned if it can...

    Given a set S of integers, we say that S can be partitioned if it can be split into two sets U and V so that considering all u ∈ U and all v ∈ V, Σu = Σ v. Let PARTITION = { <S>| S can be partitioned }. a. (5) Show that PARTITION ∈ NP by writing either a verifier or an NDTM b. (15) Show that PARTITION is NP-complete by reduction from SUBSET-SUM.

  • 9. (20) Given a set of integers, we say that can be partitioned if it can...

    9. (20) Given a set of integers, we say that can be partitioned if it can be split into two sets U and V so that considering all u EU and all v € V, Eu = Ev. Let PARTITION = {<s> S can be partitioned }. a. (5) Show that PARTITION € NP by writing either a verifier or an NDTM. b. (15) Show that PARTITION is NP-complete by reduction from SUBSET-SUM.

  • Given a set S of integers, we say that S can be partitioned if it can...

    Given a set S of integers, we say that S can be partitioned if it can be split into two sets U and V so that considering all u Î U and all v Î V, Su = Sv. Let PARTITION = { | S can be partitioned }. Show that PARTITION is NP-complete by reduction from SUBSET-SUM

  • Problem 2. In the Subset-Sum problem the input consists of a set of positive integers X...

    Problem 2. In the Subset-Sum problem the input consists of a set of positive integers X = {x1, . . . , xn}, and some integer k. The answer is YES if and only if there exists some subset of X that sums to k. In the Bipartition problem the input consists of a set of positive integers Y = {y1, . . . , yn}. The answer is YES if and only if there exists some subset of X...

  • In this assignment, you will prove that the Zero Sum problem is NP-Complete. The Zero Sum...

    In this assignment, you will prove that the Zero Sum problem is NP-Complete. The Zero Sum problem accepts an array of n integers and returns whether it is possible to negate some of those integers to make the array sum equal 0. For example, the array data = [1, 3, 5, 7, 9, 11] has a zero sum if you negate the 7 and 11, while the array data = [1, 2, 5, 9, 13, 22] cannot be reduced to...

  • 5. The Hitting Set Problem (HS) is the following decision problem. Input. A finite set S,...

    5. The Hitting Set Problem (HS) is the following decision problem. Input. A finite set S, a collection (s1, s2,... , sn) of subsets of S, and a positive integer K. Question. Does there exist a subset t of S such that (a) t has exactly K members and (b) for i 1,..., n, sint6For example, suppose S # {1, 2, 3, 4, 5, 6, 7. the collection of subsets is (2.45), (34).(1,35) and K - 2. Then the answer...

  • 7. Prove or disprove: If we know that 2X +6=4 (mod 8), then X +3 =...

    7. Prove or disprove: If we know that 2X +6=4 (mod 8), then X +3 = 2 (mod 8). 8. Prove or disprove: If we know that 2X+6 = 4 (mod 7), then X+3 = 2 (mod 7). 9. Let S be the set {311, 254, -172,45,2019, 111,3}. Find a subset T such that the sum of the elements in divisible by 7

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT