Respuesta :

This question is all about doubles. The given top cards are 1 4 3 2 and the bottom cards 5 2 3 4.

The problem is asking to match the top cards to the bottom ones then add plus 1 to get the doubles.

So 1 should be matched to two. Since 1 + 1 = 2

4 should be matched to 5. Since 4 + 1 = 5

3 should be matched to 4. Since 3 + 1 = 4

And lastly, 2 should be matched to 3. Since 2 + 1 = 3