document.write( "Question 1087210: there are 3 red and 4white balls in box four balls are selected with replacement from the box. find probability by bernoill trial of event 1 2red ball and 2 white 2 all 4 balls white. \n" ); document.write( "
Algebra.Com's Answer #701508 by mathmate(429)![]() ![]() You can put this solution on YOUR website! Question: \n" ); document.write( "there are 3 red and 4white balls in box four balls are selected with replacement from the box. find probability by bernoill trial of event 1 2red ball and 2 white 2 all 4 balls white. \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "The situation satisfies conditions for a binomial distribution, verified as follows: \n" ); document.write( "1. Bernoulli trials, i.e. exactly two possible outcomes (red=success, white = failure) \n" ); document.write( "2. Number of trials is known before and constant throughout the experiment (4), i.e. independent of outcomes. \n" ); document.write( "3. All trials are independent of each other (satisfied from context) \n" ); document.write( "4. Probability of success is known, and remain constant throughout trials (P(red)=3/7 balls are replaced) \n" ); document.write( " \n" ); document.write( "Since all criteria are satisfied, we can model with binomial distribution, where the probability of x successes out of N trials each with probability of success p is given by \n" ); document.write( "P(x)=C(N,x)(p^x)(1-p)^(N-x) \n" ); document.write( "and, \n" ); document.write( "C(N,x) is number of combinations of selecting x objects out of N. \n" ); document.write( " \n" ); document.write( "p=P(red)=3/7 \n" ); document.write( "n=4 \n" ); document.write( " \n" ); document.write( "(a) P(2 red and 2 white) => x=2 \n" ); document.write( "=C(4,2)(3/7)^2(4/7)^2 \n" ); document.write( "=864/2401 [note: fractions give exact probability values] \n" ); document.write( "=0.35985 approximately \n" ); document.write( " \n" ); document.write( "(b) P(4 whites) => x=0 \n" ); document.write( "=C(4,0)(3/7)^0(4/7)^4 \n" ); document.write( "=256/2401 \n" ); document.write( "=0.10662 approximately \n" ); document.write( " |