document.write( "Question 367574: A bag contains 4 red and 3 blue balls. John and Paul selects a ball at random and replaces it. The experiment is repeated 7 times. Find the probability that:\r
\n" );
document.write( "\n" );
document.write( "a) all 7 selections are red\r
\n" );
document.write( "\n" );
document.write( "b) at least 5 are red\r
\n" );
document.write( "\n" );
document.write( "c) no more than 2 are red \n" );
document.write( "
Algebra.Com's Answer #261993 by edjones(8007) You can put this solution on YOUR website! This is a binomial distribution because there is replacement. \n" ); document.write( "x=4/7, y=3/7 \n" ); document.write( ". \n" ); document.write( "a) (4/7)^7=.020 \n" ); document.write( ". \n" ); document.write( "b) x^7+7x^6y+21x^5y^2=.359 \n" ); document.write( ". \n" ); document.write( "c) 21x^2y^5+7xy^6+y^7=.127 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |