firdaus117 wrote:We need the minimum value of n at which the above equality holds.
We can solve it using options.
OptionA n=30=2*15
2^n=2^(2*15)=4^15 < 10^15 Rejected
Option B n=45=3*15
2^n=2^(3*15)=8^15 < 10^15 Rejected
Option C n=60=4*15
2^n=2^(4*15)=16^15 > 10^15 Accepted
[spoiler]Hence,option C
Note that we are to choose the minimum n among the given options and not the minimum real value at which the inequality holds true.The situation would have changed if "none of the above" would have featured among the options.[/spoiler]
I too got C.
My approach.
10^15 is 1 followed by 15 Zeros, i.e 16 digits in all.
So, basically you are looking for a power of two which is a 16 digit #.
Now, we all know that 2^10 is 1024.
If you multiply any # with 1024, you get a # which has 3 digits more than the original one ( as you get 3 zeros added to a number when you multiply a number with 1000).
so, 2^10 * 1024 = 2 ^ 20 will have 4 + 3 = 7 digits
similarly, 2^30 will have 7+3 = 10 digits
2^40 will have 10 + 3 = 13 digits
and 2^50 will have 16 digits.
now, we don't have 50 as an answer choice. So, taking the next higher : 60.