I was offered a problem in which you were given four 9's like this:
9 9 9 9
And by adding mathematical functions (+, -, /, *, floor/ceiling, log, ln, trig, factorial) you could make it sum to the numbers 1-100.
Which made me think: Given a positive integer , how many integers can you achieve from using some sequence of these mathematical functions -- can you get all of them? Only positive integers? I have a feeling that you can get at least every positive integer, but I don't have the evidence to prove it.
What are your thoughts?
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
So, what exactly are we allowed to use? Just one n, or n 9's, or something else? Also, do we have to use all the digits we are given?
Log in to reply
Well the introductory problem was just stating motivation for the question. I mean for any positive integer n, greater than 1 I guess (since factorial is the only way to grow). You're allowed to use I guess the functions I stated (since I'm sure there are some crazy functions out there that can easily allow you to get any number).
Log in to reply
Define ♠(n)=n+1. Then, ♠(1)=2, ♠(♠(1))=3, ♠(♠(♠(1)))=4, etc.
So, you don't really need a "crazy" function in order to make every positive integer. This is why providing a list of well defined functions is necessary for this to be a well posed question.
Regardless, what digits and how many of them are we allowed to use? Without any restrictions, I can "make" any number by starting with that number (no functions needed).
Log in to reply
And n is an arbitrary integer, not every integer. I think that should be pretty obvious, to be frank.
Log in to reply
My question was what digits are we allowed to use. The example you have has four 9's. Is that what we are starting with here?