document.write( "Question 452247: Dorthy's dog had a litter of 6 puppies. What is the probability that the dog had 4 female puppies? ( row 6 of Pascal's Triangle is 1, 6, 15, 20, 15, 6, 1 ) \n" ); document.write( "
Algebra.Com's Answer #310888 by edjones(8007)![]() ![]() You can put this solution on YOUR website! f=probability of female and m=probability of male. \n" ); document.write( "f=.5, m=.5 \n" ); document.write( "(f+m)^6 \n" ); document.write( "15(f^4m^2) The 3rd term of the expanded binomial and the coefficient is the 3rd term of the 6th row of Pascal's triangle. \n" ); document.write( "=.2344 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |