Skip to content

Sunday Times Teaser 3329 – Ten Cards

by BRG on 12 July 2026

by Howard Williams

Published Sunday July 12 2026 (link)

I have ten cards on which are written 20 different positive integers, with one integer on each side of the cards. The total of the integers on the front of the ten cards equals the total of the integers on the back. The total of the integers on each card is also the same.

The numbers on the front of the first nine cards are 2, 15, 17, 21, 24, 31, 35, 36 and 44. If I told you how many prime numbers are on the cards you should be able to tell me the two numbers on the tenth card.

In ascending order, what are the numbers on card ten?

From → Uncategorized

6 Comments Leave one →
  1. BRG permalink

  2. John Z. permalink

    • Frits permalink

      @John,

      Nice trick at lines 36 and 37.

      You can also use “f10b10 = (5 * tfb – f9t, f9t – 4 * tfb)”.

      Why do you use an upper limit of 99 for variable tfb?

      • John Z. permalink

        The value of 99 is arbitrary. The exact upper limit of tfb is f9t // 4 or 56. Above this limit one of the values of the tenth card becomes negative. A more compact version with the algebra worked out is posted below.

        The ‘trick’ at lines 36 and 37 is a variant of Brian’s lines 25-27 in Teaser 3228.

  3. John Z. permalink

  4. GeoffR permalink

    I used AI to fix the range of front and back card totals before writing the program.

Leave a Reply

Note: HTML is allowed. Your email address will not be published.

Subscribe to this comment feed via RSS