What will be the number of permutations of n different things, taken r at a time, where repeatition is allowed?
nr
The question asks about the number of permutations of 'n' different things, taken 'r' at a time, specifically when repetition is allowed. Understanding this concept is key to solving many combinatorics problems.
A permutation is an arrangement of objects in a specific order. When we talk about permutations, the order of selection matters.
Let's consider how many choices we have for each position when forming an arrangement of 'r' items from 'n' different things, where repetition is allowed.
According to the multiplication principle (also known as the fundamental counting principle), if there are \( n_1 \) ways to do the first thing, \( n_2 \) ways to do the second thing, and so on, then there are \( n_1 \times n_2 \times \dots \) ways to do all of them.
In this scenario, we are making 'r' choices, and each choice has 'n' possibilities.
Number of permutations \( = n \times n \times \dots \times n \) (r times)
Therefore, the number of permutations of 'n' different things, taken 'r' at a time, where repetition is allowed, is given by the formula:
$$ n^r $$
Let's use an example to illustrate this. Suppose we have 3 different digits (1, 2, 3) and we want to form a 2-digit number, where repetition of digits is allowed.
Using the formula \( n^r \), the number of permutations would be \( 3^2 = 9 \).
The possible 2-digit numbers are:
| First Digit | Second Digit | Number Formed |
|---|---|---|
| 1 | 1 | 11 |
| 1 | 2 | 12 |
| 1 | 3 | 13 |
| 2 | 1 | 21 |
| 2 | 2 | 22 |
| 2 | 3 | 23 |
| 3 | 1 | 31 |
| 3 | 2 | 32 |
| 3 | 3 | 33 |
As you can see, there are 9 distinct 2-digit numbers, which matches our calculation of \( 3^2 \).
Let's evaluate each of the provided options in the context of permutations with repetition allowed:
This formula does not correspond to any standard permutation or combination calculation. It is incorrect for the problem described.
This formula suggests 'n' raised to the power of 'r times n'. This value would be significantly larger than expected and does not represent the number of permutations with repetition.
This formula accurately represents the number of permutations of 'n' different things, taken 'r' at a time, where repetition is allowed. As derived above, for each of the 'r' positions, there are 'n' choices.
This formula implies that the first choice has (n-1) options, which is not true, and it does not account for the availability of all 'n' items for each selection when repetition is permitted. It is incorrect.
Based on the principles of permutations with repetition, the correct formula is \( n^r \). This formula accounts for having 'n' choices available for each of the 'r' selections because items can be repeated.
Three boxes are coloured red, blue and green and so are three balls. In how many ways can one put the balls one in each box such that no ball goes into the box of its own colour?
Six indistinguishable balls are to be distributed amongst A, B and C, such that each gets at least one. Then the number of ways to make this distribution is
A palindrome is a word that reads the same backwards and forwards. For example, the word LEVEL is a palindrome. If we are allowed to construct words that need not have a meaning, then in how many different ways can we construct a five-letter palindrome using English alphabets?
If nPr = 720 and nCr = 120, then the value of r is:
There is a young boy's birthday party which 3 friends have attended. The mother has arranged 10 games where a prize is awarded for winning a game. The prizes are identical. If each of the 4 children receives at least one prize, then how many distributions of prizes are possible?