Convert (-6), (-27), (-64) to binary number system?Convert (-6), (-27), (-64) to binary number system?
by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

1 Answer

There are several ways to represent these negative numbers in binary, but first let's convert them into their corresponding positive numbers:

610=1102, 2710=110112, 6410=10000002 where the subscript shows the number base.

-6=-110, -27=-11011, -64=-1000000 is the mathematical way of representing the binary.

Another way is to use the "complement plus 1". In this system, -1 is represented by "all 1s:

11...111 so 11...111-110+1=11...001+1=11...010. In a 24-bit system we would have:

111111111111111111111010. So the number of leading 1s depends on the word capacity of the number, and if we use a byte as 8 bits the representation of -6 would be 11111010. When this is added to 110 (=610) we get the byte 00000000, representing zero. 

If we use the byte method then -27=111001012 and -64=110000002. For 8-bit bytes the negative is effectively 256-n where n is the number.

For example, -27=256-27=229=224+5=7×32+5=111001012. For larger word representations simply write the required number of leading 1s.

by Top Rated User (1.2m points)

Related questions

1 answer
asked May 13, 2013 in Algebra 1 Answers by anonymous | 1.6k views
1 answer
asked May 3, 2013 in Word Problem Answers by anonymous | 1.2k views
1 answer
asked May 19, 2019 by anonymous | 456 views
2 answers
asked Sep 12, 2014 in Word Problem Answers by anonymous | 1.0k views
3 answers
asked Oct 14, 2013 in Other Math Topics by bukola | 6.3k views
1 answer
asked Sep 5, 2014 in Algebra 1 Answers by anonymous | 3.1k views
1 answer
asked May 16, 2014 in Algebra 2 Answers by Safal Das Biswas Level 4 User (7.9k points) | 788 views
1 answer
asked Mar 27, 2014 in Word Problem Answers by anonymous | 675 views
1 answer
asked Feb 19, 2014 in Geometry Answers by gela0622 Level 1 User (180 points) | 4.5k views
1 answer
asked Dec 8, 2013 in Algebra 2 Answers by vicky | 656 views
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,516 questions
100,279 answers
2,420 comments
731,964 users