find no of digit in 12^12 where ^ denote power of.
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.
The number of digits is equal to ⌊ 1 2 lo g 1 2 ⌋ . We make some estimates. lo g 1 2 > lo g 1 0 = 1 ; lo g 1 2 < lo g 1 2 2 1 = lo g 2 3 1 0 0 = 2 − 3 lo g 2 > 2 − 3 ⋅ 1 0 3 = 1 0 1 1 . (We used 1 0 3 = lo g 1 0 0 0 < lo g 1 0 2 4 = 2 1 0 , so 3 < 1 0 lo g 2 .)
It follows that 1 2 ⋅ 1 < 1 2 lo g 1 2 < 1 2 ⋅ 1 0 1 1 , that is 1 2 < 1 2 lo g 1 2 < 1 3 5 1 . Therefore 1 2 1 2 must have 12 or 13 digits. Since 12 was not an option, we go with 13...
for every power n of 12 it has n+1 digits
thus 12th power of 12 has 13 digits
"For every power n of 12 it has n + 1 digits"? So 1 2 1 3 has 14 digits?
Log in to reply
You're right my logic was wrong. Please share how you did it.
Log in to reply
There certainly are at least 13 digits since 1 0 1 2 has that many. Now we need to know that ( 1 . 2 ) 1 2 < 1 0 . In principle, we could all do this with paper and pencil (squaring twice and taking a cube), but I must confess that I cheated and used a calculator. I feel that using a calculator is legitimate when the alternative is a tedious but straightforward computation. I'm not that bored ;)
Problem Loading...
Note Loading...
Set Loading...
There is another way to look at this problem and its solution:
12^12 = (12^4)^3 = (144^2)^3
But 144^2 = (1.44 * 100)^2
Using approximation, 1.44 is close to square root 2.
So, 144^2 ~= 2 * 10^4
=> (144^2)^3 ~= (2 * 10^4) ^ 3 ~= 8 * 10^12
Thus 12^12 contains 13 digits.