document.write( "Question 1110182: If 10 students go hiking in pairs, how many different pairs of students are possible? \n" ); document.write( "
Algebra.Com's Answer #725174 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
this is the same as asking how many sets of 2 can you get out of a set of 10, where order within each set of 2 is not important.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that would the combination formula of c(10,2) = 10! / (2! * 8!)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that comes out to be c(10,2) = 45.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "let each student be numbered from 0 to 9 and the possible pairings are shown below.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "0,1 0,2 0,3 0,4 0,5 0,6 0,7 0,8 0,9
\n" ); document.write( "1,2 1,3 1,4 1,5 1,6 1,7 1,8 1,9
\n" ); document.write( "2,3 2,4 2,5 2,6 2,7 2,8 2,9
\n" ); document.write( "3,4 3,5 3,6 3,7 3,8 3,9
\n" ); document.write( "4,5 4,6 4,7 4,8 4,9
\n" ); document.write( "5,6 5,7 5,8 5,9
\n" ); document.write( "6,7 6,8 6,9
\n" ); document.write( "7,8 7,9
\n" ); document.write( "8,9\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "order not being important within each set of 2 means that the set of (1,0) and the set (0,1) are considered to be the same set and are therefore not counted as 2 separate sets.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that is why you only set the set (0,1) and do not see the set (1,0).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if order within each set of 2 was important, then you would have to see the set (0,1) and the set (1,0) as 2 separate sets.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );