|
Author |
Message |
|
TAGS:
|
|
|
Senior Manager
Joined: 21 Mar 2004
Posts: 447
Location: Cary,NC
Followers: 2
Kudos [?]:
2
[0], given: 0
|
Three fair coins are labeled with a zero (0) on one side and [#permalink]
02 Jul 2004, 23:28
Three fair coins are labeled with a zero (0) on one side and a one (1) on the other side. Jimmy flips all three coins at once and computes the sum of the numbers displayed. He does this over 1000 times, writing down the sums in a long list. What is the expected standard deviation of the sums on this list?
_________________
ash
________________________
I'm crossing the bridge.........
Last edited by ashkg on 03 Jul 2004, 09:35, edited 1 time in total.
|
|
|
|
|
|
|
Senior Manager
Joined: 21 Mar 2004
Posts: 447
Location: Cary,NC
Followers: 2
Kudos [?]:
2
[0], given: 0
|
Was anyone able to solve this ? I would like to see some other solution than mine, which was a bit lengthy.
I got an answer of sqrt(3/4).
- ash
_________________
ash
________________________
I'm crossing the bridge.........
|
|
|
|
|
|
Senior Manager
Joined: 21 Mar 2004
Posts: 447
Location: Cary,NC
Followers: 2
Kudos [?]:
2
[0], given: 0
|
Guys give this a shot !!!!!!!!!!!
_________________
ash
________________________
I'm crossing the bridge.........
|
|
|
|
|
|
Intern
Joined: 04 Aug 2003
Posts: 30
Location: Texas
Followers: 0
Kudos [?]:
0
[0], given: 0
|
I think it should be the standard deviation of
0, 1, 1, 1, 2, 2, 2, 3
Ans : is sqrt(3)/2
|
|
|
|
|
|
Intern
Joined: 20 May 2004
Posts: 11
Location: Raleigh
Followers: 0
Kudos [?]:
0
[0], given: 0
|
Re: Good SD problem [#permalink]
04 Jul 2004, 11:35
ashkg wrote: Three fair coins are labeled with a zero (0) on one side and a one (1) on the other side. Jimmy flips all three coins at once and computes the sum of the numbers displayed. He does this over 1000 times, writing down the sums in a long list. What is the expected standard deviation of the sums on this list?
The simple answer to this question is, it is impossible to predict the S.D from the data given.The possible sum that a person will get after flipping the coins are, 3, 2, 1, 0. The person flips for 1000 times. 1000 times is relatively large number. If you plot the result, you should get almost a bell shaped curve. The S.D. has to be almost zero, however, we cannot say for sure without real data.
_________________
gmat2004
|
|
|
|
|
|
GMAT Club Legend
Joined: 15 Dec 2003
Posts: 4441
Followers: 10
Kudos [?]:
81
[0], given: 0
|
This has to do with knowing about probability distribution
The expected average is .5
If we plot this on a bell curve, where we can assume a normal distribution, we have .5, the mean, in the center and 0 and 1 at the extremities as it is very unlikely that you will get 100% either 0 or 1. For a normal distribution, there are about 68% of data which fall within 1 standard deviation of the mean. This means that the 1 st. dev. value is .68-.5 = .18
_________________
Best Regards,
Paul
|
|
|
|
|
|
Joined: 31 Dec 1969
Location: United States
Concentration: Marketing, Other
GMAT 1: 710 Q49 V38
WE: Accounting (Accounting)
Followers: 0
Kudos [?]:
32
[0], given: 54286
|
Paul wrote: This has to do with knowing about probability distribution The expected average is .5 If we plot this on a bell curve, where we can assume a normal distribution, we have .5, the mean, in the center and 0 and 1 at the extremities as it is very unlikely that you will get 100% either 0 or 1. For a normal distribution, there are about 68% of data which fall within 1 standard deviation of the mean. This means that the 1 st. dev. value is .68-.5 = .18
Paul,
I will agree with you, if only one coin was used in the experiment. Here, three coins with a value of 1 for one side and another side 0 is used. Therefore, I feel, the average expected is 1.5 (3 X 0.5). Another point is the question asks for a value for standard deviation. We cannot presume for first and second standard deviation. Therefore, we cannot determine the standard deviation for the experiment. If we presume that 1000 calculations is large then we have to get an S.D. zero.
|
|
|
|
|
|
Senior Manager
Joined: 21 Mar 2004
Posts: 447
Location: Cary,NC
Followers: 2
Kudos [?]:
2
[0], given: 0
|
heres my solution.
BTW the ans choices are 1/2, 3/4, 5/4 , (sqrt3)/2, (sqrt5)/2
Sorry that I didnt give it earlier.
There coins are thrown.
__ __ __
In a throw, total no of outcomes = 2^3 = 8
Probability of getting sum as 0 = 1/8
Probability of getting sum as 1 = 3/8
Probability of getting sum as 2 = 3/8
Probability of getting sum as 3 = 1/8
In 1000 throws,
Probability of getting sum as 0 = 1/8 * 1000 = 125
Probability of getting sum as 1 = 3/8 * 1000 = 375
Probability of getting sum as 2 = 3/8 * 1000 = 375
Probability of getting sum as 3 = 1/8 * 1000 = 125
total sum of 1000 numbers = 125*0 +375*1 +375*2 + 125*3 = 1500
mean =1500/1000 = 1.5
variance = (
[ (1.5-0)^2 ] * 125 +
[ (1.5-1)^2 ] * 375 +
[ (1.5-2)^2 ] * 375 +
[ (1.5-3)^2 ] * 125 ) / 1000
Dont do all intermediate calculations........lots of numbers(eg. 125) will cancel out.
SD = sqrt(variance) = sqrt(3/4) which is one of the answer options.
- ash.
_________________
ash
________________________
I'm crossing the bridge.........
|
|
|
|
|
|
Senior Manager
Joined: 21 Mar 2004
Posts: 447
Location: Cary,NC
Followers: 2
Kudos [?]:
2
[0], given: 0
|
sathya76 wrote: I think it should be the standard deviation of
0, 1, 1, 1, 2, 2, 2, 3
Ans : is sqrt(3)/2
this seems to be the trick......the SD of the 1000 throws will be the same as the SD of the set of numbers shown by sathya above.
I knew I was doing it the lengthy way( my soln is in prev post), but didnt know any shorter way
thanks sathya !
- ash
_________________
ash
________________________
I'm crossing the bridge.........
|
|
|
|
|
|
GMAT Club Legend
Joined: 15 Dec 2003
Posts: 4441
Followers: 10
Kudos [?]:
81
[0], given: 0
|
nice solution ashk. I did make some unwarranted assumption with the 68% of value under 1 st. dev., value of which we don't know.
_________________
Best Regards,
Paul
|
|
|
|
|
|
Director
Joined: 14 Jul 2004
Posts: 714
Followers: 1
Kudos [?]:
3
[0], given: 0
|
Satya76 & Ashkg:
Questions for you guys.
1) In your variance calcuation arent you guys forgetting to divide by the (N-1), the denominator of the variance formulae?
2) Also i calculated the SD for the # 0,1,1,1,2,2,2,3 and this doesnt work out to sqrt(3)/2.
3) Also i dont understand why you are saying the variance of the 1000 tries is
variance = (
[ (1.5-0)^2 ] * 125 +
[ (1.5-1)^2 ] * 375 +
[ (1.5-2)^2 ] * 375 +
[ (1.5-3)^2 ] * 125 ) / 1000
variance = sqr of SD.
SD = sqrt([sum(x-x*)2]/[N-1])
I dont agree with how you mutiple sum(x-x*) with the # of times this event can occur in 1000 tries.
|
|
|
|
|
|
Director
Joined: 14 Jul 2004
Posts: 714
Followers: 1
Kudos [?]:
3
[0], given: 0
|
Satya76 & Ashkg:
Questions for you guys.
1) In your variance calcuation arent you guys forgetting to divide by the (N-1), the denominator of the variance formulae?
2) Also i calculated the SD for the # 0,1,1,1,2,2,2,3 and this doesnt work out to sqrt(3)/2.
3) Also i dont understand why you are saying the variance of the 1000 tries is
variance = (
[ (1.5-0)^2 ] * 125 +
[ (1.5-1)^2 ] * 375 +
[ (1.5-2)^2 ] * 375 +
[ (1.5-3)^2 ] * 125 ) / 1000
variance = sqr of SD.
SD = sqrt([sum(x-x*)2]/[N-1])
I dont agree [or i might be missing something here] with how you mutiple sum(x-x*) with the # of times this event can occur in 1000 tries.
|
|
|
|
|
|
Director
Joined: 20 Jul 2004
Posts: 601
Followers: 1
Kudos [?]:
3
[0], given: 0
|
gmataquaguy wrote: 2) Also i calculated the SD for the # 0,1,1,1,2,2,2,3 and this doesnt work out to sqrt(3)/2.
Take a look at my workaround...
Attachments

