Back
Bingo Plays (1170)
Instruction:
Reconstruct the Bingo card and find the winning combination. The card is a 5-by5 grid of numbers, except for the center cell which is marked "FREE". The columns are labeled with the individual letters in the word "BINGO", from left to right. For each column, all numbers in that column must be in a specific range; that range is 1-15 for B, 16-30 for I, 31-45 for N, 46-60 for G, and 61-75 for O. All numbers on the card are different. Exactly one group of five cells is the "winning combination"; those cells are either one of the five rows, one of the five columns, or one of the two main diagonals.
A digit below the grid indicates that that digit cannot be found in that column. A digit to the left of the grid indicates that that digit cannot be found in that row. A digit inside a cell indicates that the number in that cell cannot include that digit. The digits inside the circle to the right of the grid cannot appear on the card as a single-digit number or in a multiple of 11. The digits inside the octagon to the right of the grid cannot appear in the winning combination. There will be only one possible winning combination.