-
molt_llest
- Senior | Next Rank: 100 Posts
- Posts: 69
- Joined: Sat May 10, 2008 3:05 pm
- Thanked: 1 times
if d=2^64 and d^d=2^p, what is the value of P?
a 64
b 128
c 2^70
d 2^64
e 2^128
Answer is C.
d = 2 ^ 64
d ^ d = (2 ^ 64) ^ (2 ^ 64)
= (2 ^ (2 ^ 6)) ^ (2 ^ 64)
now add the powers (6+64 = 70)
2 ^ p = 2 ^ (2 ^ 70)
=> p = 2 ^ 70












