asked 107k views
0 votes
Create two groups of cards with the SAME SUM using as many cards as possible using the numbers 1 -4 -2 2 8 5

asked
User Rphlo
by
8.6k points

1 Answer

7 votes
One possible solution:
Group 1: [1, 4, 5, 8] (sum=18)
Group 2: [-2, -2, 2, 2] (sum=0)

Another possible solution:
Group 1: [1, 4, 2, 5, 2] (sum=14)
Group 2: [-2, -2, 8] (sum=6)
answered
User Bill Kindig
by
7.9k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.