Is it possible to simplify $\frac{2^{2x-1} - 2^{x-1}}{2^{2x-1}}$?

326 Views Asked by At

Is it possible to simplify this expression?

$\frac{2^{2x-1} - 2^{x-1}}{2^{2x-1}}$

2

There are 2 best solutions below

0
On BEST ANSWER

$$\begin{align}\frac{2^{2x-1} - 2^{x-1}}{2^{2x-1}} &=\frac{2^{2x-1}}{2^{2x-1}}-\frac{2^{x-1}}{2^{2x-1}} \\ &=1-2^{(x-1)-(2x-1)} \\ &=1-2^{-x} \end{align}$$

1
On

Yeah you can do this: $$\frac{ 2^{x-1} \Bigl[ 2^{x}-1\Bigr]}{2^{2x-1}} = \frac{2^{x}-1}{2^{x}}$$