document.write( "Question 474485: In a sample of 600 students, 150 are seniors. If two students are selected at random from the sample, find the probability both students are seniors. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #325428 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! In a sample of 600 students, 150 are seniors. If two students are selected at random from the sample, find the probability both students are seniors. \n" ); document.write( "======================================================================== \n" ); document.write( "The probability that the 1st is a senior is P(1st) = 150/600 \n" ); document.write( "Once the first is selected, there is one fewer student and one fewer senior. \n" ); document.write( "So the probability that the 2nd is a senior is P(2nd) = 149/599 \n" ); document.write( "The probability that both are seniors is the product of these: \n" ); document.write( "P(both) = P(1st)P(2nd) = 150/600*149/599 = 1/4*149/599 = 0.0622 \n" ); document.write( " |