document.write( "Question 826851: Of 10 girls in a class, 3 have brown eyes. 2 girls are chosen at random. Find the probability that
\n" );
document.write( "i) both have brown eyes
\n" );
document.write( "ii) neither have brown eyes
\n" );
document.write( "iii) atleast one has brown eyes \n" );
document.write( "
Algebra.Com's Answer #498345 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Of 10 girls in a class, 3 have brown eyes. 2 girls are chosen at random. Find the probability that \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n = 2 and p(brown) = 3/10 \n" ); document.write( "---------------------- \n" ); document.write( "i) P(both have brown eyes) = (3/10)^2 = 9/100 = 0.09 \n" ); document.write( "------------------------------------ \n" ); document.write( "ii) P(neither have brown eyes) = (7/10)^2 = 0.49 \n" ); document.write( "------------------------------------ \n" ); document.write( "iii) P(atleast one has brown eyes) = 1-P(none of two) = 1-0.49 = 0.51 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " \n" ); document.write( " |