Question 744331
Suppose you have an extremely unfair coin: The probability of a head is ¼ and the probability of a tail is ¾. If you toss the coin 32 times, how many heads do you expect to see?
-----
Expected value = np
----
E(x) = 32*(1/4) = 8
======================
Cheers,
Stan H.
======================