Преобразуйте частное так, чтобы делитель был целым числом, и выполните деление:
а) 1,74 : 0,6;
б) 512 : 0,16;
в) 17,28 : 7,2;
г) 12,25 : 0,005;
д) 0,343 : 0,7;
е) 81,2 : 0,35;
ж) 3,36 : 1,5;
з) 1050 : 4,2.
1,74 : 0,6 = 17,4 : 6 = 2,9
$\snippet{name: long_division, x: 17.4, y: 6, decimal: true}$
512 : 0,16 = 51200 : 16 = 3200
$\snippet{name: long_division, x: 51200, y: 16, decimal: true}$
17,28 : 7,2 = 172,8 : 72 = 2,4
$\snippet{name: long_division, x: 172.8, y: 72, decimal: true}$
12,25 : 0,005 = 12250 : 5 = 2450
$\snippet{name: long_division, x: 12250, y: 5, decimal: true}$
0,343 : 0,7 = 3,43 : 7 = 0,49
$\snippet{name: long_division, x: 3.43, y: 7, decimal: true}$
81,2 : 0,35 = 8120 : 35 = 232
$\snippet{name: long_division, x: 8120, y: 35, decimal: true}$
3,36 : 1,5 = 33,6 : 15 = 2,24
$\snippet{name: long_division, x: 33.6, y: 15, decimal: true}$
1050 : 4,2 = 10500 : 42 = 250
$\snippet{name: long_division, x: 10500, y: 42, decimal: true}$
Пожауйста, оцените решение