answersLogoWhite

0


Best Answer

13 = 1101

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the binary number equivalent of the decimal number 13?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is 1101 in binary form?

If 1101 is a decimal number, then its binary equivalent is 10001001101. If 1101 is a binary number, then its decimal equivalent is 13.


What decimal number is equa l to the binary number 1101?

1101 is the binary equivalent of the decimal number 13


What is the binary equivalent to the decimal number 13?

1101 base 2


What is the decimal number of the binary number 13 in the OCT counting system?

There is no decimal number for the binary number 13 because 13 cannot be a binary number.


Convert 13 into a binary number?

13 in decimal = 1101 in binary.


What decimal number is equal to the binary number 1101?

13


What is the decimal conversion of the binary number 1101?

13


What decimal is equivalent to 13?

The decimal equivalent of the number 13 is 13.0


What will be the binary equivalent of the decimal number 9 to 16 by using the pattern of binary and decimal digit?

9: 1001 10: 1010 11: 1011 12: 1100 13: 1101 14: 1110 15: 1111 16: 10000


The number 1101 is written in binary notation How would it be written in decimal notation?

The binary number 1101 equals 13


What decimal numbers are represented by this binary number 1101?

13 base 10


What is computer math?

computer maths are the operations of adding or subtracting binary, octal or hexadecimal numbers. These operations are normally carried out while programming in assembly language. A very simple subtraction example: Take a binary number of say 1111 (equivalent to 15 in decimal) minus 0010 (equivalent to 2 in decimal) results in 1101 (equivalent to 13 in decimal).