Math Problem Statement

A box contains 2 n tickets of which nCr

tickets bear the number r (r = 0,1,2,3, ... , n). Two tickets

are drawn from the box. Find the expectation of the sum of their numbers.

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability
Expectation
Binomial Distribution

Formulas

E(X1 + X2) = E(X1) + E(X2)
P(X1 = r) = nCr / 2^n
E(X1) = sum(r * P(X1 = r))
E(X1) for Binomial Distribution B(n, 1/2) = n/2

Theorems

Expectation Property of Identically Distributed Variables
Binomial Distribution

Suitable Grade Level

Undergraduate/Advanced High School