No.
the answer will be equal to 1,irrespective of of the base value.In other words anything to the power 0 is equal to 1.
The base 10 representation of the number 1046 is simply 1046. In base 10, each digit represents a power of 10, so 1046 means 1 * 1000 + 0 * 100 + 4 * 10 + 6 * 1, which is equal to 1046.
10.
Do you mean "What is -10 to the power 0 equal to?" Any number raised to 0 evaluates to 1
10 = (1 x 10^1) + (0 x 10^0)
Because those are the words that we use for those two concepts. The answer is because 1+1 in base 3+ is 2 but in base 2, 1+1 is 10. This is because when the sum is equal or greater than the base number, you put a 0 and you need to regroup. Eg: in base 2, 1+1=10 because 1+1=2, so you put a 0 and regroup 1 to make 10.
In base 2 system, also known as binary system, only the digits 0 and 1 are used. For example, the number 1011 in base 2 is equal to 11 in base 10. Another example is the number 1101 in base 2, which is equal to 13 in base 10.
To convert from decimal to binary, keep dividing by two, recording the remainder from right to left (% is the symbol for the remainder after dividing): 22 % 2 = 0 ... "0" 11 % 2 = 1 ... "10" 5 % 2 = 1 ... "110" 2 % 2 = 0 ... "0110" 1 % 2 = 1 ... "10110" So 22 in base 10 is 10110 in base 2 (binary).
1001 (base 2) = 1(2)3 + 0 + 0 + 1 = 8 + 1 = 9 (base 10)9 (base 10) = 1(8) + 1 = 11 (base 8).
(73)10 = (1 0 0 1 0 0 1)2
100 in base two equals 4 in base 10 1*(2^2)+0*(2^1)+0*(2^0)=2^2=4
...in base b, 10 is equal to b.And assuming 1=2, than 10 can equal 5 and 20. xD