Finding the Unknown Variable in a System of Linear Equations

  • Thread starter Thread starter chwala
  • 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
5 replies · 1K views
chwala
Gold Member
Messages
2,843
Reaction score
428
Homework Statement
let ##x,y,z>1##, and ##m>1## so that ##log_{xy}m=9##

##log_{yz}m=18##

##log_{xyz}m=8##

find ##log_{xz}m##
Relevant Equations
logarithms
1593317158084.png


this is my working...
 
on Phys.org
chwala said:
Homework Statement:: let ##x,y,z>1##, and ##m>1## so that ##log_{xy}m=9##

##log_{yz}m=18##

##log_{xyz}m=8##

find ##log_{xz}##
Relevant Equations:: logarithms

View attachment 265398

this is my working...
find ##log_{xz}##
The problem statement is incomplete. ##\log_{xy}## of what?
This is like asking what is ##\sqrt{}##?
 
sorry let me amend the question...
 
find ##log_{xz}m##...i checked with my colleague, my solution is correct, i would be looking at probably an alternative approach. thanks
 
chwala said:
find ##log_{xz}m##...i checked with my colleague, my solution is correct, i would be looking at probably an alternative approach. thanks
You can transform this into a set of linear equations:
$$9x + 9y = 1, \ \ \ 18y + 18z = 1, \ \ \ 8x + 8y + 8z = 1$$
And you want to find ##a## such that:
$$ax + az = 1$$
 
  • Like
Likes   Reactions: chwala
PeroK said:
You can transform this into a set of linear equations:
$$9x + 9y = 1, \ \ \ 18y + 18z = 1, \ \ \ 8x + 8y + 8z = 1$$
And you want to find ##a## such that:
$$ax + az = 1$$

let me check this out...