Find the Target

Please select your difficulty level:

How to Play

Begin by selecting your difficulty level. Random numbers will be generated, along with a target value. Using basic operations (addtion, subtraction, multiplication), combine the numbers to reach the target value.

Important Note: Normal PEMDAS order of operations does not apply here. Instead, apply the operations in order from left to right. For example, if you have 3 + 5 * 7, it will not evaluate that to 38; it will evaluate it to (3 + 5) * 7 = 56.

Tip 1: Pay attention to how big the target number is (it will always be a positive number). If you only have three numbers and the target is in the hundreds, you should use multiplication. On the other hand, if you have five numbers and the target value is around 20, you may want to use more addition and subtraction.

Tip 2: Your immediate idea may be to play with the generated numbers, but this can actually be harder. Instead, it's often easier to start with the target value and work your way backwards. For example, if you have the numbers 3, 5, 6, and 8, and a target of 50, start by thinking about your final step. What two numbers could you multiply together to get to 50? Your options are 2 & 25 or 5 & 10. There is no 2 or 25, but there is a 5. Now we have simplified this problem: can you make 10 with 3, 6, and 8 (which you will then multiply by 5 to get to 50)?