6. Permutations
Sign In
The number of permutations P(n,r) is the product of r numbers that starts with n, and each next number in the product is one less than the previous one.
72
Let's use this fact to find the value of P( 9, 2). We will write the product of 2 numbers that starts with 9, and each next number in the product is one less than the previous one. P( 9, 2) = 9 * 8_(2numbers) Now, let's calculate this product. P(9,2) = 72