Coin Flipping: Binomial Distribution and Expected Product

Click For Summary
SUMMARY

The expected product of the number of heads and tails when flipping a fair coin 10 times is definitively calculated to be 22.5. This is derived using the binomial distribution formulas where the expected value E(k(10-k)) is computed as 10E(k) - E(k^2). With a mean of 5 and a variance of 2.5, the final calculation confirms that both methods presented yield the same result of 22.5.

PREREQUISITES
  • Understanding of binomial distribution
  • Familiarity with expected value and variance calculations
  • Basic knowledge of combinatorial mathematics
  • Ability to manipulate algebraic expressions
NEXT STEPS
  • Study the properties of the binomial distribution in depth
  • Learn about expected value calculations in probability theory
  • Explore combinatorial techniques for calculating probabilities
  • Investigate applications of binomial distribution in real-world scenarios
USEFUL FOR

Students and professionals in statistics, mathematicians, and anyone interested in probability theory and its applications in various fields.

WCMU101
Messages
14
Reaction score
0
Question is:

"If you roll a fair coin 10 times what is the expected product of number of heads and number of tails?"

Someone answered 25 at at glassdoor.com. My answer would be:

E(k(10-k)) where k is the rv representing the number of heads thrown.
= 10E(k) - E(k^2)
= 10*mean - (var + mean^2)

where mean = np = 10*0.5 = 5, and var = npq = 10*.5*.5 = 2.5 (these are the formulas for the binomial distribution), thus,
= 10*5 - (2.5 + 25) = 22.5

Who is correct?

Thanks.

Nick.
 
Physics news on Phys.org
You are right. Another way:
\sumr(n-r).^{n}C_{r} =
\sumn!/(r-1)!/(n-r-1)! =
\sumn(n-1)(n-2)!/(r-1)!/(n-r-1)! =
n(n-1)\sum^{n-2}C_{r-1} =
n(n-1).2^(n-2)
Dividing by 2^n to get the average:
n(n-1)/4
For n = 10 this gives 22.5
 

Similar threads

  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 5 ·
Replies
5
Views
580
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 41 ·
2
Replies
41
Views
8K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
6K