answersLogoWhite

0

Well, it really depends what operations you want to allow, and whether you want to allow repetitions. In the case of repetitions, there are infinitely many trivial variations; for example, if you get one solution, you can repeatedly add and subtract the same number.

Also, it is difficult to ascertain whether a certain list of ways to make the number 100 contains "all the ways"; you would need to write a computer program to try out all possible combinations.

In any case, here are some possibilities, some with, some without repetition:

60 + 40

5 x 20

10 x 10

5! - 20 (the exclamation stands for the factorial function; factorial of 5 = 120)

5 x 10 + 5 x 10

Square root of (5 x 20) x 10

User Avatar

Wiki User

11y ago

What else can I help you with?