answersLogoWhite

0

100 in base two equals 4 in base 10

1*(2^2)+0*(2^1)+0*(2^0)=2^2=4

User Avatar

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

BeauBeau
You're doing better than you think!
Chat with Beau
JordanJordan
Looking for a career mentor? I've seen my fair share of shake-ups.
Chat with Jordan
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao

Add your answer:

Earn +20 pts
Q: What is the equivalent of binary number 100 in base 10?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Basic Math

What is the octal equivalent for the binary number 100?

4


The binary number 11 would have a decimal equivalent of 11?

this isn't the fact that the binary number 11 will have decimal equivalent 11... instead it have decimal number 1011 for decimal equivalant 11.here is the alogorithms for converting the decimal number to binary equivalent...!!!#include#includevoid main(){ int i,n,j,b[100];clrscr();printf("Enter a Number:");scanf("%d",&n);i=0;while(n>0){b[i]=n%2;n=n/2;i++;}printf("\n\nBinary Equivalent:");j=i-1;for(i=j;j>=0;j--)printf("%d",b[j]);getch();}using this algorithms... the binary equivalent of any number is taken out...!!! enjoy... have any query... email at :- "devilllcreature@yahoo.com" thank you....!!!


How do you convert 14 to binary number?

First lets start with some basic concepts. We normall use base 10 (0 through 9); Binary or Base 2 uses 1's and 0's. In base 10 the place values are based on 10 ( ie 14 means one set of 10 + 4); in binary the place values are based on 2. 2 would be represented as 10 in binary, 4 would be represented as 100 in binary, 5 would be represented as 101 in binary. Applying this to 14 results in one set of 8 + one set of 4 plus one set of 2, which gives us 1110 which is 14 in binary.


What is 101 101 in binary?

55. 101 in binary is 5. there is a shortcut in getting the equivalent in binary. 421 if it is 1, then it's 001. if it is 2, then it's 010. if it is 3, then it's 011. if it is 4, then it's 100. if it is 5, then it's 101. see? you just have to add the numbers that you need. you'll write 1 when you used the number that is needed and 0 when not.


What is binary for 4?

100