answersLogoWhite

0

What is 2 to the power of -2?

Updated: 12/24/2022
User Avatar

Wiki User

9y ago

Best Answer

2 to the power of -2 is 0.25

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is 2 to the power of -2?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

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 2 to the 2 power negative 3 to the 2 power plus 4 to the 2 power?

2 to the 2 power = 4 -3 to the 2 power = 9 4 to the 2 power = 16 You don't indicate what to do to the 4, but 9 + 16 = 25


What the value of 2 to the power of 1?

Just 2 2 to power 3 is 2x2x2=8 2 to power 2 is 2x2=4 2 to power 1 is 2


5 to the power of 2 plus 15 to the power of 2?

5 to the power of 2 plus 15 to the power of 2 = 250


How is 2 to the power of 0 equal to 1?

Examples may give you an amazing idea of how to do it : 2 to the power of 0 is = 1 2 to the power of 1 is = 2 2 to the power of 2 is = 4 2 to the power of 3 is = 8 2 to the power of 4 is = 16 why is the answer like that ? well 2 to the power of something is the same as 2*?, for examples : 2 to the power of 4 is the same as : 2*2*2*2=16 2 to the power of 5 is the same as : 2*2*2*2*2=32 Do you understand now ? XD