answersLogoWhite

0

any thing to the zero power is it's self. its like multiplying it times one. so the answer is 5

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Is 8 a multiple of 0?

No, because 0 times anything cannot result in 8.


Is 0 is a multiple of 10?

Well, honey, technically speaking, 0 is a multiple of every number under the sun, including 10. It's like the chameleon of the number world, blending in with whatever multiple you throw at it. So yes, darling, 0 is definitely a multiple of 10.


C program to calculate x to the power y without using operator and standard function?

void main() { int x=100,y=3; //lets calculate x to the power of y now int result=0,i,j,a=x; for(i=0;i<(y-1);i++) { for(j=0;j<x;j++) result=result+a; a=result; result=0; } printf("%d",a); }


Is every power of 3 a multiple of 3?

No. 3 to the power 0 is 1, 3 to the power -1 is 1/3, etc.; however, if the exponent is a positive integer (i.e., 1 or more), then it is indeed a multiple of 3.


Is zero a multiple of six?

0 is a multiple of any number, since n*0 = 0 so 6*0 = 0 and 0 IS a multiple.


Why is zero included in the multiple of 6?

0*6=0, 0 is a multiple of 6.


How many 4 number combinations are there in the number 0 to10?

The number of combinations is 10C4 = 10*9*8*7/(4*3*2*1) = 210


Is 0 a multiple of 9?

our teacher said"0 is not a multiple of 9"


Is 1 is a multiple of every integer?

No, it is not a multiple of 0. Only 0 OS a multiple of every integer.


Write a program in C to print 1 to10 as 1 2 3 4 5 6?

int main() { for(int i = 1; i


What is the result for the following operation 0 AND 1?

The result is 0.


What is the product of any number and any nonzero number?

A number - which would also be the case if the second number were 0. The result is called the product or the multiple.