Выполните деление:
1) 15,12 : 63;
2) 2965,2 : 7,06;
3) 0,0665 : 0,19;
4) 65,204 : 0,01.
15,12 : 63 = 0,24
$\snippet{name: long_division, x: 15.12, y: 63, decimal: true}$
2965,2 : 7,06 = 296520 : 706 = 420
$\snippet{name: long_division, x: 2965.2, y: 7.06, decimal: true}$
0,0665 : 0,19 = 6,65 : 19 = 0,35
$\snippet{name: long_division, x: 0.0665, y: 0.19, decimal: true}$
65,204 : 0,01 = 6520,4 : 1 = 6520,4 : 1 = 6520,4
$\snippet{name: long_division, x: 65.204, y: 0.01, decimal: true}$