what is the quikest way to solve this

This topic has expert replies
Source: — Problem Solving |

Legendary Member
Posts: 1448
Joined: Tue May 17, 2011 9:55 am
Location: India
Thanked: 375 times
Followed by:53 members

by Frankenstein » Mon Aug 01, 2011 8:27 am
Hi,
2^n = 50^3 = 125*10^3
125 -> closest to 128(2^7),
1000 -> 1024(2^10).
So, 2^n is close to 2^7*2^10 = 2^17
So, n = 17

Hence, 2
Cheers!

Things are not what they appear to be... nor are they otherwise

Master | Next Rank: 500 Posts
Posts: 401
Joined: Tue May 24, 2011 1:14 am
Thanked: 37 times
Followed by:5 members

by MBA.Aspirant » Mon Aug 01, 2011 11:22 am
@ Frankenstein

by closest they mean < or =, or it may surpass the number?

because 2^(17/3) is > 50


anyway this was my approach:

2^5 < 50 < 2^6

(2^5)^3 < (50)^3 < (2^6)^3

2^15 < 50^3 < 2^18

if closest means < or = then 2^16. otherwise, 2^(17/3) = ~50.8

Legendary Member
Posts: 1448
Joined: Tue May 17, 2011 9:55 am
Location: India
Thanked: 375 times
Followed by:53 members

by Frankenstein » Mon Aug 01, 2011 8:57 pm
MBA.Aspirant wrote:@ Frankenstein

by closest they mean < or =, or it may surpass the number?

because 2^(17/3) is > 50


anyway this was my approach:

2^5 < 50 < 2^6

(2^5)^3 < (50)^3 < (2^6)^3

2^15 < 50^3 < 2^18

if closest means < or = then 2^16. otherwise, 2^(17/3) = ~50.8
Hey,
closest can be either greater than or less than but the difference should be least.
For example, 2^5<50<64
50-32 = 18
64-50 = 14.
So, 50 is closest to 2^6.
Cheers!

Things are not what they appear to be... nor are they otherwise