<< Chapter < Page Chapter >> Page >
This module explores the Law of Large Numbers, the phenomenon where an experiment performed many times will yield cumulative results closer and closer to the theoretical mean over time.

The expected value is often referred to as the "long-term"average or mean . This means that over the long term of doing an experiment over and over, you would expect this average.

The mean of a random variable X is μ . If we do an experiment many times (for instance, flip a fair coin, as Karl Pearson did, 24,000 times and let X = the number of heads) and record the value of X each time, the average is likely to get closer and closer to μ as we keep repeating the experiment. This is known as the Law of Large Numbers .

To find the expected value or long term average, μ , simply multiply each value of the random variable by its probability and add the products.

A step-by-step example

A men's soccer team plays soccer 0, 1, or 2 days a week. The probability that they play 0 days is 0.2, the probability that they play 1 day is 0.5, and the probability that they play 2 days is 0.3. Find the long-term average, μ , or expected value of the days per week the men's soccer team plays soccer.

To do the problem, first let the random variable X = the number of days the men's soccer team plays soccer per week. X takes on the values 0, 1, 2. Construct a PDF table, adding a column xP(x) . In this column, you will multiply each x value by its probability.

This table is called an expected value table. The table helps you calculate the expected value or long-term average.
Expected value table
x P(x) x P(x)
0 0.2 (0)(0.2) = 0
1 0.5 (1)(0.5) = 0.5
2 0.3 (2)(0.3) = 0.6

Add the last column to find the long term average or expected value: (0)(0.2)+(1)(0.5)+(2)(0.3)= 0 + 0.5 + 0.6 = 1.1 .

The expected value is 1.1. The men's soccer team would, on the average, expect to play soccer 1.1 days per week. The number 1.1 is the long term average or expected value if the men's soccer team plays soccer week after week after week. We say μ=1.1

Find the expected value for the example about the number of times a newborn baby's crying wakes its mother after midnight. The expected value is the expected number of times a newborn wakes its mother after midnight.

You expect a newborn to wake its mother after midnight 2.1 times, on the average.
x P(X) x P(X)
0 P(x=0) = 2 50 (0) ( 2 50 ) = 0
1 P(x=1) = 11 50 (1) ( 11 50 ) = 11 50
2 P(x=2) = 23 50 (2) ( 23 50 ) = 46 50
3 P(x=3) = 9 50 (3) ( 9 50 ) = 27 50
4 P(x=4) = 4 50 (4) ( 4 50 ) = 16 50
5 P(x=5) = 1 50 (5) ( 1 50 ) = 5 50

Add the last column to find the expected value. μ = Expected Value = 105 50 = 2.1

Go back and calculate the expected value for the number of days Nancy attends classes a week. Construct the third column to do so.

2.74 days a week.

Got questions? Get instant answers now!
Got questions? Get instant answers now!

Suppose you play a game of chance in which five numbers are chosen from 0, 1, 2, 3, 4, 5, 6, 7, 8, 9. A computer randomly selects five numbers from 0 to 9 with replacement. You pay $2 to play and could profit $100,000 if you match all 5 numbers in order (you get your $2 back plus $100,000). Over the long term, what is your expected profit of playing the game?

To do this problem, set up an expected value table for the amount of money you can profit.

Let X = the amount of money you profit. The values of x are not 0, 1, 2, 3, 4, 5, 6, 7, 8, 9. Since you are interested in your profit (or loss), the values of x are 100,000 dollars and -2 dollars.

To win, you must get all 5 numbers correct, in order. The probability of choosing one correct number is 1 10 because there are 10 numbers. You may choose a number more than once. The probability of choosing all 5 numbers correctly and in order is:

1 10 * 1 10 * 1 10 * 1 10 * 1 10 * = 1 * 10 -5 = 0.00001

Therefore, the probability of winning is 0.00001 and the probability of losing is

1 - 0.00001 = 0.99999

The expected value table is as follows.

Αdd the last column. -1.99998 + 1 = -0.99998
x P(x) x P(x)
Loss -2 0.99999 (-2)(0.99999)=-1.99998
Profit 100,000 0.00001 (100000)(0.00001)=1

Since -0.99998 is about -1 , you would, on the average, expect to lose approximately one dollar for each game you play. However, each time you play, you either lose $2 or profit $100,000. The $1 is theaverage or expected LOSS per game after playing this game over and over.

Got questions? Get instant answers now!

Suppose you play a game with a biased coin. You play each game by tossing the coin once. P(heads) = 2 3 and P(tails) = 1 3 . If you toss a head, you pay $6. If you toss a tail, you win $10. If you play this game many times, will you come out ahead?

Define a random variable X .

X = amount of profit

Got questions? Get instant answers now!

Complete the following expected value table.

x ____ ____
WIN 10 1 3 ____
LOSE ____ ____ -12 3
x P(x) x P(x)
WIN 10 1 3 10 3
LOSE -6 2 3 -12 3
Got questions? Get instant answers now!

What is the expected value, μ ? Do you come out ahead?

Add the last column of the table. The expected value μ = -2 3 . You lose, on average, about 67 cents each time you play the game so you do not come out ahead.

Got questions? Get instant answers now!
Got questions? Get instant answers now!

