00:30

000

0 0 0 0 0 0
The Goal:

Using the six given numbers, get as close to the target number as possible

The Pieces:
  • Random target number: 101 - 999
  • Four large numbers: 25, 50, 75, and 100
  • Twenty small numbers: 1-10, two of each

How to Play:
  • Choose how many large numbers to use (randomly selected). The remainder will be populated with small numbers (randomly selected)
  • You may only use the operations addition, subtraction, multiplication, and division
  • You may only use each number once
  • Each step must result in a positive integer (no negatives or fractions allowed)
  • Concatenation is not allowed ("2" and "3" can't be combined to create "23"
  • You do not have to use all of the six given numbers

Scoring:
  • Player closest to target scores
  • If tied, each tied player scores
  • 10 points: Reach target exactly
  • 7 points: 1-5 away from target
  • 5 points: 6-10 away from target

Harde Mode:
  • Large numbers: 12, 37, 62 and 87