document.write( "Question 326000: How do I use the mean and the standard deviation to calculate the odds?\r
\n" ); document.write( "\n" ); document.write( "For example, suppose I have a set of data representing how often a person might guess a playing card correctly, using a standard deck of 52 cards.\r
\n" ); document.write( "\n" ); document.write( "I want to use the mean and the standard deviation of this sample to aproximate the odds of that same person guessing N cards correctly, out of 52 cards, where N is any integer.\r
\n" ); document.write( "\n" ); document.write( "Random chance averages 1 card correct out of a deck of 52...\r
\n" ); document.write( "\n" ); document.write( "Assuming that the sample size is sufficiently large, I want to calculate the odds of getting 2, 3, 4, etc correct.\r
\n" ); document.write( "\n" ); document.write( "If I also keep statiscics on how often the person gets just the suit correct, or juxt the rank correct, how do I also calculate those odds?\r
\n" ); document.write( "\n" ); document.write( "Random chance averages 3 ranks 'hits', 12 suit 'hits' and one exact 'hit' (both rank and suit correct) in a deck of 52 cards.\r
\n" ); document.write( "\n" ); document.write( "I want to calculate the odds of that same person getting X rank 'hits' or Y suit 'hits'\r
\n" ); document.write( "\n" ); document.write( "Also, If I include the jokers, how does this affect the rank and suit calculations (if both jokers are considered the same \"suit\" and the same \"rank\" are the odds 1 in 5 of a suit 'hit' and 1 in 14 of a rank 'hit) {some decks contain different jokers, a red one and a black one - so if these jokers are considered to be of different \"suits\" but of the same \"rank\" are the odds 1 in 6 of a suit 'hit' and 1 in 14 of a rank 'hit} \r
\n" ); document.write( "\n" ); document.write( "Using my statistical sample, how do I calculate these numbers?\r
\n" ); document.write( "\n" ); document.write( "(Assume my sample size is in the millions of decks - sufficiantly large to provide meaningfull results)
\n" ); document.write( "

Algebra.Com's Answer #233349 by Edwin McCravy(20065)\"\" \"About 
You can put this solution on YOUR website!
The probability of guessing a card correctly is \"p=1%2F52\".
\n" ); document.write( "The probability of guessing just the suit correctly is \"p=1%2F4\".
\n" ); document.write( "The probability of guessing just the rank correctly is \"p=1%2F13\".\r
\n" ); document.write( "\n" ); document.write( "I'm not sure about what you consider concerning the jokers.\r
\n" ); document.write( "\n" ); document.write( "The probability of guessing any x of those out of n times is a binomial probability.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );