Найдите частное:
1) 2,4 : 8;
2) 0,42 : 7;
3) 5,5 : 5;
4) 0,048 : 12;
5) 7 : 2;
6) 6,36 : 6;
7) 0,5 : 2;
8) 19 : 2;
9) 0,24 : 3.
2,4 : 8 = 0,3
$\snippet{name: long_division, x: 2.4, y: 8, decimal: true}$
0,42 : 7 = 0,06
$\snippet{name: long_division, x: 0.42, y: 7, decimal: true}$
5,5 : 5 = 1,1
$\snippet{name: long_division, x: 5.5, y: 5, decimal: true}$
0,048 : 12 = 0,004
$\snippet{name: long_division, x: 0.048, y: 12, decimal: true}$
7 : 2 = 3,5
$\snippet{name: long_division, x: 7, y: 2, decimal: true}$
6,36 : 6 = 1,06
$\snippet{name: long_division, x: 6.36, y: 6, decimal: true}$
0,5 : 2 = 0,25
$\snippet{name: long_division, x: 0.5, y: 2, decimal: true}$
19 : 2 = 9,5
$\snippet{name: long_division, x: 19, y: 2, decimal: true}$
0,24 : 3 = 0,08
$\snippet{name: long_division, x: 0.24, y: 3, decimal: true}$
Пожауйста, оцените решение