answersLogoWhite

0

10101012

01010102

By adding these number (And aligning with zeroes if you want), you will get exactly 11111112. To calculate this number in base ten, you need to add those digits times 2 to the power of the the order of number counting from the right. That is, for example, 1010101 is 128+32+4+1 = 165. 101010 is 64+16+8+2 = 90. So the decimal result of this question is 165+90=255. (Or, in this case, you can take it as 10000000 - 1 = 256 - 1 = 255.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How do you make 101010 into 950 using one line?

You can make 101010 into 950 by interpreting it as a binary number. The binary number 101010 equals 42 in decimal. To achieve 950, you can add an operation, such as multiplying by 22.62 (approximately), but if strictly using one line, you could simply express a mathematical relationship, such as ( 101010 - 100060 = 950 ).


How do you change 101010 into 950 without any subtractions?

To change the binary number 101010 (which is 42 in decimal) into 950 without using subtraction, you can multiply it by 22.6190, which is approximately 950/42. However, since multiplying directly by fractions isn't straightforward in binary, a more practical method is to first convert 101010 into decimal, multiply it by 22, then convert the result back to binary. This effectively achieves the target number without any subtractions.


What is the process of performing one's complement addition and how does it differ from traditional binary addition?

Performing one's complement addition involves adding two binary numbers by first taking the one's complement of the subtrahend and then adding it to the minuend. This method differs from traditional binary addition because it eliminates the need for subtraction by using complement arithmetic.


What is commutative property of addition using decimal numbers?

The commutative property of addition applies to all real and complex numbers. It has nothing whatsoever to do with the form in which the number is represented: decimal, binary, etc.


What is role of 6 in bcd addition?

In Binary-Coded Decimal (BCD) addition, the digit 6 plays a crucial role as a threshold for determining whether a correction is needed after standard binary addition. BCD represents decimal digits using four bits, and if the sum of two BCD digits exceeds 9 (which is 1001 in binary), a correction of 6 (0110 in binary) is added to bring the result back into valid BCD range. This adjustment ensures that the resulting sum correctly represents decimal values. Thus, 6 is effectively used to convert invalid BCD results back into valid representations.


Why you are using binary integer representation?

I am not!


Can you get 24 as an answer using 24 16 16 and 13 one time each with multiplication division addition and subtraction?

No - it is not possible. There are four binary operations (*, /, +, -). A binary operations involves two inputs and one output. So each time you use a binary operation on a set of numbers you reduce the size of the set by one. Therefore, with four numbers, you can only use three binary operations. Using only three operations, it is trivially simple: 24 + (16 - 16)*13


What is the sum of 1111 plus 0001 plus 1000 plus 0100 using binary addition?

1111 + 0001 + 1000 + 0100 = 11100 Remember that in binary, 1 + 1 = 10 (0 carry 1) and 1 + 1 + 1 = 11 (1 carry 1).


Code for binary trees written in C using graphics?

cg code for binary tree


Signed binary multiplier?

Binary multiplier is taking numbers and using multiplication and division. This is used in math.


Using only one straight line can you turn this 101010 into nine fifty?

The straight line is added to the second 1 which changed it to a "t", making it 10 to 10 (9:50).


What is the sum of 1111 1000 0100 using binary addition?

To find the sum of the binary numbers 1111, 1000, and 0100, we first align them for addition: 1111 + 1000 + 0100 ------- Adding column by column from the right, we get: 1 + 0 + 0 = 1 1 + 0 + 0 = 1 1 + 0 + 1 = 10 (0 carry 1) 1 + 1 (carry) + 1 = 11 (1 carry 1) So, the final sum is 1 (carry) + 1 + 1 = 11, which in binary is 10111. Thus, the sum of 1111, 1000, and 0100 in binary is 10111.