705 − 296 * 2;
(705 − 296) * 2;
(365 + 175) : 5;
365 + 175 : 5;
(904 − 268) : 4;
904 − 268 : 4.

705 − 296 * 2 = 705 − 592 = 113
$\snippet{name: column_multiplication, x: 296, y: 2}$
$\snippet{name: op_column, sign: '-', x: 705, y: 592, z: 113}$
(705 − 296) * 2 = 409 * 2 = 818
$\snippet{name: op_column, sign: '-', x: 705, y: 296, z: 409}$
$\snippet{name: column_multiplication, x: 409, y: 2}$
(365 + 175) : 5 = 540 : 5 = 108
$\snippet{name: op_column, sign: '+', x: 365, y: 175, z: 540}$
$\snippet{name: long_division, x: 540, y: 5}$
365 + 175 : 5 = 365 + 35 = 400
$\snippet{name: long_division, x: 175, y: 5}$
$\snippet{name: op_column, sign: '+', x: 365, y: 35, z: 400}$
(904 − 268) : 4 = 636 : 4 = 159
$\snippet{name: op_column, sign: '-', x: 904, y: 268, z: 636}$
$\snippet{name: long_division, x: 636, y: 4}$
904 − 268 : 4 = 904 − 67 = 837
$\snippet{name: long_division, x: 268, y: 4}$
$\snippet{name: op_column, sign: '-', x: 904, y: 67, z: 837}$