Changes

Jump to navigation Jump to search
Line 8: Line 8:  
*A Permutation is an Ordered Combination.
 
*A Permutation is an Ordered Combination.
 
*In <math>PERMUT(Number,NumberChosen)</math>, <math>Number</math> is an integer which is indicating the number of objects and <math>NumberChosen</math> is an integer which is indicating the number of objects in each permutation.
 
*In <math>PERMUT(Number,NumberChosen)</math>, <math>Number</math> is an integer which is indicating the number of objects and <math>NumberChosen</math> is an integer which is indicating the number of objects in each permutation.
*For <math>Number</math> and <math>nc</math>, when we give in decimals, it will change into integers.  
+
*For <math>Number</math> and <math>NumberChosen</math>, when we give in decimals, it will change into integers.  
 
*The formula for the number of permutation is: <math>_n P_k= \frac {n!}{(n-k)!}</math>
 
*The formula for the number of permutation is: <math>_n P_k= \frac {n!}{(n-k)!}</math>
 
*The Permutation is denoted by <math> _nP_k</math>, <math>P_{n,k}</math>, or <math>P(n,k) </math>.This function will give the result as error when  
 
*The Permutation is denoted by <math> _nP_k</math>, <math>P_{n,k}</math>, or <math>P(n,k) </math>.This function will give the result as error when  
writer
6,694

edits

Navigation menu