Find the number of digits in 9 9 2 .
Note : You may use the fact that lo g 1 0 3 = 0 . 4 7 7 1 correct up to 4 decimal places.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Okay , If instead of 9^9^2 , we have 2^2^222 , what would the process be ? Because in this problem we can proceed by first solving 9^2 from the top according to the tower rule and then compute log (9^81) but in 2^2^222 , if we go by tower rule , 2^222 is difficult to find.. so , How can I find the number of digits in 2^2^222 ?
Let,
9 9 2 = x
Taking lo g on both sides,
lo g 9 8 1 = lo g x
8 1 × 2 × 0 . 4 7 7 1 = lo g x
7 7 . 2 9 3 6 = lo g x
Hence,
No. of digits= 7 7 + 1 = 7 8
I don't get it why add 1
Log in to reply
Let's say that number
n
has
x
digits.
1
0
x
−
1
≤
n
<
1
0
x
x
−
1
≤
lo
g
1
0
n
<
x
From the definition of floor/greatest integer function,
⌊
n
⌋
≤
n
<
⌊
n
⌋
+
1
Comparing, we get
x
=
⌊
n
⌋
+
1
Well, ⌊ l o g 1 0 x ⌋ is always 1 less than the number of digits. For example: ⌊ l o g 1 0 1 0 ⌋ = 1 , ⌊ l o g 1 0 1 0 0 ⌋ = 2
The ⌊ lo g 1 0 x ⌋ basically approximates how much digits of "zeros" are there in a positive number x e.g ⌊ lo g 1 0 1 0 0 0 ⌋ = 3 , ⌊ lo g 1 0 5 4 ⌋ = 1 . However, as it only counts the zeros, it forgets the leftmost digit, which must not be 0 . So we plus 1 because of that.
Let the number of digits in {9^9^2} be x. Then for some natural number n, {10^(n-1)} will also have x digits. (There are n+1 digit in {10^2} So, Log{10^(n-1)} = Log {9^9^2} (n-1) Log 10 = {9^2} Log 9 Log 10=1 and Log 9 =0.95 This implies that n-1= 81X(0.95) n-1= 76.95 n=76.95+1=77.95 As the number if digits cannot be a fraction and can only be a whole number So number of digits are [n]=77
The answer is 77 right?
I entered 77 and it showed that the answer is wrong :(
Then I entered 78 :P and got it correct
Log in to reply
I believe it's 78 because if you remember characteristic+1
Log in to reply
What did you mean by characteristic +1? Do you know when should we applied the +1? Thx
Log in to reply
@Victor Zhang – When you take log the integer part is known as characteristic and we do +1 because logs irks values less than there no. of digits. Eg. log(2)=0.3010 but we know 2 1 has one digit so we do +1. This is also known as ceiling function or smallest integer function. You may check the wiki.
Log in to reply
@Department 8 – Thx much! Anyway, Beside this problem, Could you please tell me other problem that require me to +1? Can you list it all?
Log in to reply
@Victor Zhang – Try to write ceiling in search and filter for problem you will get many question.
@Victor Zhang – You will always need to add 1. Because when you find the characteristic of a no.( to calculate its log) , it is the digits before the decimal point -1.
certainly 78. as lakshay said characterstic+1
As usual u fluked the answer : 3
Problem Loading...
Note Loading...
Set Loading...
9 9 2 = 9 8 1
Number of digits -
= ⌊ lo g 9 8 1 ⌋ + 1 = ⌊ 8 1 lo g 9 ⌋ + 1 = 7 7 + 1 = 7 8