Expected symbol priority

38 Views Asked by At

About the expected priority of operations. For example:

$C-E[x-y]=C-E[x]+E[y]$, where C is a constant.

I know this formula is correct, but I'm wondering if there are parentheses surrounding the expected symbol, that is:

$C-E[x-y]=C-(E[x-y])$.

So the parenthese is omitted?