SOLUTION: How to Solve (2^x)(3^y)=5^(y-x), 10^(x+y)=2

Algebra ->  Expressions-with-variables -> SOLUTION: How to Solve (2^x)(3^y)=5^(y-x), 10^(x+y)=2      Log On


   



Question 1042658: How to Solve (2^x)(3^y)=5^(y-x), 10^(x+y)=2
Found 2 solutions by ikleyn, Edwin McCravy:
Answer by ikleyn(52814) About Me  (Show Source):
You can put this solution on YOUR website!
.
How to Solve 2^x . 3^y=5^y-x,10^x+y=2??
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


2%5Ex+%2A+3%5Ey = 5%5E%28y-x%29,    (1)
10%5E%28x%2By%29 = 2        (2)

is equivalent to

x*ln(2) + y*ln(3) = (y-x)*ln(5),    (1')
(x+y)*ln(10) = ln(2).               (2')

It is a system of two linear equations in two unknowns x and y.

Solve it by any method (Substitution, Elimination, Determinant).


Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!
You may have gotten as far as she did.  That system
of equations is a monster!  Since there was a power
of 10 involved it would be better to have used common 
logs (base 10) instead of natural logs.  Then we would 
have had:



To make things easier, we let those logarithms 
equal to single letters:

Let log2 = A
Let log3 = B
Let log5 = C

Then the system is simpler to work with than
carrying all that "logarithm baggage" around:

system%28Ax+%2B+By+=+C%28y-x%29%2C++%0D%0Ax%2By+=+A+%29

Simplify the first equation:

Ax+%2B+By+=+Cy-Cx

Ax%2BCx%2BBy-Cy=0

%28A%2BC%29x%2B%28B-C%29y=0

system%28%28A%2BC%29x%2B%28B-C%29y=0%2C++%0D%0Ax%2By+=+A+%29

Then we can solve that by Cramer's rule (determinants):

x%22%22=%22%22%22%22=%22%22%280-A%28B-C%29%29%2F%28%28A%2BC%29-%28B-C%29%29%22%22=%22%22%28-AB%2BAC%29%2F%28A%2BC-B%2BC%29%22%22=%22%22%28AC-AB%29%2F%28A%2B2C-B%29%22%22=%22%22%28A%28C-B%29%29%2F%28A%2B2C-B%29

x%22%22=%22%22%28log%282%29%28log%285%29-log%283%29%29%29%2F%28log%282%29%2B2log%285%29-log%283%29%29 ≈ 0.0546574428

y%22%22=%22%22%22%22=%22%22%28A%28A%2BC%29-0%29%2F%28A%2B2C-B%29%22%22=%22%22%28A%28A%2BC%29%29%2F%28A%2B2C-B%29

y%22%22=%22%22%28log%282%29%28log%282%29-log%285%29%29%29%2F%28log%282%29%2B2log%285%29%2Blog%283%29%29 ≈ 0.2463725529

Edwin