Answer:
$211 if rounding to nearest whole number (this may be what looking for)
$211.20 if rounding to nearest tenth
Explanation:
The answer depends on what precision of rounding is done so i am providing 2 answers
Rounding to the nearest whole number:
14,49 rounded = 14
68.64 rounded = 69
128.05 rounded = 128
$14.49 + $68.64 + $128.05 = 14 + 69 + 128
= $211
Rounding to the tenths:
14,49 rounded = 14.5
68.64 rounded = 68.6
128.05 rounded = 128.1
$14.49 + $68.64 + $128.05= 14.5 + 68.6 + 128.1 = $211.20