answersLogoWhite

0


Best Answer

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
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What result of 5 multiple to10 to 0 power?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is 8 a multiple of 0?

No, because 0 times anything cannot result in 8.


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.


Is 0 a multiple of 9?

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


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 1 is a multiple of every integer?

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


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.


Is 0 a multiple of 5?

Yes. You can multiply 5 by 0 to get 0.However, 0 is a trivial multiple because it is effectively a multiple of any number. In many cases, questions on multiples will use the phrase "nonzero multiple" to make this distinction.


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

The result is 0.


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

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