Home » Aptitude » Logarithm

If log<sub>x</sub> y = 100 and log<sub>2</sub> x = 10, find y.

Difficulty: Medium

Correct Answer: 2^{1000}

Explanation:

Concept / Approach

  • From log2x = 10 ⇒ x = 210.
  • From logxy = 100 ⇒ y = x100.

Step-by-step calculation
x = 210 = 1024y = x100 = (210)100 = 21000Therefore, y = 21000

Check
logxy = log21021000 = 1000/10 = 100 ✔

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion