Выполните деление:
а) 8,9 : 0,4;
б) 3,08 : 0,05;
в) 0,2106 : 3,9;
г) 1,23 : 0,6;
д) 11,1 : 0,04;
е) 0,04 : 2,5.
8,9 : 0,4 = 89 : 4 = 22,25
$\snippet{name: long_division, x: 89, y: 4, decimal: true}$
3,08 : 0,05 = 308 : 5 = 61,6
$\snippet{name: long_division, x: 308, y: 5, decimal: true}$
0,2106 : 3,9 = 2,106 : 39 = 0,54
$\snippet{name: long_division, x: 2.106, y: 39, decimal: true}$
1,23 : 0,6 = 12,3 : 6 = 2,05
$\snippet{name: long_division, x: 12.3, y: 6, decimal: true}$
11,1 : 0,04 = 1110 : 4 = 277,5
$\snippet{name: long_division, x: 1110, y: 4, decimal: true}$
0,04 : 2,5 = 0,4 : 25 = 0,016
$\snippet{name: long_division, x: 0.4, y: 25, decimal: true}$
Пожауйста, оцените решение