can someone please explain how to work out this problem -2^2-4^2
Usually, raising to a power takes precedence over negation so -2^2 - 4^2 is -(2^2) - (4^2) → -4 - 16 → -20
.