0

I've been asked to solve for $x\,$ in

$5^x + 4·5^{x+1} = 63$

The answer is $x = \frac{\log3}{\log5}$

I cannot do this without a calculator. Is there a particular method I should be using to approach this? The calculator simplifies the problem to

$21·5^x = 63$

From here it is obvious how to solve the problem. I just don't understand how I could get to that point without a calculator. Any help would be appreciated. Thanks!

Peter
  • 11

2 Answers2

1

You use the properties of logarithms. Here you need to recognize $$4(5^{x+1})=4\cdot 5 \cdot 5^x$$, then use the distributive property on $5^x$ to get there.

Ross Millikan
  • 374,822
0

$5^{x+ 1}= 5^x(5^1)= 5(5^x)$ so $5^x+ 4(5^{x+ 1})= 5^x+ 4(5)(5^x)= 5^x+ 20(5^x)= 21(5^x)= 63$

user247327
  • 18,710