document.write( "Question 1014901: A card is chosen from a deck of cards and returned. In a total of 54 trials, 38 red cards were chosen.\r
\n" );
document.write( "\n" );
document.write( "a) Write the experimental probability of choosing a red card, expressed as a decimal
\n" );
document.write( "b) Write the Theoretical probability of choosing a red card, expressed as a decimal.
\n" );
document.write( "c) Explain how you might get the results from part a) closer to the results for part b) \n" );
document.write( "
Algebra.Com's Answer #631225 by robertb(5830)![]() ![]() You can put this solution on YOUR website! a) The experimental probability should be 38/54, or 0.7037\r \n" ); document.write( "\n" ); document.write( "b) The theoretical probability is 1/2, or 0.50. (Exactly half of all the cards are red.)\r \n" ); document.write( "\n" ); document.write( "c) Just increase the number of trials in the experiment. Each drawing (with replacement) is a Bernoulli trial with favorable probability of 0.50, and so the Central Limit Theorem assures us that if we draw often enough, the average should be close to 0.50. \n" ); document.write( " |