I am a little bit confused concerning the following problem.
Lets suppose you have 10 multiple choice questions which can be ticked as true or false. For each correctly crossed answer you receive $+1$ point otherwise you get $-1$ point.
It is not possible that you end up with a negative amount of points e.g. if you had accumulated $-4$ points at the end of this multiple choice exercise the amount is set to $0$.
What is the expected value (ev) if you randomly tick true or false?
My approach:
Without having done further calculations I would say that the ev must be $>0$. The sample space consists of 10-tuples and each tuple has the same probbility (Laplace experiment). Calculating the ev means that you multiply the probability of a tuple with the amount of points this tuple is associated with and then you take the sum over all this multiplications. As the result of each multiplication is $\geq 0$ and you have at least one tuple with an amount of points $>0$ the ev must be greater than $0$.