How do you solve 2^(2n)<=1/16?

2 Answers
Oct 13, 2016

n <=-2

Explanation:

log(2^(2n)) <= log(1/16)

2nlog2 <= log(2^(-4))

2nlog2 <=log(2^(-4))

2nlog2 <=-4log2

2nlog2 + 4log2 <= 0

log2(2n + 4) <= 0

2n + 4 <= 0

n <= -2

Hopefully this helps!

Oct 13, 2016

n<=-2

Explanation:

2^(2n)<=1/16

In order to solve this inequality, we have to use [logarithms].(https://www.khanacademy.org/math/algebra-home/alg-exp-and-log/alg-introduction-to-logarithms/v/logarithms)

log(2^(2n))<=log(1/16)

Using the power rule - (log_b(x^y) = ylog_b(x)) - we can rewrite this inequality as:

2nlog(2)<=log(1/16)

2n<=log(1/16)/(log(2))

2n<=-4

n<=-4/2

n<=-2