Math Problem Statement

A un-fair coin is flipped 3 times, the probability of getting a head is 1/5 . find the probability distribution of resulting head(s) by finishing the table below. Please show your answer to 4 decimal places k P(X = k) 0 1 2 3 Use the probability distribution above, and what you have learned in the previous section, please find the mean and standard deviation. Please show your answer to 1 decimal place.

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability
Binomial Distribution
Mean
Standard Deviation

Formulas

P(X = k) = binom(n, k) * (p^k) * ((1-p)^(n-k))
Mean (μ) = Σ[k * P(X = k)]
Variance (σ²) = Σ[k² * P(X = k)] - μ²
Standard Deviation (σ) = sqrt(σ²)

Theorems

Binomial Theorem
Laws of Probability

Suitable Grade Level

Grades 10-12