Math Problem Statement

calculate expected value of max of 2 n-sided dice rolls

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability
Expected Value
Summation

Formulas

P(max(X, Y) = k) = (k/n)^2 - ((k-1)/n)^2
E[max(X, Y)] = Σ(k * P(max(X, Y) = k))
Sum of first n integers: Σ(k) = n(n+1)/2
Sum of squares: Σ(k^2) = n(n+1)(2n+1)/6

Theorems

Law of Total Probability
Expected Value Theorem

Suitable Grade Level

Grades 11-12