Solving Logarithms: Discovering the Unknown Variable in Log_a (100)

  • Thread starter Thread starter Luis Melo
  • Start date Start date
  • Tags Tags
    Logarithm
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Luis Melo
Messages
2
Reaction score
0
Member warned about posting without the template.
How do i solve Log_a (100) if Log_a (2) = 20 and Log_a (5) = 30

I got to 2^(1/20) = 100^(1/x) and 5^(1/30) = 100^(1/x) but didnt know how to go any further.
 
Physics news on Phys.org
Luis Melo said:
How do i solve Log_a (100) if Log_a (2) = 20 and Log_a (5) = 30

I got to 2^(1/20) = 100^(1/x) and 5^(1/30) = 100^(1/x) but didnt know how to go any further.

If log_a(x) means log to base "a" of x, then the two conditions you gave are inconsistent: you get two different values of "a" in the two cases.
 
  • Like
Likes   Reactions: Luis Melo
Luis Melo said:
How do i solve Log_a (100) if Log_a (2) = 20 and Log_a (5) = 30

I got to 2^(1/20) = 100^(1/x) and 5^(1/30) = 100^(1/x) but didnt know how to go any further.

Is your question "What is [itex]\log_a(100)[/itex] if [itex]\log_a(2) = 20[/itex] and [itex]\log_a(5) = 30[/itex]"?

Well, you can get the answer from the fundamental principle of logarithms: [itex]\log_a(xy) = \log_a(x) + \log_a(y)[/itex].

However this is a spectacularly poorly designed question, since it asserts that [itex]a^{20} = 2[/itex] and [itex]a^{30} = 5[/itex], which together require [itex]5^2 = 2^3[/itex]. This is plainly false.
 
  • Like
Likes   Reactions: Luis Melo
Thank you or the answers.