I believe that the following is always true:
$0.5^x + 0.5^x = 0.5^{x-1} $
but I do not know why. I've tried to prove it but am unsure how. Is it always true? And is there a proof?
I believe that the following is always true:
$0.5^x + 0.5^x = 0.5^{x-1} $
but I do not know why. I've tried to prove it but am unsure how. Is it always true? And is there a proof?
You may think as follows
$$ 0.5^x+0.5^x=\Big(\frac{1}{2}\Big)^x+\Big(\frac{1}{2}\Big)^x=2\cdot \Big(\frac{1}{2}\Big)^x = 2\cdot \frac{1^x}{2^x}= \frac{2\cdot 1^x}{2^x}=\frac{2\cdot 1}{2\cdot 2^{x-1}}=\frac{1}{2^{x-1}}=\Big(\frac{1}{2}\Big)^{x-1}. $$
Hope this helped.