document.write( "Question 1205258: A bag contains 8 red marbles, 9 white marbles, and 6 blue marbles. You draw 5 marbles out at random, without replacement. For the following questions, round the answer to 3 decimals as required. What is the probability that all the marbles are red?\r
\n" );
document.write( "\n" );
document.write( "The probability that all the marbles are red is
\n" );
document.write( "0.002
\n" );
document.write( ".\r
\n" );
document.write( "\n" );
document.write( "What is the probability that exactly two of the marbles are red?
\n" );
document.write( "The probability that exactly two of the marbles are red is
\n" );
document.write( "0.379
\n" );
document.write( ".\r
\n" );
document.write( "\n" );
document.write( "What is the probability that none of the marbles are red?
\n" );
document.write( "The probability of picking no red marbles is
\n" );
document.write( "0.089
\n" );
document.write( ".\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "are my answers correct? they're rounded to 3DP. \n" );
document.write( "
Algebra.Com's Answer #841930 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Part 1 \n" ); document.write( "8 red + 9 white + 6 blue = 23 marbles total \n" ); document.write( "A = P(1st is red) = 8/23 \n" ); document.write( "B = P(2nd is red given 1st is red) = 7/22 \n" ); document.write( "C = P(3rd is red given 1st 2 are red) = 6/21 \n" ); document.write( "D = P(4th is red given 1st 3 are red) = 5/20 \n" ); document.write( "E = P(5th is red given 1st 4 are red) = 4/19 \n" ); document.write( "Note the countdown of numerators and denominators. \n" ); document.write( "I wouldn't reduce any of the fractions (or else you'll lose this countdown). \n" ); document.write( "P(all 5 red) = A*B*C*D*E \n" ); document.write( "P(all 5 red) = (8/23)*(7/22)*(6/21)*(5/20)*(4/19) \n" ); document.write( "P(all 5 red) = 0.00166 approximately \n" ); document.write( "P(all 5 red) = 0.002 when rounding to 3 decimal places \n" ); document.write( "You are correct.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Part 2 \n" ); document.write( "8 red, 23 total, 23-8 = 15 marbles that aren't red \n" ); document.write( "A = P(1st is red) = 8/23 \n" ); document.write( "B = P(2nd is red given 1st is red) = 7/22 \n" ); document.write( "C = P(3rd is not red given events A and B) = 15/21 \n" ); document.write( "D = P(4th is not red given previous events) = 14/20 \n" ); document.write( "E = P(5th is not red given previous events) = 13/19 \n" ); document.write( "P(1st two marbles are red) = A*B*C*D*E \n" ); document.write( "P(1st two marbles are red) = (8/23)*(7/22)*(15/21)*(14/20)*(13/19) \n" ); document.write( "P(1st two marbles are red) = 0.03786 approximately \n" ); document.write( "That's just for the first two marbles being red. \n" ); document.write( "But we have 5C2 = 10 combinations of arranging these red marbles. \n" ); document.write( "Refer to the nCr combination formula. \n" ); document.write( "We multiply that previous result by 10 to get 10*0.03786 = 0.3786 and that rounds to 0.379 \n" ); document.write( "You are correct. \n" ); document.write( "This has a binomial-like feel to it, but it's not entirely the binomial probability formula (note how the trials are not independent).\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Part 3 \n" ); document.write( "8 red, 23 total, 23-8 = 15 not red \n" ); document.write( "A = P(1st is not red) = 15/23 \n" ); document.write( "B = P(2nd is not red given event A happened) = 14/22 \n" ); document.write( "C = P(3rd is not red given events A,B happened) = 13/21 \n" ); document.write( "D = P(4th is not red given events A,B,C happened) = 12/20 \n" ); document.write( "E = P(5th is not red given events A,B,C,D happened) = 11/19 \n" ); document.write( "P(no red) = A*B*C*D*E \n" ); document.write( "P(no red) = (15/23)*(14/22)*(13/21)*(12/20)*(11/19) \n" ); document.write( "P(no red) = 0.08924 approximately \n" ); document.write( "P(no red) = 0.089 \n" ); document.write( "You are correct.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Nice work on getting all three parts correct. \n" ); document.write( " \n" ); document.write( " |