Math Is Fun Forum

  Discussion about math, puzzles, games and fun.   Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °

You are not logged in.

#1 2009-11-17 14:22:24

mofaye
Member
Registered: 2009-11-17
Posts: 3

expected value for three out of six cards dealt!

If each card has same points as their number (Ace is 1 point, 2  is 2 points, 3 is 3 points), the Jack, Queen, King each is 10 points...what's the expected value for the three highest cards out of six dealt cards? What's the expected value for the three highest cards out of eight dealt cards?  (they're theoretical expected values) 

please help~~~~ thanks!

Offline

#2 2009-11-18 05:23:05

soroban
Member
Registered: 2007-03-09
Posts: 452

Re: expected value for three out of six cards dealt!

If each card has same points as their number (Ace = 1, Deuce = 2, , Trey = 3, . . . Jack, Queen, King = 10),
what's the expected value for the three highest cards out of six dealt cards?


[Who assigned it anyway? . . . Professor deSade?]


























.

Offline

#3 2009-11-18 12:11:44

gckc123
Member
Registered: 2009-10-19
Posts: 15

Re: expected value for three out of six cards dealt!

I have a feeling that we may be able to solve this without enumerating all the combination

Let y_max be the point of the largest of the six card
Let y be the point of a card drawn randomly from the deck

we can work out the probability mass function of y_max

say for example,

P(y_max = 10) = 6!/5! P(y = 10) (P(y <= 10 | a card with 10 points is drawn))^5
= 6*P(y = 10)

we can then work out the probability mass function of y_(5), which is the poit of the second largest card.

Haven't think about it carefully. But i think we might tackle this problem using the idea similar to order statistics.


Maths is fun!

Offline

#4 2009-11-18 15:06:12

mofaye
Member
Registered: 2009-11-17
Posts: 3

Re: expected value for three out of six cards dealt!

Thank you guys!

but i have to say this is HIGH SCHOOL question, and it's one of questions on my g12 data management project.

Offline

#5 2009-11-18 18:23:15

froggy21
Member
Registered: 2009-11-16
Posts: 8

Re: expected value for three out of six cards dealt!

hallo~

I'm mofaye's partner on this inane project : P What we were planning to do was just show this method with a few examples on how to get the probabilities of a few sums as a start of point. I'm having trouble though with the equation for each probability

for example, to get a sum of 30...would it be

(16C3)*(48C3)/(52C6)

or is it

(16C3)*(48C3)/52x51x50x49x48x47?

I thought at first that it was the latter one but my brother said that the hyper geometric formula took the dependency into account already. Also, if for example, we're looking for the probability for a sum of 15. If one possible way to get that is 10, 3, 2, do we need to multiply the resulting probability by 3! to account for the permutations? : ( Sorry for asking so many questions and thank you so much for all the help so far.

Offline

#6 2009-11-18 19:23:11

bobbym
bumpkin
From: Bumpkinland
Registered: 2009-04-12
Posts: 109,606

Re: expected value for three out of six cards dealt!

Hi mofaye;

mofaye wrote:

but i have to say this is HIGH SCHOOL question, and it's one of questions on my g12 data management project.

This is a HIGH SCHOOL question? Oh, I get it, you already have the answer.  So why are you posting in Help Me? I will withdraw my previous posts and answers and work on something else.

Last edited by bobbym (2009-11-18 20:19:40)


In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.

Offline

#7 2009-11-19 02:25:17

froggy21
Member
Registered: 2009-11-16
Posts: 8

Re: expected value for three out of six cards dealt!

Aah, sorry about mofaye... she's a bit...meh. We don't actually have an answer for it, since this is part of our DM project (and before anyone says it's cheating by asking here, I already asked my teacher and she said we're allowed to ask other people for help). I think what mofaye meant was we can't present to her the answer that's achieved from a simulation (because it's not part of our curriculum) and we need to show the break down of how to get each probability....

Thank you still for all your help and sorry if we offended you : (

Offline

#8 2009-11-19 09:45:11

mofaye
Member
Registered: 2009-11-17
Posts: 3

Re: expected value for three out of six cards dealt!

I'm REALLY SORRY!!!  It's probably a misunderstanding in my sentence,  what I actually mean is the question is super hard and we are not allowed to ask teacher, so it's pretty frustrated.

Again, I really want to apologize to you if my words offended you.

Offline

#9 2009-11-19 13:58:25

bobbym
bumpkin
From: Bumpkinland
Registered: 2009-04-12
Posts: 109,606

Re: expected value for three out of six cards dealt!

Hi mofaye and froggy21;

I wasn't offended I just thought that you at least could get the answer from your teacher. I withdrew my stuff because if you have an analytic answer what does anybody need with the computer solution?

Here is the important part of the post:

Hi mofaye;

By enumerating all


with a computer, this is the exact answer.


as the expected value of the sum of the 3 highest cards dealt out of 6.

As a check to the above work, I did an ordinary simulation of dealing out 6 cards 25 000 000 times:

The simulation came up with an average value of 26.73757884 for the sum of the 3 highest cards dealt out of 6. This is very close to the exact answer.


In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.

Offline

#10 2009-11-19 14:03:08

bobbym
bumpkin
From: Bumpkinland
Registered: 2009-04-12
Posts: 109,606

Re: expected value for three out of six cards dealt!

Hi froggy21;

froggy21 wrote:

for example, to get a sum of 30...would it be

Soroban in post#2 already started that sort of analysis, take a look at what he has done .

froggy21 wrote:

I thought at first that it was the latter one but my brother said that the hyper geometric formula took the dependency into account already.

I think he is correct. For these you would use the multivariable hypergeometric distribution.

Last edited by bobbym (2009-11-19 14:29:36)


In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.

Offline

#11 2009-11-19 19:26:33

froggy21
Member
Registered: 2009-11-16
Posts: 8

Re: expected value for three out of six cards dealt!

Aah, thank you very much for all your help!

We ended up using a (sort of semi-guessing, ahaha) formula for our project wherein we find the E(x) for the highest card in 6 dealt and multiplying that by 3. The value's a bit off but it does give a ballpark answer and our teacher said as long as she can follow the logic of what we were trying to attempt, then it's ok. Mofaye thought of the method while looking at the methods you gave us so thank you, because you all helped a lot : D

Offline

#12 2009-11-20 01:16:49

bobbym
bumpkin
From: Bumpkinland
Registered: 2009-04-12
Posts: 109,606

Re: expected value for three out of six cards dealt!

Hi froggy21;

Glad to help.


In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.

Offline

#13 2014-02-01 01:43:17

bobbym
bumpkin
From: Bumpkinland
Registered: 2009-04-12
Posts: 109,606

Re: expected value for three out of six cards dealt!

mofaye wrote:

If each card has same points as their number (Ace is 1 point, 2  is 2 points, 3 is 3 points), the Jack, Queen, King each is 10 points...what's the expected value for the three highest cards out of six dealt cards? What's the expected value for the three highest cards out of eight dealt cards?

Finally the long awaited answer to this. I just realized that gAr when solving one of mine over in another thread has solved this one too!

This agrees well with simulations.


In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.

Offline

Board footer

Powered by FluxBB