answersLogoWhite

0


Best Answer

3

User Avatar

Brice Lemke

Lvl 10
3y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

6

3

-

3

-

In binary format

0110

1101 -> 2's complement of 3

------

0011 -> By addition

------

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the result of following equation in binary format 6 - 3?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the result of the subraction of binary number 11101.110 from the binary number 101101.101?

1111.001


What is being combined and what is being produced in the equation x plus y equals xy?

x and y are being combined using a binary operation called "plus" and the result is xy.


What is the result of the subtraction of binary number 1110101 from the binary number 1000011?

11101012 - 10000112 = 1100102


When the binary fraction 11101 is subtracted from the binary fraction 101101.101 what is the correct result?

-90000.101


What is the result of solving an equation?

It is the solution of the equation


What is the binary number for 0100011?

0100011 is not a binary number nor a properly written Arabic Numeral Number. If you are asking about how to convert 100,011 into binary, the result is: 1101011011011101111000011010101011. If you are asking about how to convert 1100010 into an Arabic Numeral, the result is: 98. If this is a binary command (as opposed to a binary number), there is the possibility that it may trigger the "1" character displaying.


What is the result of this equation 336000m - 20000004200 plus m6?

There is no result because there is no equation, only an expression.


I have two different result one is a yes and no result another result is a number result What are these two types of results called?

Binary result


What is the result of information put into an equation?

The answer


Which Is the results of binary fission?

Symmetric cell division is the result of binary fission. Binary fission is a type of asexual reproduction.


Do scientist believe a binary star produces a nova?

A binary star may, or may not, be related to a nova or supernova. In some specific cases, a supernova is specifically caused by a close binary system; but not all binary systems result in novas, and not all novas come from binary stars.


Is there a formula that can be used to convert Binary to decimal that is straight forward?

If you mean a straight forward algorithm, then yes.I guess you want to know what it is...Start at the left hand end of the binary number with the result (decimal number) set to zerodouble the result and add the current binary digitif there are more binary digits move one binary digit to the right and repeat step 2repeat steps 2 and 3 until all the binary digits have been used.the result is the decimal equivalentfor example converting 101002 to decimal:1. set result to 0, start with the first binary digit (of 10100) which is 12. 2 x 0 + 1 = 13. 2nd binary digit (of 10100) is 02. 2 x 1 + 0 = 23. 3rd binary digit (of 10100) is 12. 2 x 2 + 1 = 53. 4th binary digit (of 10100) is 02. 2 x 5 + 0 = 103. 5th binary digit (of 10100) is 02. 2 x 10 + 0 = 203. no more binary digits4. 101002 = 2010