That depends on what base the number is expressed in. Given the fact that you're using strictly ones and zeros, we might assume that you're using binary. That's not necessarily true though. That's also a perfectly valid number in decimal: ten million, one hundred and on thousand and eleven. In fact because it uses the smallest possible number of digits, it is a valid number in any base.
Assuming though that you're referring to it as a binary number, it is - in terms of it's base:
1 * 27 + 0 * 26 + 1 * 25 + 0 * 24 + 1 * 23 + 0 * 22 + 1 * 21 + 1 * 20
= 128 + 32 + 8 + 2 + 1
= 171 (in decimal)
Chat with our AI personalities
( 1 0 1 0 1 0 1 1 )2 = ( 171 )10
When decoded, that binary says: «“
The number or expression that is used as a factor in a repeated multiplication base could also mean the type of number system being used.Binary is base 2 mathematics normal everyday mathematics such as 9+9=18 is base 10
Ten. More generally, the base of the number system.
Here's an answer in general terms. A prism with an n-sided base will have 2n vertices, n + 2 faces, and 3n edges. A pyramid with an n-sided base will have n + 1 vertices, n + 1 faces, and 2n edges.