Considering the order of operations, the operation that should be performed last is given by:
B Subtraction.
The operations inside the parenthesis take precedence over every operation. Then, multiplication/division take precedence over sum/subtraction. If there are only multiplication/division or sum/subtraction, the precedence is from left to right.
In this problem, the expression is:
(1 x 2.5) + (52-13) + (6.7 - 5) - (98+8)
Solving the operations inside the parenthesis, the expression will be given by:
2.5 + 30 + 1.7 - 90
Only addition and subtraction, hence the order is from left to right, and the subtraction is done last, hence option B is correct.
More can be learned about order of operations at https://brainly.com/question/25909431