- #1
marutpadhy
- 2
- 0
How many permutations of 4 letters can be made out of the letters of the word 'examination'?
Last edited:
How many permutations of 4 letters can be made
out of the letters of the word EXAMINATION?
A permutation is a way of arranging a set of objects in a particular order. In other words, it is a rearrangement of the elements in a set.
The number of permutations possible for a given set of objects is equal to the factorial of the number of objects in the set. For example, if there are 5 objects, there are 5! (5 factorial) possible permutations.
Permutations take into account the order in which objects are arranged, while combinations do not. For example, the permutations of the letters "ABC" would include "ABC" and "CBA", while the combinations would only include "ABC".
The formula for calculating permutations is n! / (n-r)!, where n is the total number of objects and r is the number of objects being selected for each permutation.
Permutations are used in many fields, including mathematics, computer science, and statistics. They can be used to solve problems involving arrangements, patterns, and combinations. In real life, they can be used to calculate the number of possible outcomes in games, analyze genetic patterns, and optimize algorithms for data processing.