answersLogoWhite

0

2n=225

Log 2n=Log 225 (taking logarithm on both sides)

n Log 2=Log 225

n=Log 225 / Log 2

n=2.35 / 0.301

n=7.81 (answer rounded to 3 significant figure)

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the sum of the first 225 natural numbers?

Formula for sum of first natural number = n(n+1)/2 , here n=225 so, answer is 225(225+1)/2 = 25425


What is 15 to the power of -2?

17


What is 3 to the 2 power times 5 to the 2 power?

225


Log 225 to the 2 power equals 3.456?

log10(225)2 equals 5.5327625985087111


What is 15 to the 2 power?

225.


Give a one-line C expression to test whether a number is a power of 2?

The one line expression is: ((0 != n) && !(n & n-1)) example: int main () { for (int n = 0; n <= 1000001; ++n) { if ((0 != n) && !(n & n-1)) cout << n << " is a power of 2" << endl; } return 0; } will produce: 1 is a power of 2 2 is a power of 2 4 is a power of 2 8 is a power of 2 16 is a power of 2 32 is a power of 2 64 is a power of 2 128 is a power of 2 256 is a power of 2 512 is a power of 2 1024 is a power of 2 2048 is a power of 2 4096 is a power of 2 8192 is a power of 2 16384 is a power of 2 32768 is a power of 2 65536 is a power of 2 131072 is a power of 2 262144 is a power of 2 524288 is a power of 2


What is the value of n in n2 equals 225?

n= sqrt 225 = 15


What is 225 divided 10 to the 0 power?

225. Anything to the power of 0 is 1. 225/1 is 225


How do you write 3 to the power of n plus 2 plus 3 to the power of n as a single term?

3^n+2+3^n = 6^n+2 *'to the power of' can be represented with this symbol ^ .


How do you simplify 16 times 2 power of n times 10 times 2 to the power of n?

16(2^n)(10)(2^n)=160[2^(2n)]=160(4^n)


What equals 225?

1 x 225, 3 x 75, 5 x 45, 9 x 25, 15 x 15.


Prove that 2 power n lessthan equal to n factorial lessthan equal to n power n?

Assume 2^k < k! for all n > k here n > 2, then 2^n = 2^(n - 1)*2 < (n-1)! * n = n! Done. Connie and John