Log problem: Which one is larger, 2^500 or 5^200?

dodoje

New member
Joined
Mar 14, 2007
Messages
1
Solving a log problem

Which one is larger, 2^500 or 5^200?

Is the solution method for this something related to (bigger no.) - (smaller no.) = (positive no.) ?

Thank you!
 
2^500>?5^200

let y=500log2
let z=200log 5

is y>z?

500 log 2 >? 200log 5

divide by 200

2.5 log 2>? log 5
log 2^2.5 >? log5
log 2^(5/2) >?log 5

raise to power of 10

square root [2^5] >? 5
sqrt32>?5
5.7 >? 5 yes answer

please check for errors

Arthur
 
Re: Log problem

Hello, dodoje!

Don't need logs for this one . . .


Which is larger: 2500\displaystyle \,2^{500} or 5200\displaystyle 5^{200} ?

We have: 2500  <?>  5200\displaystyle \:2^{500}\;<?>\;5^{200}


Take the 100th\displaystyle 100^{th} root of both sides:

. . (2500)1100  <?>  (5200)1100        25  <?>  52\displaystyle \left(2^{500}\right)^{\frac{1}{100}}\;<?>\;\left(5^{200}\right)^{\frac{1}{100}}\;\;\Rightarrow\;\;2^5\;<?>\;5^2


Since 32>25\displaystyle 32\:>\:25, the inequality is "greater than".


Therefore: 2500  >  5200\displaystyle \:2^{500}\;> \;5^{200}

 
Top