document.write( "Question 730920: two representatives are chosen at random from a group of 180 students that has 90 girls and 90 boys. what is the probability that the representatives selected are either both boys or both girls? \n" ); document.write( "
Algebra.Com's Answer #446913 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! two representatives are chosen at random from a group of 180 students that has 90 girls and 90 boys. what is the probability that the representatives selected are either both boys or both girls? \n" ); document.write( "---------------------------------- \n" ); document.write( "# of same sex pairs: 2*90C2 = 2*4005 = 8010 \n" ); document.write( "# of general pairs:: 180C2 = 16110 \n" ); document.write( "--- \n" ); document.write( "P(same sex) = 8010/16110 = 0.4972 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |