you are challenged to a lucky draw game. if you draw a face card (k, q, j) from a standard deck of cards…

you are challenged to a lucky draw game. if you draw a face card (k, q, j) from a standard deck of cards, you earn 10 points. if you draw any other card, you lose 2 points. what is the expected value of a draw?\n0.77\n1.69\n1.85\n2.31
Answer
Explanation:
Step1: Calculate probability of drawing face - card
A standard deck has 52 cards and 12 face - cards. So the probability of drawing a face - card $P(F)=\frac{12}{52}=\frac{3}{13}$.
Step2: Calculate probability of drawing non - face card
The probability of drawing a non - face card $P(NF)=1 - P(F)=1-\frac{3}{13}=\frac{10}{13}$.
Step3: Calculate expected value
The value of drawing a face - card is 10 points and value of drawing a non - face card is - 2 points. The expected value $E$ is given by $E = P(F)\times10+P(NF)\times(- 2)$. Substitute the probabilities: $E=\frac{3}{13}\times10+\frac{10}{13}\times(-2)=\frac{30 - 20}{13}=\frac{10}{13}\approx0.77$.
Answer:
0.77