#24 – Probability (Unfair Coin)
Gloria has an unfair coin. Let \( p \) be the probability of heads, with \( \tfrac{1}{2} < p < 1 \). When the coin is flipped three times, the probability of getting exactly two heads is twice the probability of getting exactly two tails. Find the probability of tails when the coin is flipped.
Show Solution
\[ P(\text{2 heads}) = 3p^2q, \quad P(\text{2 tails}) = 3q^2p. \] Given \( 3p^2q = 2(3q^2p) \Rightarrow p^2q = 2q^2p. \)
Divide by \( pq \) (nonzero) → \( p = 2q \).
Then \(q = 1-2q \)
Hence \( q = = \boxed{\tfrac{1}{3}}. \)
#26 – Expected Value (Sum of Cubes)
Johnny rolls a fair six-sided die six times and sums the cubes of all results. What is the expected value of this total?
Show Solution
By linearity of expectation: \[ E[T] = 6 \, E[X^3]. \]
\[ = \frac{(1+2+3+4+5+6)^2}{6} = \frac{21^2}{6} = \frac{441}{6} = 73.5. \] Therefore E[T] = 6 times 73.5 = 441 -- the answer.
#30 – Powers and Estimation
Find the integer \( n \) such that \[ n^7 = 44{,}231{,}334{,}895{,}529. \]
Show Solution
Indeed, \(89^7 = 44{,}231{,}334{,}895{,}529\). Thus \(n = \boxed{89}.\)