document.write( "Question 1127101: Given a binomial experiment where the probability of success on a single trial is 25% and the experiment is repeated 4 times, and where the number of successes is counted, perform the following calculations:\r
\n" );
document.write( "\n" );
document.write( "-Make a complete probability distribution table of this experiment. List every possible value of X and the corresponding probability.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #743453 by Boreal(15235) You can put this solution on YOUR website! Pascal's triangle for 4 runs \n" ); document.write( "1 has 0 successes 4 failures. That would be 0.3164 or 0.75^4 \n" ); document.write( "4 has 1 success 3 failures That would be 0.25*0.75^3*4 or 0.4219 \n" ); document.write( "6 has 2 successes 2 failures That would be 0.25^2*0.75^2*6 or 0.2109 \n" ); document.write( "4 has 3 successes 1 failure That would be 0.25^3*0.75*4 or 0.0469 \n" ); document.write( "1 has 4 successes 0 failures. That would be 0.25^4 or 0.0039 \n" ); document.write( " \n" ); document.write( " |