document.write( "Question 293668: There are 7 books numbered 1–7 on the summer reading list. Peter randomly
\n" );
document.write( "chooses 2 books. What is the probability that Peter chooses books numbered 1 and 2? \n" );
document.write( "
Algebra.Com's Answer #211948 by stanbon(75887) ![]() You can put this solution on YOUR website! There are 7 books numbered 1–7 on the summer reading list. Peter randomly \n" ); document.write( "chooses 2 books. What is the probability that Peter chooses books numbered 1 and 2? \n" ); document.write( "--------------------------- \n" ); document.write( "Books 1 and 2 form one group. \n" ); document.write( "There are 7C2 = (7*6)/(1*2) = 21 groups of two \n" ); document.write( "------------------------------------------------ \n" ); document.write( "P(choosing the 1,2 group) = 1/21 \n" ); document.write( "=================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |