How to express this exponential equation in terms of $m$?

106 Views Asked by At

How can I express the equation

$c = 2^{m+1} - 2^m$

in terms of m? t.i.a.

1

There are 1 best solutions below

2
On

What do you means by write in term of $m$? Do you means simplify? Do you mean any of the following?

$c = 2^{m}(2 - 1) = 2^{m}(1) = 2^m$

or $m = log_2 c$.