How to transform an exponential function

33 Views Asked by At

I am stuck on a line in a problem. How do I get from

$4-2^{j+1}+4-2^{j-1}$

to

$8-5\times2^{j-1}$

please.

Your help would be greatly appreciated. What technique is it please so I can learn it?

Thanks

2

There are 2 best solutions below

0
On BEST ANSWER

$4-2^{j+1}+4-2^{j-1}=8-2^{j+1}-2^{j-1}=8-2^{j-1+2}-2^{j-1}=8-4\cdot2^{j-1}-2^{j-1}=8-5\cdot2^{j-1}$

0
On

By the law of exponent addition,

$$2^{j+1}+2^{j-1}=2^j2^1+2^j2^{-1}=2^j(2^1+2^{-1}).$$

You can also write

$$2^{j+1}+2^{j-1}=2^{j-1}2^2+2^{j-1}2^0=2^{j-1}(2^2+1).$$