How do you evaluate 78?

2 Answers
Jun 17, 2018

15 is the answer.

Explanation:

You are subtracting. So -7-8 gives us 15

Jun 17, 2018

Most likely: 15
Alternate possibility: +1

Explanation:

In general PEDMAS is normally specified as being evaluated from left to right (when operations are at the same level).
Therefore 78
would be evaluated as ((7)8)=15

However, I have encountered some computer programming languages/environments that claim to be PEDMAS but which evaluate right to left,
in which case 78=((78))=((1))=+1