Factoring $2^{^{n-3}}-2^{^{n-2}}$ (not homework question)

101 Views Asked by At

At the moment, I'm studying for my math exam, and I came upon a problem which involves factoring the powers of this polynomial:

$2^{^{n-3}}-2^{^{n-2}}$

After a few minutes of being stuck, i looked up a solution and found this (from symbolab):

$\mathrm{Apply\:exponent\:rule}:\quad \:a^{b+c}=a^ba^c$

$=2^{-3}\cdot \:2^n-2^{-2}\cdot \:2^n$

$\mathrm{Factor\:out\:common\:term\:}2^{-3}\cdot \:2^n$

$=2^{-3}\left(1-2\right)\cdot \:2^n$

$\mathrm{Refine}$

$=-2^{n-3}$

My question is:

how can i factor

$2^{-3}\cdot \:2^n$

from

$2^{-3}\cdot \:2^n-2^{-2}\cdot \:2^n$

to get

$2^{-3}\left(1-2\right)\cdot \:2^n$ ?

I can't seem to understand the logic behind this factorization.

If you could help me understand it, I would really appreciate it.

3

There are 3 best solutions below

0
On BEST ANSWER

$$2^{n-3}-2^{n-2}=2^{(n-3)+0}-2^{(n-3)+1}=2^{n-3}(2^0-2^1)=\boxed{-2^{n-3}}$$

0
On

Note that

$$\large{2^{^{n-3}}-2^{^{n-2}}=2^{^{n-3}}(1-2^1)=-2^{n-3}}$$

Following your way

$$...=2^{-3}\cdot \:2^n-2^{-2}\cdot \:2^n=2^n(2^{-3}-2^{-2})=2^n2^{-3}(1-2^1)=-2^{n-3}$$

3
On

It is more intuitive for you turn them into fractions:

$$2^{n-3}-2^{n-2}=\frac{2^n}{2^3}-\frac{2^n}{2^2}=2^n\Biggl(\frac1{2^3}-\frac1{2^2}\Biggr)=2^n\Biggl(\frac{2^2-2^3}{2^5}\Biggr)=$$ $$2^n\Biggl(-\frac{2^2}{2^5}\Biggr)=2^n\Biggl(-\frac{1}{2^3}\Biggr)=-2^n(2^{-3})=-2^{n-3}$$