answersLogoWhite

0


Best Answer

The number you have given = 74 not to sure what you mean by add a sign to it. To make 75 the number would be 1001011

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Add a sign to the binary number 1001010?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Basic Math

How do you change a decimal to a whole number?

you turn the decimal into a fraction then you turn the fraction into a whole number and add a percent sign


How does a binary number be presented?

Binary numbers start with a column with the value of 1 on the right side. The next column, to the left, has double the value (which is 2), the next left doubles again (which is 4), then 8, 16, 32, 64, 128 etc. The inclusion of a number 1 in a column means that the number should be included in the total. The inclusion of a zero in a column means that the number should not be counted. Using just this combination of 1s and 0s any number can be represented. For example...1 = 12 = 103 = 114 = 10010 = 101015 = 111165 = 1000001To convert the numbers from binary to decimal you can simply use a calculator and starting at the right side of the binary number if the first digit is 1 then add 1 to your calculator. If it is zero don't add anything, move left to the next column, if there is a 1 in this column add 2 to your total on your calculator, if it is a zero don't add anything, continue doing this, doubling the value for each column and adding the number if there is a 1 and ignoring it if there is a zero. For example....The binary number 1100, starting at the right has 0 in the 1 column, 0 in the 2 column, 1 in the 4 column and 1 in the 8 column, so you would ignore 1 and 2 and simply add 4 + 8, giving your a value of 12, which is correct.


Add two binary numbers 100111 and 11011?

100111 +11011 ______ 1000010


What is 101 101 in binary?

55. 101 in binary is 5. there is a shortcut in getting the equivalent in binary. 421 if it is 1, then it's 001. if it is 2, then it's 010. if it is 3, then it's 011. if it is 4, then it's 100. if it is 5, then it's 101. see? you just have to add the numbers that you need. you'll write 1 when you used the number that is needed and 0 when not.


How do you multiply a number by two in base two?

Just add a zero on the right-hand end of it. ============================== Another contributor bloviated: Just the same as multiplying a number in base ten by ten : just tack a 0 on the end, Binary 11 (decimal value 3) multiplied by decimal two is binary 11 times binary 10 which comes to binary 110. In any base, multiplying by the value of the base tacks a zero on the end, because the value of the base, written in that base, is always 10.

Related questions

How do you add sign number?

If the number has a + sign then you add it, if it has a - sign, then you subtract it.


Do you add or subtract when you have a negative number and a positive?

Subtract and add the sign of the greater number.


When you add 1011 1101 in the binary system you obtain?

Adding the numbers 1011 and 1101 in binary gives 11000 - equivalent to the decimal number 24.


Twos complement of a given 3 or more bit binary number of non-zero magnitude is the same the original number if all bits except the?

ANSWER: MSB IS 1 In the 2's complement representation, the 2's complement of a binary number is obtained by first finding the one's complement (flipping all the bits), and then adding 1 to the result. This representation is commonly used to represent signed integers in binary form. Now, if all bits except the sign bit are the same, taking the 2's complement of the binary number will result in the negative of the original number. The sign bit (the leftmost bit) is flipped, changing the sign of the entire number. For example, let's take the 4-bit binary number 1101 The 2's complement would be obtained as follows: Find the one's complement: 0010 Add 1 to the one's complement: 0011


How do you convert graycode to binary?

Converting Gray Code to Binary1). Write down the number in gray code.2). The most significant bit of the binary number is the most significant bitof the gray code.3). Add (using modulo 2) the next significant bit of the binary number to thenext significant bit of the gray coded number to obtain the next binary bit.4). Repeat step 3 till all bits of the gray coded number have been added inmodulo 2. The resultant number is the binary equivalent of the gray number.Converting Binary to Gray Code1). Write down the number in binary code.2). The most significant bit of the gray number is the most significant bitof the binary code.3). Add (using modulo 2) the next significant bit of the binary number to thenext significant bit of the binary number to obtain the next gray coded bit.4). Repeat step 3 till all bits of the binary coded number have been added inmodulo 2. The resultant number is the gray coded equivalent of the binarynumber.


When you add a positive number to a negative number do uyou end up with positive or a negative number?

The sign of the sum is the same as the sign of whichever original number is larger.


What One million dollars in number?

as stated - One million of any number is 1,000,000 (simply add the dollar sign $1,000,000).


What would 011110 equal in normal math?

I assume that you are asking how to convert the binary: 011110 to decimal. First off there are 6 places in this binary number--actually five, being that the last number is 0 (a place-holder). So, charting or making a table: Binary CalculationDecimal EquivalentOriginal Binary NumberAdd together2010021212224142381824161162532002664Not givenNot given Add together the last column of numbers together will give you the decimal equivalent to the binary number: 011110.


What is the additive inverse of 5 number?

To find the additive inverse of ANY number, add a minus sign. (If the number already has a minus sign, take the minus sign away to get the additive inverse.)


What does the binary addition of 01001101 plus 00100010 equal in decimal form?

The first number (01001101) is equal to the decimal number 77. The second number (00100010) is equal to the decimal number 34. If you add the two together in decimal, you get 111. Expressed as a binary number, 111 is equal to 01101111.


How do you add and subtracting integer?

first we used the rule KCC keep the first number ,change the sign and second number.Rules for addition of singed number :Same signs Add and keep the sign;different signs Subtract and keep the sign of the biggest number


What is the number you can multiply by to get -3 and add to get -5?

-8