Question

A box contains two tickets, one marked “+2” and the other one “+4”. One hundred random...

A box contains two tickets, one marked “+2” and the other one “+4”. One hundred random draws are made with replacement, and the sum of the draws is computed.

(a) What is the EV of the sum?

(b) What is the SE of the sum?

(c) The sum of the draws will be around _______, give or take _______ or so.

Homework Answers

Answer #1

Let X be the ticket drawn from a random draw.

Then

X = +2 with P(X=2) = 0.5

X = +4 with P(X=4) = 0.5

Now

E(X) =

= 2 * 0.5 + 4 * 0.5

= 3

E(X2) =  

= 22 * 0.5 + 42 * 0.5

= 10

Var(X) = E(X2) - (E(X))2 = 10 - 32 = 1

a) For 100 draws with replacement, let the sum be denoted by Y

Then Y =100X

and E(Y)

= E(100X)

= 100 * E(X)

= 100 * 3

= 300

This is the EV of the sum

b)

Var(Y)

= Var(100X)

= (100)2 * Var(X)

= (100)2 * 1

=(100)2

Therefore SE(Y) = (Var(Y))0.5 = 100

This is the SE of the sum

c)

The sum of the draws will be around 300, give or take 100 or so.

Please Upvote! Thanks!

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
A box contains tickets labeled with the numbers {4, -2, 0, 3, -5}. In 100 random...
A box contains tickets labeled with the numbers {4, -2, 0, 3, -5}. In 100 random draws with replacement from the box, the SE of the sum of just the negative numbers on the tickets drawn is closest to: answer: 10 x 1.959 can someone please show how to get this answer + explain step by step
3. Four hundred tickets are drawn at random with replacement from the box [0,0,0,1,2,3] a) What...
3. Four hundred tickets are drawn at random with replacement from the box [0,0,0,1,2,3] a) What is the expected value of the sum of the draws? b) What is the standard error for the sum of the draws? c) What is the probability that the average of the draws is more than 1.075?
One hundred draws will be made at random with replacement from the box [1  6  7  9  9  10] a) Find...
One hundred draws will be made at random with replacement from the box [1  6  7  9  9  10] a) Find the expected value and the standard error for the percentage of tickets marked by “9” in 100 draws. Make a box model. b) What is the chance that the percentage of tickets marked by  “9” is less than 40% ? Show work using the normal curve.   
Four hundred draws are made at random with replacement from a box of numbered tickets; 195...
Four hundred draws are made at random with replacement from a box of numbered tickets; 195 are positive. Someone tells you that 50% of the tickets in the box show positive numbers. Do you believe it? Answer yes or no, and explain.
One hundred draws will be made at random with replacement from the box with the following...
One hundred draws will be made at random with replacement from the box with the following numbers: 1 6 7 9 9 10 What is the expected value of a sum of 100 draws from this box? Using the same box of numbers described above, what is the standard error of a sum of 100 draws from this box? Using the same box of numbers described above, what is the chance of getting a sum between 650 and 750?
A box contains 20 black balls and 80 white ones. One hundred balls are drawn at...
A box contains 20 black balls and 80 white ones. One hundred balls are drawn at random with replacement. Find the expected number of black ball among the draws.
900 draws will be made at random with replacement from the box [2 4 6 8]....
900 draws will be made at random with replacement from the box [2 4 6 8]. Estimate the chance that the sum of the draws will be more than 4,600. (Round two decimals)
1. Consider the box: [0,2,3,4,6] a.) If 2 tickets are drawn at random without replacment from...
1. Consider the box: [0,2,3,4,6] a.) If 2 tickets are drawn at random without replacment from this box, what is the probability that the sum of the draws is equal to 6? b.) If 400 tickets are drawn at random with replacment from this box, what is the approximate probability that the average of the draws is between 3.1 and 3.2?
A box contains 5 chips marked 1,2,3,4, and 5. One chip is drawn at random, the...
A box contains 5 chips marked 1,2,3,4, and 5. One chip is drawn at random, the number on it is noted, and the chip is replaced. The process is repeated with another chip. Let X1,X2, and X3 the outcomes of the three draws which can be viewed as a random sample of size 3 from a uniform distribution on integers. a [10 points] What is population from which these random samples are drawn? Find the mean (µ) and variance of...
Take a simple random sample from a box of 100000 tickets, the box contains 50% 0's...
Take a simple random sample from a box of 100000 tickets, the box contains 50% 0's and 50% 1's. If you draw 2500 and 25000 tickets respectively without replacement, using R studio, do 10000 replications for each part, and find the SD of all the sample percent. Moreover, make a histogram of the 10000 sample percent for each part (2 histograms).