Using 2's complement method
(52)base10–(65)base10
Answers
- (0001101)to the base 2
Answer:
The correct answer is -(0001101)base2.
Explanation:
What is the complement method?
To convert a number to binary, begin with the number in the question and divide it by two, noting the quotient and remainder. Divide the quotient by 2 once more until it equals zero. The remainder should then be written backward.
first semester: (52)
base10 = (110100) (110100)
base2 —- formula (1)
(65)base10 = (1000001)base2 is the second term.
(0111110)base2 = 1's complement of the second term
second term's complement = (0111110)
(1)base2 Plus base2
second term's complement = (0111111)
base2 —- formula (2)
now combine (1) and (2) so that
(1110011)base2 = (110100)base2 + (0111111)base2
EAC is not present.
In the 2's complement form, the answer is negative.
Take the inverse of (1110011)base2 = (0001100)base2.
(2)base2 + (0001100)base2 = (0001100)base2 + (1)base2
To know more about complement method, check out:
https://brainly.in/question/11767896
To know more about binary number, check out:
https://brainly.in/question/15793843
#SPJ3