Expected value of randomly answered questions

355 Views Asked by At

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$.

2

There are 2 best solutions below

0
On BEST ANSWER

You have $2^{10}$ possible outcomes.

Let's see when you get a non-zero score:

Score 2k) You need to answer 5+k right, 5-k wrong. The different possibilities are${10}\choose{5-k}$.

Thus expected value is thus

$$\frac{1}{2^{10}}\sum_{k=1}^5 2k {{10}\choose{5-k}} = \frac{1260}{1024}\simeq 1.21 $$

0
On

Guide:

Let $X$ denote the number of questions that are answered correct.

Then the number of points at the end can be written as $f(X)$ where $f$ is the function that maps the number of questions correctly answered to the associated amount of points.

The last step is determining:$$\mathbb Ef(X)=\sum_{k=1}^{10}f(k)P(X=k)$$