SD.JPG [ 28.27 KiB | Viewed 316 times ]
|
|
|
|
|
|
Director
Joined: 14 Jul 2004
Posts: 714
Followers: 1
Kudos [?]:
3
[0], given: 0
|
gmataquaguy wrote: Satya76 & Ashkg:
Questions for you guys.
1) In your variance calcuation arent you guys forgetting to divide by the (N-1), the denominator of the variance formulae?
2) Also i calculated the SD for the # 0,1,1,1,2,2,2,3 and this doesnt work out to sqrt(3)/2.
3) Also i dont understand why you are saying the variance of the 1000 tries is
variance = ( [ (1.5-0)^2 ] * 125 + [ (1.5-1)^2 ] * 375 + [ (1.5-2)^2 ] * 375 + [ (1.5-3)^2 ] * 125 ) / 1000
variance = sqr of SD.
SD = sqrt([sum(x-x*)2]/[N-1])
I dont agree [or i might be missing something here] with how you mutiple sum(x-x*) with the # of times this event can occur in 1000 tries.
Did some more research......The standard deviation has 2 different formulas based on whether elements are a "sample size" of a population or you have the entire population.
If you have the entire population as we do in this case we divide by [N], the # of elements in the sample (which in this case is 8 or 1000 depending on Ash's method or satya's method). If this was a "sample size" then you would divide by [N-1].
|
|
|
|
|
|
Joined: 31 Dec 1969
Location: United States
Concentration: Marketing, Other
GMAT 1: 710 Q49 V38
WE: Accounting (Accounting)
Followers: 0
Kudos [?]:
32
[0], given: 54286
|
hardworker_indian wrote: gmataquaguy wrote: 2) Also i calculated the SD for the # 0,1,1,1,2,2,2,3 and this doesnt work out to sqrt(3)/2. Take a look at my workaround...
hardworker_indian,
where is your workaround? I didn't see it in this thread..Please let me know
|
|
|
|
|
|
Director
Joined: 20 Jul 2004
Posts: 601
Followers: 1
Kudos [?]:
3
[0], given: 0
|
Anonymous wrote: hardworker_indian wrote: gmataquaguy wrote: 2) Also i calculated the SD for the # 0,1,1,1,2,2,2,3 and this doesnt work out to sqrt(3)/2. Take a look at my workaround... hardworker_indian, where is your workaround? I didn't see it in this thread..Please let me know
I attached it as a .jpg and it should be simply visible on the thread.
Not sure, but you may have to be a registered user to view files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|