Solve Logarithmic Equation: [log_{2} 9/log_{2} 10] - log 3

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
4 replies · 2K views
nvez
Messages
21
Reaction score
0

Homework Statement


I have to take the following equation and make it one single log

[tex][log_{2} 9/log_{2} 10] - log 3[/tex]

The answer is equal to: [tex]log 3[/tex]

I usually know how to do this however I have no clue in this case, I have the answer however.

Homework Equations



None?
log x - log y = log (x/y)
log x + log y = log (x*y)

The Attempt at a Solution


I have tried the putting what the divison part really is equal too then subtracting it or whatever but to no avail.

I appreciate help in advanced.
 
Physics news on Phys.org
Thank you very much!

For future reference:

logc m = logs m / logs c

In this case:

log2 9 / log2 10 = log10 9

log 9 - log 3 = log (9/3) = log 3

Thanks again.
 
nvez said:

Homework Statement


I have to take the following equation and make it one single log

[tex][log_{2} 9/log_{2} 10] - log 3[/tex]
A small point: this is not an equation. It's important to understand when you're working with an equation and when you're working with an expression, since the kinds of operations you can do are different. For example, if you're working with an equation, you can add a quantity to both sides, multiply both sides by a quantity, and so on, but you're very limited in the things you can do with just an expression.
 
Mark44 said:
A small point: this is not an equation. It's important to understand when you're working with an equation and when you're working with an expression, since the kinds of operations you can do are different. For example, if you're working with an equation, you can add a quantity to both sides, multiply both sides by a quantity, and so on, but you're very limited in the things you can do with just an expression.

Ahh, I see!

Thank you very much again! :)