Alice is playing a game in which she will roll 4 6-sided dice at the same time. She gets 5 points for each die that shows an even result. Let x represent the total number of points awarded on any given toss of the dice. What is the expected value of x

Respuesta :

The expected value of x is 10.

It is given that the number of dice that are showing an even number is a binomial random variable with n = 4, and p = 1/2 (because half the faces on the die are even and half are odd).

The expected value of this random variable is n*p = 4*1/2 = 2.

The number of points is simply 5 times this random variable, and by the rules of expected value, E(C*Y) = C*E(Y), where C is a constant and Y is a random variable.

Thus E(X) = 5*2 = 10.

To know more about the mean visit: brainly.com/question/1136789

#SPJ4