Given the following expression:
-7 + 1 - 8 * -10 / 28 - 67 + -54
I resolve it thus:
-7 + 1 - -80 / 28 - 67 + -54
-7 + 1 - -2 - 67 + -54
-6 - -2 - 67 + -54
-4 - 67 + -54
-71 + -54
-125
However various online calculators say the answer is:
-124.14285714285714
What am doing wrong?