document.write( "Question 767673: A jar contains 10 cookies: 5 chocolate chip, 2 oatmeal, and 3 peanut butter
\n" );
document.write( "Two cookies are taken out and eaten.
\n" );
document.write( "-What is the probability that they are both chocolate chip?
\n" );
document.write( "-What is the probability that one is peanut butter and the other is oatmeal?
\n" );
document.write( "-What is the probability that the first is peanut butter and the second is chocolate chip?
\n" );
document.write( "-What is the probability that the second is chocolate chip
\n" );
document.write( "given that the first is oatmeal?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #467784 by fcabanski(1391)![]() ![]() ![]() You can put this solution on YOUR website! Probability of two events is P(A) * P(B). These are dependent events, because the situation changes after you pull the first cookie. P is desired/total#
|