Purchase Solution

Convergence of probability value

Not what you're looking for?

Ask Custom Question

Activity 18.1

1. Toss a coin 10 times, and after each toss record in the following table the result of the toss and the proportion of heads so far. For example, consider the sequence of tosses:
H T T T H. After the first toss, the proportion of heads was 1/1, after the second the proportion of heads was 1/2, then after the third toss it was 1/3, 1/4 after the fourth, and finally 2/5 after the fifth toss.
Toss Number 1 2 3 4 5 6 7 8 9 10
Heads or Tails? h h h t h t t t h h
Proportion of H so far 1 2 3 3/4 4/5 4/6 4/7 4/8 5/9 6/10

2. On the following axes, plot the proportion of heads so far, for each toss from your table.

What does your graph show?

3. If you wanted to simulate coin tossing in Excel, you could use its =rand() function. rand() produces a random decimal number between 0 and 1. So if we generate a random decimal which is between 0 and 1, and multiply it by 2, the result is between 0 and 2. Then we could take the integer part of this number to get either a 0 or a 1. We can let the 0 represent a "tails," and 1 represent a "heads."
So, if rand() generates 0.13061, what value is produced when you multiply it by 2 and take the integer part?

So, if rand() generates 0.7893, what value is produced when you multiply it by 2 and take the integer part?

Purchase this Solution

Solution Summary

The solution in excel file shows the results of coin-toss simulations showing that as the size of teh sample increases, so is the convergence value of teh probability for "head".

Solution Preview

Hello and thank you for posting your question to Brainmass.

I have attached an Excel file that is composed of two spreadsheets.
The first (sheet 1) is the graph representing the results of the experiment of the 10 tosses.

Sheet 2 ...

Purchase this Solution


Free BrainMass Quizzes
Terms and Definitions for Statistics

This quiz covers basic terms and definitions of statistics.

Measures of Central Tendency

This quiz evaluates the students understanding of the measures of central tendency seen in statistics. This quiz is specifically designed to incorporate the measures of central tendency as they relate to psychological research.

Measures of Central Tendency

Tests knowledge of the three main measures of central tendency, including some simple calculation questions.

Know Your Statistical Concepts

Each question is a choice-summary multiple choice question that presents you with a statistical concept and then 4 numbered statements. You must decide which (if any) of the numbered statements is/are true as they relate to the statistical concept.