Вопрос задан 20.02.2019 в 09:39. Предмет Математика. Спрашивает Галайко Олег.

Как решить поразрядное сложение 12+5 15+2 14+5 15+3 15+4 помогите пожалуйста

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

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

Внимание! Ответы на вопросы дают живые люди. Они могут содержать ошибочную информацию, заблуждения, а также ответы могут быть сгенерированы нейросетями. Будьте внимательны. Если вы уверены, что ответ неверный, нажмите кнопку "Пожаловаться" под ответом.
Отвечает Златьев Ваня.

2+(5+10)=17

5+(2+10)=17

10+(4+5)=19

3+(10+5)=18

4+(10+5)=19

0 0
Отвечает нейросеть ChatGpt. Будьте внимательны, ответы нейросети могут содержать ошибочные или выдуманные данные.

Performing Binary Addition

To perform binary addition for the given numbers 12, 5, 15, 2, 14, 5, 15, 3, 15, and 4, we can follow these steps:

1. Convert the decimal numbers to binary. 2. Add the binary numbers together, bit by bit, starting from the rightmost bit. 3. If the sum of two bits is 0 or 1, write down the sum. If the sum is 2, write down 0 and carry 1 to the next higher bit. 4. Continue this process until all bits are added.

Let's start by converting the decimal numbers to binary.

Converting Decimal Numbers to Binary

The decimal numbers can be converted to binary as follows:

- 12 = 1100 - 5 = 0101 - 15 = 1111 - 2 = 0010 - 14 = 1110 - 5 = 0101 - 15 = 1111 - 3 = 0011 - 15 = 1111 - 4 = 0100

Performing Binary Addition

Now, let's perform the binary addition for the given numbers:

``` 1100 + 0101 ------ 10001 + 1111 ------ 101000 + 0010 ------ 1010100 + 1110 ------ 1011010 + 0101 ------ 1100101 + 1111 ------ 1110100 + 0011 ------ 1110111 + 1111 ------ 10011110 + 0100 ------ 10100010 ```

So, the result of the binary addition for the given numbers 12, 5, 15, 2, 14, 5, 15, 3, 15, and 4 is 10100010.

This process involves converting the decimal numbers to binary and then performing binary addition to obtain the result.

0 0

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

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

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