Like data, probability distributions have standard deviations. To calculate the standard deviation ( σ ) of a probability distribution, find each deviation from its expected value, square it, multiply it by its probability, add the products, and take the square root . To understand how to do the calculation, look at the table for thenumber of days per week a men's soccer team plays soccer. To find the standard deviation, add the entries in the column labeled ( x μ ) 2 · P ( x ) and take the square root.

x P(x) x P(x) (x -μ) 2 P(x)
0 0.2 (0)(0.2) = 0 ( 0 - 1.1 ) 2 ( .2 ) = 0.242
1 0.5 (1)(0.5) = 0.5 ( 1 - 1.1 ) 2 ( .5 ) = 0.005
2 0.3 (2)(0.3) = 0.6 ( 2 - 1.1 ) 2 ( .3 ) = 0.243

Add the last column in the table. 0.242 + 0.005 + 0.243 = 0.490 . The standard deviation is the square root of 0.49 . σ = 0.49 = 0.7

Generally for probability distributions, we use a calculator or a computer to calculate μ and σ to reduce roundoff error. For some probability distributions, there are short-cut formulas that calculate μ and σ .

Questions & Answers

differentiate between demand and supply giving examples
Lambiv Reply
differentiated between demand and supply using examples
Lambiv
what is labour ?
Lambiv
how will I do?
Venny Reply
how is the graph works?I don't fully understand
Rezat Reply
information
Eliyee
devaluation
Eliyee
t
WARKISA
hi guys good evening to all
Lambiv
multiple choice question
Aster Reply
appreciation
Eliyee
explain perfect market
Lindiwe Reply
In economics, a perfect market refers to a theoretical construct where all participants have perfect information, goods are homogenous, there are no barriers to entry or exit, and prices are determined solely by supply and demand. It's an idealized model used for analysis,
Ezea
What is ceteris paribus?
Shukri Reply
other things being equal
AI-Robot
When MP₁ becomes negative, TP start to decline. Extuples Suppose that the short-run production function of certain cut-flower firm is given by: Q=4KL-0.6K2 - 0.112 • Where is quantity of cut flower produced, I is labour input and K is fixed capital input (K-5). Determine the average product of lab
Kelo
Extuples Suppose that the short-run production function of certain cut-flower firm is given by: Q=4KL-0.6K2 - 0.112 • Where is quantity of cut flower produced, I is labour input and K is fixed capital input (K-5). Determine the average product of labour (APL) and marginal product of labour (MPL)
Kelo
yes,thank you
Shukri
Can I ask you other question?
Shukri
what is monopoly mean?
Habtamu Reply
What is different between quantity demand and demand?
Shukri Reply
Quantity demanded refers to the specific amount of a good or service that consumers are willing and able to purchase at a give price and within a specific time period. Demand, on the other hand, is a broader concept that encompasses the entire relationship between price and quantity demanded
Ezea
ok
Shukri
how do you save a country economic situation when it's falling apart
Lilia Reply
what is the difference between economic growth and development
Fiker Reply
Economic growth as an increase in the production and consumption of goods and services within an economy.but Economic development as a broader concept that encompasses not only economic growth but also social & human well being.
Shukri
production function means
Jabir
What do you think is more important to focus on when considering inequality ?
Abdisa Reply
any question about economics?
Awais Reply
sir...I just want to ask one question... Define the term contract curve? if you are free please help me to find this answer 🙏
Asui
it is a curve that we get after connecting the pareto optimal combinations of two consumers after their mutually beneficial trade offs
Awais
thank you so much 👍 sir
Asui
In economics, the contract curve refers to the set of points in an Edgeworth box diagram where both parties involved in a trade cannot be made better off without making one of them worse off. It represents the Pareto efficient allocations of goods between two individuals or entities, where neither p
Cornelius
In economics, the contract curve refers to the set of points in an Edgeworth box diagram where both parties involved in a trade cannot be made better off without making one of them worse off. It represents the Pareto efficient allocations of goods between two individuals or entities,
Cornelius
Suppose a consumer consuming two commodities X and Y has The following utility function u=X0.4 Y0.6. If the price of the X and Y are 2 and 3 respectively and income Constraint is birr 50. A,Calculate quantities of x and y which maximize utility. B,Calculate value of Lagrange multiplier. C,Calculate quantities of X and Y consumed with a given price. D,alculate optimum level of output .
Feyisa Reply
Answer
Feyisa
c
Jabir
the market for lemon has 10 potential consumers, each having an individual demand curve p=101-10Qi, where p is price in dollar's per cup and Qi is the number of cups demanded per week by the i th consumer.Find the market demand curve using algebra. Draw an individual demand curve and the market dema
Gsbwnw Reply
suppose the production function is given by ( L, K)=L¼K¾.assuming capital is fixed find APL and MPL. consider the following short run production function:Q=6L²-0.4L³ a) find the value of L that maximizes output b)find the value of L that maximizes marginal product
Abdureman
types of unemployment
Yomi Reply
What is the difference between perfect competition and monopolistic competition?
Mohammed
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply
Practice Key Terms 2

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Collaborative statistics. OpenStax CNX. Jul 03, 2012 Download for free at http://cnx.org/content/col10522/1.40
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Collaborative statistics' conversation and receive update notifications?

Ask