document.write( "Question 1169686: In a class, there are 15 girls and 13 boys. Three students are chosen at random to form a School Council. What is the probability that there will be at least 1 boy on the School Council? \n" ); document.write( "
Algebra.Com's Answer #794486 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
find the probability of 0 boys and all girls. That is what you don't want. What you want is 1-that value, since this is a dichotomy.
\n" ); document.write( "There are 28 students and 28C3 ways to choose 3.
\n" ); document.write( "all girls would be 15C3/28C3
\n" ); document.write( "=455/3276
\n" ); document.write( "=0.1389
\n" ); document.write( "at least one boy chosen will have probability 1-0.1389=0.8611
\n" ); document.write( "
\n" ); document.write( "
\n" );