document.write( "Question 232448: a school bus contains 8 first graders and 10 second graders. if two children are are what is the probability that at least one is a second grader.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #171776 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a school bus contains 8 first graders and 10 second graders. if two children are are what is the probability that at least one is a second grader. \n" ); document.write( "--------------- \n" ); document.write( "P(selecting a second grader) = 10/18 = 5/9 \n" ); document.write( "--------------------------------------------- \n" ); document.write( "Your Problem: \n" ); document.write( "P(at least one) + P(none) = 1 \n" ); document.write( "---------------------------------------------------------- \n" ); document.write( "P(at least one second grader among 2 selected) \n" ); document.write( "= 1 - P(no second grader amoung two selected) \n" ); document.write( "= 1 - 2C0(5/9)^0(4/9)^2 = 1- (4/9)^2 = 1-16/81 = 65/81 \n" ); document.write( "========================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |