Skip to main content

All Questions

26 votes
7 answers
2k views

Approximate pi out of small numbers

Given the numbers 1, 2, ..., n the puzzle is to try to make a number as close as possible to pi using only the four mathematical operations +, -, *, / and parentheses (brackets). You don't have to use ...
Simd's user avatar
  • 7,845
3 votes
2 answers
369 views

Approximate e out of small numbers

Given the numbers 1, 2, ..., n the puzzle is to try to make a number as close as possible to the mathematical constant $e$ using only the four mathematical operations +, -, *, / and parentheses (...
Simd's user avatar
  • 7,845
10 votes
5 answers
2k views

Make 38 using the least possible digits 8

This is a follow up question to this one, which was: Make the number 1998 using the minimum amount of digits 8. Your allowed operations are +, -, *, /, ^, % (percent). You need not use only integers ...
Oray's user avatar
  • 30.4k