answersLogoWhite

0


Best Answer

Decimal ( 41 ) = binary ( 1 0 1 0 0 1 )

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you express 41 as a binary number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you express the number 431 in binary?

110101111


Express the decimal number 29 into binary?

11101


What is the BCD representation of the decimal number 41 in 6-bit?

41 in decimal is 0100 0001 in BCD (this is 8 bits not 6 bits)41 in decimal is 101001 in binary (this is 6 bits, but binary not BCD)There is no 6 bit BCD representation of the decimal number 41!


How do you express the binary number 11010010 in decimal?

210 base ten


Express the decimal number 57 in binary?

The binary value of the decimal number 57 (fifty seven) is 00111001According to three different decimal to binary converters I tried, the decimal number 57 is expressed in binary as 111001. Being able to convert to binary is important because binary is what computers work in.


How do you express the number 1010 in binary?

The question is a little vague, so Ill answer it both ways.1010 in binary is 10 in decimal â—„1010 in decimal is 1111110010 in binary â—„


How do you convert 15 to a binary number?

Express it as a sum of powers of 2, thus: 15 = 8 + 4 + 2 + 1. The binary representation has a one for every power of two that is present and 0 when not. So 15, in binary, is 1111.


How do you express the number 2 in binary?

Binary code means that only whole integers up to 2 (0=<x<2), excluding two can be used. Binary basically makes all even numbers 0 (or false) and odd numbers 1 (or true) The number "2" in binary is "0"


What is the least number of bits to express 12?

Four bits are required to write '12' as a binary number.(12)10 = ( 1 1 0 0 )2


How do you express 101001 as a binary number?

101001, base 10 = 11000101010001001, base 2


How do you express the number 111110 in binary?

At first sight this looks as if it already is binary. If you need something to be converted from one base to another you need to tell us what base it's in now and what you would like it to be converted to.


How does number code differ from a number system?

Number System enables enumeration & quantitation of physical objects. For e.g. Binary, Octal, Decimal & Hexadecimal Number Systems.Number Code encodesunique characters with a number ineach Number System. For e.g.In ASCII Codecapital A is represented as 41 in hexadecimal, 65 in Decimal, 101 in Octal and 01000001 in Binary number System.