document.write( "Question 257449: A class has 12 females and 11 males. If two different students are selected at random to go to the board, what is the probability that both students will be males? \n" ); document.write( "
Algebra.Com's Answer #189346 by vksarvepalli(154)![]() ![]() You can put this solution on YOUR website! total ways of selecting two students is \n" ); document.write( "favorable ways are \n" ); document.write( "so the probability that both students will be males = \n" ); document.write( " \n" ); document.write( " = 5/23 ans\r \n" ); document.write( "\n" ); document.write( "another way of answering\r \n" ); document.write( "\n" ); document.write( "prob. that first student is male = 11/23 \n" ); document.write( "prob. that second student is male = 10/22\r \n" ); document.write( "\n" ); document.write( "so the probability that both students will be males=(11/23)*(10/22)\r \n" ); document.write( "\n" ); document.write( " =5/23 \n" ); document.write( " |