\n" );
document.write( "Hi,
\n" );
document.write( "10P3 is the notation used for finding 'Permutation' Results
\n" );
document.write( " 10P3 = 10!/(10-3)! = 10!/7! = 10*9*8 = 720
\n" );
document.write( "For example: the ways of electing a President, Treasurer, Secretary
\n" );
document.write( "out of group of 10 people is 720 ways it could be done.
\n" );
document.write( "Permutations used when 'order' of choices is important.\r
\n" );
document.write( "\n" );
document.write( "10C3 for example is used when the exact order of the 3 chosen is not important.
\n" );
document.write( " 10C3 =
= 120 ways 3 people can be chosen from a group of 10
\n" );
document.write( "