document.write( "Question 1186837: Problem VI - [14 points] A “fair,” “relatively thick” coin, when flipped, can
\n" );
document.write( "show heads (H) or tails (T) with equal probabilities, but it is also probable to
\n" );
document.write( "come to rest on its edge (E) with a probability of 4.5% (0.045). Showing your
\n" );
document.write( "work, answer the following questions:\r
\n" );
document.write( "\n" );
document.write( "1. Set up a probability distribution table for the three possible events.\r
\n" );
document.write( "\n" );
document.write( "2. If the coin were flipped twice, what would be the probability that it
\n" );
document.write( "would show tails the first time and would come to rest on its edge the second
\n" );
document.write( "time? Provide a brief explanation to support your computation(s). Show the
\n" );
document.write( "probability value in 4 decimal places.\r
\n" );
document.write( "\n" );
document.write( "3. If the coin were flipped 14 times, what would be the probability that the
\n" );
document.write( "coin would come to rest on its edge (“getting edge”) at most twice? Showing
\n" );
document.write( "your work, report the probability value in 4 decimal places. Treat the problem
\n" );
document.write( "as a binomial experiment.\r
\n" );
document.write( "\n" );
document.write( "4. Determine the probability of getting heads between 4 to 6 times (both
\n" );
document.write( "inclusive), i.e., 4 times, 5 times, or 6 times, when the coin is flipped 14
\n" );
document.write( "times. Showing your work, report the probability value in 4 decimal places.
\n" );
document.write( "Treat the problem as a binomial experiment.\r
\n" );
document.write( "\n" );
document.write( "5. What is the probability of getting “heads or tails” at least once when
\n" );
document.write( "the coin is flipped 14 times? Showing your work, report the probability value in
\n" );
document.write( "4 decimal places. Treat the problem as a binomial experiment.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #817857 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! Problem VI - [14 points] A “fair,” “relatively thick” coin, when flipped, can \n" ); document.write( "show heads (H) or tails (T) with equal probabilities, but it is also probable to \n" ); document.write( "come to rest on its edge (E) with a probability of 4.5% (0.045). Showing your \n" ); document.write( "work, answer the following questions: \n" ); document.write( "1. Set up a probability distribution table for the three possible events. \n" ); document.write( " \r\n" ); document.write( "P(H)+P(T)+P(E) = 1\r\n" ); document.write( "\r\n" ); document.write( "Let P(H)=P(T)=x and we are given P(E)=0.045, so\r\n" ); document.write( "\r\n" ); document.write( "x + x + 0.045 = 1\r\n" ); document.write( " 2x + 0.045 = 1\r\n" ); document.write( " 2x = 1-0.045\r\n" ); document.write( " 2x = 0.955\r\n" ); document.write( " x = 0.4775 \r\n" ); document.write( "\r\n" ); document.write( "P(H) = P(T) = 0.4775 \r\n" ); document.write( "\r\n" ); document.write( "X P(X)\r\n" ); document.write( "----------\r\n" ); document.write( "H 0.4775 \r\n" ); document.write( "T 0.4775\r\n" ); document.write( "E 0.045\r\n" ); document.write( "----------\r\n" ); document.write( " 1.0000\r\n" ); document.write( " \n" ); document.write( "2. If the coin were flipped twice, what would be the probability that it would \n" ); document.write( "show tails the first time and would come to rest on its edge the second time? \n" ); document.write( "Provide a brief explanation to support your computation(s). Show the probability \n" ); document.write( "value in 4 decimal places. \n" ); document.write( " \r\n" ); document.write( "Since the results of the flips are independent events, we can multiply their \r\n" ); document.write( "probabilities to find the probability that both occur.\r\n" ); document.write( "\r\n" ); document.write( "P(H&E) = P(H)P(E) = (0.4775)(0.045) = 0.0214875, round to 0.0215\r\n" ); document.write( " \n" ); document.write( "3. If the coin were flipped 14 times, what would be the probability that the \n" ); document.write( "coin would come to rest on its edge (“getting edge”) at most twice? Showing your \n" ); document.write( "work, report the probability value in 4 decimal places. Treat the problem as a \n" ); document.write( "binomial experiment. \n" ); document.write( " \r\n" ); document.write( "On your TI-84, press ON, CLEAR 2ND VARS, use down arrow key to scroll down to\r\n" ); document.write( "B:binomcdf (the \"c\" is for \"cumulative\", there is also an A:binompdf (the \"p\"\r\n" ); document.write( "is for particular\"). You are accumulating for 0,1, or 2 E's.\r\n" ); document.write( "\r\n" ); document.write( "Press ENTER\r\n" ); document.write( "\r\n" ); document.write( "Make the next screen (if your calculator is a newer model) read:\r\n" ); document.write( "\r\n" ); document.write( " binomcdf\r\n" ); document.write( "trials:14\r\n" ); document.write( "p:0.045\r\n" ); document.write( "x value:2\r\n" ); document.write( "Paste\r\n" ); document.write( "\r\n" ); document.write( "Use down arrow to scroll down to Paste\r\n" ); document.write( "Press ENTER\r\n" ); document.write( "read this (or if you calculator is old, you will have to type this in yourself:\r\n" ); document.write( "\r\n" ); document.write( "binomcdf(14,0.045,2) \r\n" ); document.write( "\r\n" ); document.write( "read the answer 0.9771592698\r\n" ); document.write( " \n" ); document.write( "4. Determine the probability of getting heads between 4 to 6 times (both \n" ); document.write( "inclusive), i.e., 4 times, 5 times, or 6 times, when the coin is flipped 14 \n" ); document.write( "times. Showing your work, report the probability value in 4 decimal places. \n" ); document.write( "Treat the problem as a binomial experiment. \n" ); document.write( " \r\n" ); document.write( "I'll leave this to you. But you have to use A:binompdf (not B:binomcdf), because\r\n" ); document.write( "you are not accumulating from 0 up to x, but want particular values of x, once\r\n" ); document.write( "with x=4, once with x=5 and once with x=6. Then add the three values you get.\r\n" ); document.write( " \n" ); document.write( "5. What is the probability of getting “heads or tails” at least once when the \n" ); document.write( "coin is flipped 14 times? Showing your work, report the probability value in 4 \n" ); document.write( "decimal places. Treat the problem as a binomial experiment \n" ); document.write( " \r\n" ); document.write( "This is the same as getting 'Edge' at most 1 time. It's done the same way as\r\n" ); document.write( "problem 3 except x=1 instead of x=2.\r\n" ); document.write( "\r\n" ); document.write( "I'll also leave this one up to you. Good luck.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |