3,208 views

1 Answer

0 votes
0 votes
We have to select five elements (r = 5) from a set of three elements (n = 3) where order matters (permutation) and repetition is allowed. Therefore, there are n^ r = 3^5 = 243 ways.

OR

You can split this up into five simpler tasks.

1. Choose an element to be "the first element".

2. Choose an element to be "the second element".

3. Choose an element to be "the third element".

4. Choose an element to be "the fourth element".

5. Choose an element to be "the fifth element".

Each of these tasks can be completed in 3 ways, because there are 3 elements to choose from. So the total number of ways of selecting five elements is

3*3*3*3*3 = 3^5 = 243.

Related questions

1 votes
1 votes
2 answers
1
admin asked Apr 30, 2020
1,592 views
How many ways are there to distribute $15$ distinguishable objects into five distinguishable boxes so that the boxes have one, two, three, four, and five objects in them,...
0 votes
0 votes
1 answer
2
admin asked Apr 30, 2020
837 views
How many ways are there to distribute $12$ distinguishable objects into six distinguishable boxes so that two objects are placed in each box?
0 votes
0 votes
1 answer
3
admin asked Apr 30, 2020
669 views
How many ways are there to distribute $12$ indistinguishable balls into six distinguishable bins?
0 votes
0 votes
1 answer
4
admin asked Apr 30, 2020
2,763 views
How many ways are there to distribute six indistinguishable balls into nine distinguishable bins?