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.
$$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}}$$