2

Here is a question and some answer for it. Now my question is a bit outside the box. Well, put operators between the numbers show to get the end result:

10   10   10 = 6
11   11   11 = 6

As you can see some examples in the above link, also here is an example:

2 + 2 + 2 = 6

So, what operators should I have between them for 10 and 11 ?

Shafizadeh
  • 485
  • 5
  • 11
  • 2
    downvoted it because even though the puzzle is nice I think the explanation is wrong and incomplete. For example, you say you can only put operators between the numbers. The accepted answer doesn't have it only between the numbers. Also I think you should have said what operators are allowed. And also no mention of the use of parentheses because I think that technically isn't an operator. – Ivo Nov 19 '15 at 14:15
  • 1
    @IvoBeckers sorry, I don't know english very well. – Shafizadeh Nov 19 '15 at 14:16

2 Answers2

7

10.

$(\sqrt{10-10/10})! = 6$

11.

$\lfloor\log 11\rfloor+\lfloor\log 11\rfloor+\lfloor\log 11\rfloor=6$

Shafizadeh
  • 485
  • 5
  • 11
Carl Löndahl
  • 5,280
  • 1
  • 18
  • 29
3

For all integers $n > 1$, we can write

$$\frac{\log \left( \log(n) / \log \left( √√√√√\sqrt{n} \right) \right)}{\log(\lceil √√\dots\sqrt{n} \rceil )}=6$$

First, we use the fact that $$\log(n) / \log(√√√√√\sqrt{n}) =64.$$

To get a "free" $2$, we repeatedly take the square root of our number $n$: we know that for all $n > 1$, $1 < \sqrt{n} < n$, so eventually we approach $1$ from above, but never reach it. Then, we take the ceiling of this value, and get $\lceil 1+\varepsilon \rceil = 2$.

Then, we simply calculate $\log(64) / \log(2) = 6$.

Lynn
  • 2,485
  • 11
  • 21