Actually the rule say that you cannot use number.

Sqaure will have number "2" in standard notation.

1. You can use log10=1, so any 10 can be treated as 10 or 1. This makes it easy.

2. You can also use sqrt which in standard notation does not have 2. We then have int(sqrt(10))=3, or floor(sqrt(10))=3 and ceiling(sqrt(10))=4. This means that any 10 can be changed to 3 or 4. This makes it easy.

3. You can also use natural log similar to the above like int(ln(10))=2, and ceiling(ln(10))=3. This means that any 10 can be changed to 2 or 3. And you know the rest:)

 

所有跟帖: 

I modified the answer thanks. -海洋蓝- 给 海洋蓝 发送悄悄话 海洋蓝 的博客首页 (0 bytes) () 12/19/2017 postreply 11:36:02

请您先登陆,再发跟帖!