ceptimus
- 299
- 2
Using each time all of the four digits: 3, 4, 8 and 9 construct all the integers up to and including 101. You may only use addition, subtraction, multiplication, division, the decimal point, raising to a power, and (if there is no other way) a recurring decimal. Decimal fractions without a leading integer are allowed. You can also run digits together to make numbers like 9 = 48 - 39
Factorials are not allowed, nor is the square root operation, and you can't use constructions like (3 + 4)8 to mean 78.
OK, I'll start you off:
1 = \frac{4 - 3}{9 - 8}
2 = 4 + 9 - 3 - 8
3 = \frac{4}{9.3(recurring) - 8}
I know there are easier ways to make 3, but I wanted to show what I meant by recurring.
Have fun.
Factorials are not allowed, nor is the square root operation, and you can't use constructions like (3 + 4)8 to mean 78.
OK, I'll start you off:
1 = \frac{4 - 3}{9 - 8}
2 = 4 + 9 - 3 - 8
3 = \frac{4}{9.3(recurring) - 8}
I know there are easier ways to make 3, but I wanted to show what I meant by recurring.
Have fun.