Exponential Equations

mathxyz

Junior Member
Joined
Jul 8, 2005
Messages
112
I need to solve for x for BOTH questions. I don't know where to start or how to tackle this question.

1)....(3/5)^(x) = 7^(1 - x)

2)....1.2^(x) = (0.5)^(-x)
 
mathxyz said:
1)....(3/5)^(x) = 7^(1 - x)

Are you allowed to use logarithms?

(3/5)^(x) = 7^(1 - x)
log((3/5)^(x)) = log(7^(1 - x))
x*log(3/5) = (1-x)*log(7)
x*log(3/5) = log(7) - x*log(7)
x*log(3/5) + x*log(7) = log(7)
x*(log(3/5) + log(7)) = log(7)
x = log(7)/(log(3/5) + log(7))

It isn't pretty.

You do the other one.
 
1)....(3/5)^(x) = 7^(1 - x)

Another way is rearrange the terms first, and end up with the "log" job:
I'll assume you know stuff like 2^(-3) = 1 / 2^3

3^x / 5^x = 7[7^(-x)]

3^x / [5^x * 7^(-x)] = 7

3^x * 7^x / 5^x = 7

21^x / 5^x = 7

(21/5)^x = 7

x = log(7) / log(21/5)
 
Top