A few people I met were debating over if $-5^2 = 25$ or $-25$.
From my experience, we assume operator precedence and get $-25.$ People are telling me however, calculators are flawed, the real answer is $25.$
Clarifying note, the expression is merely: $-5^2$ nothing else. What would you say?
Edit: I've also tried saying $f(x)=-x^2$ is a parabola that opens downwards, but this was apparently a problem with graphing calculators as well.
By definition of the order of operations, exponentiation takes precedence over negation. Therefore, $$ -5^2 = (-1) \times 5 \times 5 = -25 $$ but the alternative would be $$ (-5)^2 = \left[(-1) \times 5\right] \times \left[(-1) \times 5 \right] = 25. $$