Вопрос:

16832_10 -> ?_8

Смотреть решения всех заданий с листа

Ответ:

1. Convert decimal to octal using successive division by 8:
16832 / 8 = 2104 R 0
2104 / 8 = 263 R 0
263 / 8 = 32 R 7
32 / 8 = 4 R 0
4 / 8 = 0 R 4
2. Reading the remainders from bottom to top gives 40700.
3. The answer is 40700 in base 8.
ГДЗ по фото 📸

Похожие