SOLUTION: log2log2log2log2log2(65536)
Algebra.Com
Question 1077743: log2log2log2log2log2(65536)
Answer by Theo(13342) (Show Source): You can put this solution on YOUR website!
i think parentheses might make this more readable.
we'll also set it to y.
y = log2(log2(log2(log2(log2(65536)))))
you want to work from the inner set of parentheses out.
there are 5 sets of nested parentheses to remove.
log2(655536) = log(65536)/log(2) = 16
equation becomes y = log2(log2(log2(log2(16))))
log2(16) = log(16)/log(2) = 4
equation becomes y = log2(log2(log2(4)))
log2(4) = log(4)/log(2) = 2
equation becomes y = log2(log2(2))
log2(2) = log(2)/log(2) = 1
equation becomes y = log2(1)
log2(1) = log(1)/log(2) = 0
equation becomes y = 0
it's a recursive type function in that the output of the first pass becomes the input to the second pass and the output of the second pass becomes the input to the third pass, etc.
RELATED QUESTIONS
Simplify... (answered by Boreal)
Simplify logbase2[logbase2.logbase2.logbase2(65536)] (answered by Alan3354)
can you please solve this problem?
log2 log2 log2 log2 log2 (65536) =... (answered by scianci)
What is the sum of the first 15 terms in the geometric sequence 2, 4, 8?
sometimes i got (answered by bucky)
Write a recursive rule for the sequence : find the next two terms.
1,4,4,16,64......
I... (answered by rothauserc)
If a,b,c,d, and e are distinct prime numbers such that: b=(a-1)^1/2 +1 ; c=(b-1)^1/2 +1 ; (answered by solver91311)
If a,b,c,d, and e are distinct prime numbers such that: b=(a-1)^1/2 +1 ; c=(b-1)^1/2 +1 ; (answered by MathLover1,ikleyn,math_tutor2020)