Write and expression that has a value of 100 and the following restrictions:

1. Uses each of the four operations at most once
2. Uses no parentheses
3. Use only the digit 3

2 answers

You do not need to use all four operations ("at most").

33*3 + 3/3 = 100
You need to use -,+,*,and division to meet the restrictions.