answersLogoWhite

0


Best Answer

Just write it as 2 to the power n. You can't simplify that, and you can only calculate a specific value if you know the value of n.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the value of 2 to the power of n?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 does 2 to power n minus 1 calculate?

It is the exponential series of 2, or 2n but offset by one value.


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 ^ .


What is value n?

n is the no. so therefore a n value is the numerical or fix value e.g. 7^n, where n is 2 your result will be 49.


How do you print 2 power 5 value in c language?

puts ("32"); /*or*/ printf ("2^5=%d\n", 1<<5);


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 is the value of 4 to the power of -2?

The value of 4 to the power of -2 is 0.0625


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


What is generation of power power?

N+2


What is n(n-7)?

n is the no. so therefore a n value is the numerical or fix value e.g. 7^n, where n is 2 your result will be 49.


How do you find the value of n?

2/7 = n/14


Any number to the zero power is equivalent to?

1proof:n**3 * n**-3 = n**0n**3 = n*n*nn**-3 = 1/n * 1/n * 1/n1/n * 1/n * 1/n * n * n * n= n*n*n/(n*n*n) = 1Any number to the zero power = 1 .Any number to the ' 1 ' power = itself .Also:ex. 3^0 = 1but this is also the same value as :5^0 = 1Hence 3^0 = 5^0 = n^0 = 1If you had 3^2 / 3^2 the result is 1 since any value divided by itself it 1.Hence the base (here it's 3) and the exponent (here it's 2) is essentially eliminated and the result is just 1 as it would be for any other base and exponent. Mathematically, in an expression form you can eliminate (set to 0) the exponent by subtracting the exponents:3^2 / 3^2 = 1 = 3^(2-2) = 3^0 = 1 = n^0X^0=1How about this:If you had 5^2 / 5^2 , it equal 1 since any number divided by that same value is one. Therefore there is no power of 5 left since 5^1 would be 5. It is as if you subracted the exponents: 5^(2-2) = 5^0. This is valid because if you had something like:5^2 / 5^1 = 5^(2-1) = 5^125 / 5 = 5 = 5^1