How do you solve 2^x*5=10^x2x5=10x?

2 Answers
Jun 30, 2016

If A = BA=B, then logA = logBlogA=logB:

log(2^x xx 5) = log(10^x)log(2x×5)=log(10x)

Use the rule log_a(n/m) = log_an - log_amloga(nm)=loganlogam to simplify.

log2^x + log5 = log10^xlog2x+log5=log10x

Use the rule loga^n = nlogalogan=nloga to simplify further.

xlog2 + log5 = xlog10xlog2+log5=xlog10

log5 = xlog10 - xlog2log5=xlog10xlog2

Factor out the xx.

log5 = x(log10 - log2)log5=x(log10log2)

Put back the logs on the left side into quotient form to simplify.

log5 = x(log(10/2))log5=x(log(102))

log5 = x(log5)log5=x(log5)

Isolate x.

log5/log5 = xlog5log5=x

1 = x1=x

Checking in the original equation, we find that this solution works.

Hopefully this helps!

Jun 30, 2016

x=1x=1 (using alternate solution method)

Explanation:

If 2^x*5=10^x2x5=10x

rArr 2^x*5 =(2*5)^x2x5=(25)x

rArr 2^x*5 = 2^x*5^x2x5=2x5x

rArr 5=5^x5=5x

rArr x=1x=1