175k views
5 votes
Create two groups of cards with the SAME SUM using as many cards as possible using the numbers 8 7 6 2 1 3.​

User Rickye
by
7.3k points

1 Answer

4 votes

Answer:

Explained below.

Explanation:

In this case we need to form two group of cards (consisting of any number of cards) having the same sum using the cards numbered as 8, 7, 6, 2, 1, 3.​

The possible groups are as follows:

Group 1 Group 2 Sum

{8, 1} {7, 2} 9

{8, 2} {7, 3} 10

{8, 3} {7, 3, 1} 11

{8, 1, 3} {7, 3, 2} 12

{8, 2, 3} {7, 2, 1, 3} 13

{8, 3, 2, 1} {7, 6, 1} 14

And so on.

User Alyssia
by
7.4k points