asked 224k views
5 votes
How would you compute 2^n = 8 to find n?

asked
User Jeeyeon
by
8.3k points

2 Answers

5 votes

Answer:

n = 3

Explanation:

We use log to find n.

log₂(8) = 3

2³ = 8

answered
User Zyd
by
7.9k points
4 votes

Answer:

n = 3

Explanation:

2^n = 8

log(2^n) = log(8)

n * log(2) = log(8)

n = log(8)/log(2)

n = 3

Best of Luck!

answered
User Edward Loveall
by
7.7k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.