Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Three fair dice are cast. In 10 independent casts, let \(X\) be the number of times all three faces are alike and let \(Y\) be the number of times only two faces are alike. Find the joint \(\mathrm{pmf}\) of \(X\) and \(Y\) and compute \(E(6 X Y)\).

Short Answer

Expert verified
The joint function \(P (X = x, Y = y) = \binom{10}{x} (p_1)^x (1 - p_1)^{10 - x} \binom{10}{y} (p_2)^y (1 - p_2)^{10 - y}\) and the expected value \(E(6XY) = 250/36\).

Step by step solution

01

Define the probability for \(X\) and \(Y\)

Denote by \(p_1\) the probability that when three dice are thrown, all faces are the same, and by \(p_2\) the probability that exactly two faces are the same. There are \(6\) ways the three faces can be the same and total of \(6^3 = 216\) possible throws, therefore \(p_1 = 6/216 = 1/36\). Counting the cases when two faces are the same, the first two are the same in 6 ways and the third is different in 5 ways so \(p_2 = 6*5/216 = 5/36\).
02

Compute the Joint pmf

Let \(Y_i = 1\) if in the ith throw there are exactly two faces alike and \(0\) otherwise, and define \(X_i\) similarly for three faces the same. We find the joint distribution of \(X\) and \(Y\) by noting that \(X = \sum_{i=1}^{10} X_i\) and \(Y = \sum_{i=1}^{10} Y_i\), and both \(X\) and \(Y\) follow binomial distributions, where \(X\) ~ \(B(10, p_1)\) and \(Y\) ~ \(B(10, p_2)\). Therefore, \(P (X = x, Y = y) = P(X = x) P(Y = y) = \binom{10}{x} (p_1)^x (1 - p_1)^{10 - x} \binom{10}{y} (p_2)^y (1 - p_2)^{10 - y}\) because 10 independent casts were made.
03

Compute the Expected value \(E(6XY)\)

The expected value is given by \(E(6XY) = 6E(XY) = 6E(X)E(Y)\) because \(X\) and \(Y\) are independent. Since for any binomial distribution \(B(n, p)\) the expected value is \(np\), we find \(E(X) = 10 p_1 = 10 / 36\) and \(E(Y) = 10 p_2 = 50 / 36\). Therefore, \(E(6XY) = 6 * 10/36 * 50/36 = 250/36\).

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Say the correlation coefficient between the heights of husbands and wives is \(0.70\) and the mean male height is 5 feet 10 inches with standard deviation 2 inches, and the mean female height is 5 feet 4 inches with standard deviation \(1 \frac{1}{2}\) inches. Assuming a bivariate normal distribution, what is the best guess of the height of a woman whose husband's height is 6 feet? Find a \(95 \%\) prediction interval for her height.

Consider a multinomial trial with outcomes \(1,2, \ldots, k\) and respective probabilities \(p_{1}, p_{2}, \ldots, p_{k} .\) Let ps denote the \(\mathrm{R}\) vector for \(\left(p_{1}, p_{2}, \ldots, p_{k}\right) .\) Then a single random trial of this multinomial is computed with the command multitrial (ps), where the required \(\mathrm{R}\) functions are: \({ }^{2}\) (a) Compute 10 random trials if \(\mathrm{ps}=\mathrm{c}(.3, .2, .2, .2, .1)\). (b) Compute 10,000 random trials for ps as in (a). Check to see how close the estimates of \(p_{i}\) are with \(p_{i}\).

Investigate the probabilities of an "outlier" for a contaminated normal random variable and a normal random variable. Specifically, determine the probability of observing the event \(\\{|X| \geq 2\\}\) for the following random variables (use the \(\mathrm{R}\) function pcn for the contaminated normals): (a) \(X\) has a standard normal distribution. (b) \(X\) has a contaminated normal distribution with cdf \((3.4 .15)\), where \(\epsilon=0.15\) and \(\sigma_{c}=10\). (c) \(X\) has a contaminated normal distribution with cdf \((3.4 .15)\), where \(\epsilon=0.15\) and \(\sigma_{c}=20\). (d) \(X\) has a contaminated normal distribution with cdf \((3.4 .15)\), where \(\epsilon=0.25\) and \(\sigma_{c}=20\).

A certain job is completed in three steps in series. The means and standard deviations for the steps are (in minutes) \begin{tabular}{ccc} \hline Step & Mean & Standard Deviation \\ \hline 1 & 17 & 2 \\ 2 & 13 & 1 \\ 3 & 13 & 2 \\ \hline \end{tabular} Assuming independent steps and normal distributions, compute the probability that the job takes less than 40 minutes to complete.

Let \(X\) and \(Y\) be independent random variables, each with a distribution that is \(N(0,1)\). Let \(Z=X+Y\). Find the integral that represents the cdf \(G(z)=\) \(P(X+Y \leq z)\) of \(Z .\) Determine the pdf of \(Z\). Hint: We have that \(G(z)=\int_{-\infty}^{\infty} H(x, z) d x\), where $$ H(x, z)=\int_{-\infty}^{z-x} \frac{1}{2 \pi} \exp \left[-\left(x^{2}+y^{2}\right) / 2\right] d y $$ Find \(G^{\prime}(z)\) by evaluating \(\int_{-\infty}^{\infty}[\partial H(x, z) / \partial z] d x\).

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free