Найдите значение выражения:
а) 6,965 + 23,3;
б) 50,4 − 6,98;
в) 88 − 9,804;
г) 6,5 * 1,22;
д) 0,48 * 2,5;
е) 0,016 * 0,25;
ж) 53,4 : 15;
з) 16,94 : 2,8;
и) 75 : 1,25.
6,965 + 23,3 = 30,265
$\snippet{name: op_column, sign: '+', x: '6.965', y: '23.300', z: '30,265'}$
50,4 − 6,98 = 43,42
$\snippet{name: op_column, sign: '-', x: '50.40', y: '6.98', z: '43.42'}$
88 − 9,804 = 78,196
$\snippet{name: op_column, sign: '-', x: '88.000', y: '9.804', z: '78.196'}$
6,5 * 1,22 = 7,93
$\snippet{name: column_multiplication, x: 6.5, y: 1.22}$
0,48 * 2,5 = 1,2
$\snippet{name: column_multiplication, x: 0.48, y: 2.5}$
0,016 * 0,25 = 0,004
$\snippet{name: column_multiplication, x: 0.016, y: 0.25}$
53,4 : 15 = 3,56
$\snippet{name: long_division, x: 53.4, y: 15, decimal: true}$
16,94 : 2,8 = 6,05
$\snippet{name: long_division, x: 16.94, y: 2.8, decimal: true}$
75 : 1,25 = 60
$\snippet{name: long_division, x: 75, y: 1.25, decimal: true}$
Пожауйста, оцените решение