1001.
convert 13 to binary its 01101 and then convert 25 to binary its 11001 and perform logical 'and' operation i.e. 01101 & 11001 ------------------- 01001 i.e. 9 so the correct answer is 9.
There is no such thing as a Hexadecimal Binary number. It is either Hexadecimal Or Binary. Not both at the same time in one writing.. Binary to Hex is easy though. split up the 8 binary into two of 4 1011 and 1010 8421 and 8421 How many 1s, How many2s etc. We add together 1+2+8 = 11 2+8 = 10 The hex scale is from 0 to 9, A to F : 0123456789ABCDEF 11 Equals B 10 Equals A your Binary number translated to a Hex Number is "BA"
The sum of binary numbers is also a binary number.
100011 is 35 in binary.
1001
9 = 1001
1001.
1001 in binary is equal to 9 in decimal.
1001 base 2 = 9 base 10
9 (base 10) = 1001 (base 2)
The Unit - 2006 Binary Explosion 3-9 is rated/received certificates of: USA:TV-14
The base units; 8 4 2 1 9 in binary: 1 0 0 1 So 1001...because 9 = 8 + 1
9
In BCD each digit of a decimal number is coded as a separate 4 bit binary number between 0 and 9.For example:Decimal 12 in BCD is shown as 0001 0010 (Binary 1 and Binary 2), in Binary it is 1100.
A Binary Number is made up of only 0s and 1s. 110100 Example of a Binary Number There is no 2, 3, 4, 5, 6, 7, 8 or 9 in Binary! A "bit" is a single binary digit. The number above has 6 bits. Binary numbers have many uses in mathematics and beyond.
convert 13 to binary its 01101 and then convert 25 to binary its 11001 and perform logical 'and' operation i.e. 01101 & 11001 ------------------- 01001 i.e. 9 so the correct answer is 9.