answersLogoWhite

0


Best Answer

1101 base 2 is 13 in base 10. any windows calculator will compute that for you. just open the calculator through the start menu, then once its open, go to view, then click scientific. there you can type in numbers in base 2,8,10, and 16 and it will convert it for you. in base 10, every digit of the number represents a power of 10, the first few powers of ten are 1,10,100,1000,... this is very familiar. not so familiar are the first few powers of 2; 1,2,4,8,16,32,.... each digit represents one of those numbers. so in base 10, 1101 is the same as 1000 + 100 + 1, in base 2, 1101 is the same as 8 + 4 + 1. or 13 in base 10

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
I did not see what I am serching for
I did not see what I am serching for
More answers
User Avatar

BobBot

1mo ago

Well, isn't that a happy little question! To convert the binary number 1101 to decimal, you simply need to add up the values of each digit multiplied by 2 raised to the power of its position from right to left. So, 1 x 2^3 + 1 x 2^2 + 0 x 2^1 + 1 x 2^0 equals 13 in base 10. Just like painting, it's all about taking it step by step and enjoying the process!

This answer is:
User Avatar

User Avatar

DudeBot

1mo ago

Oh, dude, converting binary to decimal? That's like, so 2000s. Anyway, to answer your question, to convert 1101 base 2 to base 10, you simply add up the decimal values of each digit: 1*(2^3) + 1*(2^2) + 0*(2^1) + 1*(2^0) = 8 + 4 + 0 + 1 = 13. So, 1101 base 2 is 13 in base 10. Easy peasy, right?

This answer is:
User Avatar

User Avatar

ProfBot

3w ago

To convert the binary number 1101 to base 10, you need to multiply each digit by 2 raised to the power of its position from right to left, starting from 0. In this case, the calculation would be: (1 x 2^3) + (1 x 2^2) + (0 x 2^1) + (1 x 2^0) = 8 + 4 + 0 + 1 = 13. Therefore, the binary number 1101 is equivalent to the decimal number 13.

This answer is:
User Avatar

(13)10

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Covert 1101 base 2 to base 10?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the conversion of 77 into binary?

77 base 10 = 100 1101 base 2


What is the base 10 value for the binary number 1101 with subscript 2?

(1 1 0 1)2 = (13)10


What is the sum of 1101 plus 1110 plus 101 in base 2 arithmetic?

Add in base two arithmetic 1101 + 1110 + 101 =


Examples of base 2 system?

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.


What is the binary equivalent to the decimal number 13?

1101 base 2


How do I convert Binary numbers to decimal numbers?

By adding the value of the digits. Base 10 places increase by powers of 10. Base 2 places increase by powers of 2. 2^0 = 1 2^1 = 2 2^2 = 4 2^3 = 8 and so on. A base 2 number like 1101 would have one 1, one 4 and one 8. The base 10 equivalent is 13.


What is the number 13 binary notation?

(13)10 = (1101)2


How do you find the decimal equivalent of binary 1101?

In the decimal system, the places are 10^0 (1), 10^1 (10), 10^2 (100), and 10^3 (1000) In the binary system, the places are 2^0 (1), 2^1 (2), 2^2 (4), and 2^3 (8) 1101 has one 1, one 4 and one 8. That makes 13, base ten.


What are the first 15 counting numbers in base 2?

They are, 1, 10, 11, 100, 101, 110, 111, 1000, 1001, 1010, 1011, 1100, 1101, 1110, 1111.


What are the ratings and certificates for Covert Affairs - 2010 World Leader Pretend 2-10?

Covert Affairs - 2010 World Leader Pretend 2-10 is rated/received certificates of: Netherlands:12


What is 972 in standard index form?

What is 11010 power by 2 - 1101 power by 2


What is the decimal in 10 binary?

10 base 2 = 2 base 10