1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
NARA [144]
3 years ago
6

What is the decimal equivalent of 1100111 - 101001

Computers and Technology
1 answer:
vivado [14]3 years ago
4 0

Answer:

1100111 --> 103

101001 --> 41

111110 --> 62

Explanation:

For this let's perform the subtraction operation to get the result.  Then, we will convert everything to decimal to check our work.

  0110 0111

-  0010 1001

--------------------------

  0011 1110

Now that we have performed the binary subtraction (using the same methods that you use for decimal subtraction), let's convert these numbers to their decimal forms.

0110 0111

= 0*2^7 + 1*2^6 + 1*2^5 + 0*2^4 + 0*2^3 + 1*2^2 + 1*2^1 + 1*2^0

= 2^6 + 2^5 + 2^2 + 2^1 + 2^0

= 64 + 32 + 4 + 2 + 1

= 103

0010 1001

= 0*2^7 + 0*2^6 + 1*2^5 + 0*2^4 + 1*2^3 + 0*2^2 + 0*2^1 + 1*2^0

= 2^5 + 2^3 + 2^0

= 32 + 8 + 1

= 41

0011 1110

= 0*2^7 + 0*2^6 + 1*2^5 + 1*2^4 + 1*2^3 + 1*2^2 + 1*2^1 + 0*2^0

= 2^5 + 2^4 + 2^3 + 2^2 + 2^1

= 32 + 16 + 8 + 4 + 2

= 62

Now that we have done the conversion from binary to decimal, let's check that we performed the subtraction operation correctly.

103

- 41

---------

62

Note, that 103-41 is indeed equal to 62.  Therefore, we have successfully performed the subtraction with the binary correctly.

Cheers.

You might be interested in
#Write a function called "in_parentheses" that accepts a
zimovet [89]

Answer:

import regex as re

def in_parentheses(a_string):

   regeX = re.compile(".*?\((.*?)\)")

   result = re.findall(regeX, a_string)

   return str(result).replace("[","").replace("]","")

print("test 1: "+in_parentheses("Open ( only"))

print("test 2: "+in_parentheses("This is a sentence (words!)."))

8 0
3 years ago
Does anyone play genshin impact here?
Reika [66]
Answer


NO sorry
Have a great day
6 0
3 years ago
Read 2 more answers
Brake fluid is made up of a chemical that:
TEA [102]

A) IS MOSTLY JUST ENGINE Oil.

7 0
3 years ago
Read 2 more answers
Why would students most likely need to collect data? Check all that apply
n200080 [17]
Well I would think all of them in some way. For the first one, students need to collect data (whether it’s mathematical, scientific, etc.) to answer a question. For the second one, they may need to know how much money is in there bank account or they may need to calculate a sale to order the item. For the third one, they may need statistical data to support a position. For the last one, a student could use technological data to be able to solve their problem sorting documents.
5 0
3 years ago
Read 2 more answers
What kind of Encryption is this:
VMariaS [17]

The Encryption of a website

4 0
3 years ago
Other questions:
  • (tco 8) when a file is opened in the append mode, the file pointer is positioned
    8·1 answer
  • Is a software program that allows users to access the world wide web
    10·1 answer
  • ________ is typically used as the last string of letters in the name of a website. Group of answer choices the name of the indiv
    13·1 answer
  • The word count of the active document is typically displayed on the ________.
    15·1 answer
  • A network host with an IP address of 192.168.10.200 wants to send a message to a destination computer with an assigned IP addres
    6·1 answer
  • "When you can control devices and appliances by apps installed on your smartphone or tablet, you are said to have"
    6·1 answer
  • Write a function that accepts an integer parameter and returns its integer square root (if it exists). The function should throw
    12·2 answers
  • Write a Java program in jGRASP that creates a 2D integer array of 5 rows and 20 columns, fills it with increasing integer values
    13·1 answer
  • Which of the following is not an advantage of concurrent design?
    10·2 answers
  • E-What is the important of Recycle bin?<br>Ans:​
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!