document.write( "Question 200902: Two different natural numbers are selected from the set {1,2,3,
,6}. What is the
\n" );
document.write( "probability that the greatest common factor of these two numbers is one? Express
\n" );
document.write( "your answer as a common fraction \n" );
document.write( "
Algebra.Com's Answer #151158 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two different natural numbers are selected from the set {1,2,3,…,6}. What is the \n" ); document.write( "probability that the greatest common factor of these two numbers is one? Express \n" ); document.write( "your answer as a common fraction \n" ); document.write( "---------------- \n" ); document.write( "There are 6C2 = 15 distinct pairs of numbers. \n" ); document.write( "The following pairs satisfy the criteria. \n" ); document.write( "1,2;1,3;1,4;1,5;1,6 \n" ); document.write( "2,3;2,5 \n" ); document.write( "3,4;3,5 \n" ); document.write( "4,5 \n" ); document.write( "5,6 \n" ); document.write( "------------- \n" ); document.write( "P(pairs that meet the criteria) = 11/15 \n" ); document.write( "=========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |