/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Q. 5.126 Refer to the probability distrib... [FREE SOLUTION] | 91影视

91影视

Refer to the probability distribution displayed in Table \(5.11\) on page \(222\).

a. Use the technology of your choice to repeat the simulation done in Example \(5.18\) on page \(223\).

b. Obtain the proportions for the number of heads in three tosses and compare them to the probability distribution in Table \(5.11\).

c. Obtain a histogram of the proportions and compare it to the probability histogram in Fig. \(5.22\)(b) on page \(223\).

d. What do part (b) and (c) illustrate?

Short Answer

Expert verified

Part a.

Part b. As we can see in the table the proportions are slightly differ from the probability, but they do not differ very much.

Part c.

Part d. From part b and c, we can say that the different sample leads to different estimated probabilities and a different probability histogram.

Step by step solution

01

Part a. Step 1. Given information

The number of games is given.

02

Part a. Step 2. Calculation

Using the MATLAB sketch, a bar graph between proportion and number of heads because number of proportions is probability of heads will come.

Program:

clc

clear

closeall

\(x=[0 1 2 3]\);

\(y=[0.136 0.377 0.368 0.119]\);

\(bar(x,y)\)

\(set(gca,'linewidth',1.2,'fontsize',12)\)

\(xlabel('Number of heads')\)

\(ylabel('Proportion')\)

axis square

Query:

  • First, we have defined the number of heads.
  • Then define the proportion.
  • Sketch a graph using function 鈥渂ar鈥
03

Part b. Step 1. Calculation

Using the MATLAB sketch, a bar graph between proportion and number of heads because number of proportions is probability of heads will come.

Show the comparison between both tables.

04

Part c. Step 1. Calculation

Using the MATLAB sketch, a bar graph between proportion and number of heads because number of proportions is probability of heads will come.

Show the comparison between both tables.

Program:

clc

clear

closeall

\(x=[0 1 2 3]\);

\(y=[0.136 0.377 0.368 0.119]\);

\(p=[0.125 0.375 0.375 0.125]\);

\(subplot(1,2,1)\)

\(bar(x,y)\)

\(set(gca,'linewidth',1.2,'fontsize',12)\)

\(xlabel('Number of heads')\)

\(ylabel('Proportion')\)

axis square

\(subplot(1,2,2)\)

bar(x,p)

\(set(gca,'linewidth',1.2,'fontsize',12)\)

xlabel('Number of heads')

ylabel('probabilty')

axis square

Query:

  • First, we have defined the number of heads.
  • Then define the proportion.
  • Sketch a graph using function 鈥渂ar鈥
  • Show the comparison between proportion and probability.
05

Part d. Step 1. Calculation

From part b and c, we can say that the different sample leads to different estimated probabilities and a different probability histogram.

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 91影视!

One App. One Place for Learning.

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

Get started for free

Study anywhere. Anytime. Across all devices.