Вопрос задан 27.04.2019 в 13:26. Предмет Математика. Спрашивает Иванов Георгий.

Вычисли значения разностей, используя способ поразрядного вычитания.39-7 82-2

0 0
Перейти к ответам

Ответы на вопрос

Внимание! Ответы на вопросы дают живые люди. Они могут содержать ошибочную информацию, заблуждения, а также ответы могут быть сгенерированы нейросетями. Будьте внимательны. Если вы уверены, что ответ неверный, нажмите кнопку "Пожаловаться" под ответом.
Отвечает Нумалов Юра.
39-это 3 дес. 9 ед.  нужно из 9 ед вычесть 7 ед. или записать вот так
30+(9-7)=30+2=32.
82-это 8 дес.2 ед. от 2ед.вычитаем 2 ед.=0 или записываем вот так
80+(2-2=0) , 80+0=80
0 0
Отвечает нейросеть ChatGpt. Будьте внимательны, ответы нейросети могут содержать ошибочные или выдуманные данные.

Calculation using Bitwise Subtraction

To calculate the differences using bitwise subtraction, we can perform the following steps:

1. Convert the numbers to binary representation. 2. Perform bitwise subtraction on each bit. 3. Convert the result back to decimal representation.

Let's calculate the differences for the given numbers: 39-7 and 82-2.

# Calculation for 39-7:

1. Convert 39 and 7 to binary: - 39 = 100111 - 7 = 111

2. Perform bitwise subtraction on each bit: - Subtract the rightmost bits: 1 - 1 = 0 - Subtract the next bits: 1 - 1 = 0 - Subtract the next bits: 1 - 1 = 0 - Subtract the next bits: 1 - 0 = 1 - Subtract the next bits: 0 - 0 = 0 - Subtract the next bits: 0 - 0 = 0

3. Convert the result back to decimal: - The binary result is 000000, which is equal to 0 in decimal.

Therefore, the difference between 39 and 7 is 0.

# Calculation for 82-2:

1. Convert 82 and 2 to binary: - 82 = 1010010 - 2 = 10

2. Perform bitwise subtraction on each bit: - Subtract the rightmost bits: 0 - 0 = 0 - Subtract the next bits: 1 - 1 = 0 - Subtract the next bits: 0 - 0 = 0 - Subtract the next bits: 1 - 1 = 0 - Subtract the next bits: 0 - 0 = 0 - Subtract the next bits: 1 - 1 = 0 - Subtract the next bits: 0 - 1 = -1 (carry over)

3. Convert the result back to decimal: - The binary result is 1111110, which is equal to -2 in decimal.

Therefore, the difference between 82 and 2 is -2.

Please let me know if you need any further assistance!

0 0

Топ вопросов за вчера в категории Математика

Последние заданные вопросы в категории Математика

Задать вопрос