SOLUTION: List all the permutations of the 4 objects a, b, c, d, and e, taken 3 at a time.
Algebra.Com
Question 1191406: List all the permutations of the 4 objects a, b, c, d, and e, taken 3 at a time.
Found 2 solutions by Theo, math_tutor2020:
Answer by Theo(13342) (Show Source): You can put this solution on YOUR website!
the permutation formula is:
p(n,x) = n! / (n-x)!
when n = 4 and x = 3, the formula becomes:
p(4,3) = 4! / (4-3)! = 4! / 1! = (4*3*2*1!) / 1! = (4*3*2) = 24
those permutations would be:
abc acb bac bca cab cba
abd adb bad bda dab dba
acd adc cad cda dac dca
bcd bdc cbd cdb dbc dcb
Answer by math_tutor2020(3817) (Show Source): You can put this solution on YOUR website!
Your teacher made a typo. There are 5 objects in the set {a,b,c,d,e} and not four items.
There are 5 items to pick from and 3 slots to fill.
This yields 5*4*3 = 20*3 = 60 permutations.
You can use the nPr formula with n = 5 and r = 3 as an alternative route.
-----------------------------------
Here's a systematic way to list all the permutations.
Naturally we can start with the letter 'a'. Then followed by b and c
abc
Next, replace the last item c with d
abd
Repeat but now replace with e
abe
So far we have these 3 permutations that start with "ab"
abc
abd
abe
So we have the "ab" fixed and the last slot goes c,d,e in that order.
I find it's easiest to stick to alphabetical order.
Now onto the next batch.
We'll keep 'a' the first letter, but we'll use c as the second slot this time
acb
acd
ace
The "ac" is fixed and we have b,d,e in alphabetical order in the third slot.
Now try d in the second slot
adb
adc
ade
Lastly, we'll have 'e' in the second slot
aeb
aec
aed
-----------------------------------
To recap so far, we have these 12 permutations with 'a' as the first letter- abc
- abd
- abe
- acb
- acd
- ace
- adb
- adc
- ade
- aeb
- aec
- aed
That covers every possible permutation where 'a' is listed first.
Here's every permutation where 'b' is listed first
Take note that we have blocks of 3 when considering the second slot being fixed.
I'll color-code those blocks in alternating colors of blue and red- bac
- bad
- bae
- bca
- bcd
- bce
- bda
- bdc
- bde
- bea
- bec
- bed
Like with the stuff that started with 'a', we have 12 permutations here.
Each of the other letters will also have 12 permutations each (so that helps show why the 5 groups of 12 each yields 5*12 = 60 permutations in all).
I'll let you determine the rest.
Here's a really useful calculator to not only calculate combinations/permutations, but it also lists out the actual items (and not just a single number).
https://www.mathsisfun.com/combinatorics/combinations-permutations-calculator.html
You'll have to scroll down and click "list" after filling in the appropriate items of course. Make sure to have the "repetition is allowed?" set to "no".
RELATED QUESTIONS
List all the permutations of the 4 objects a, b, c, and d, taken 2 at a time. (answered by greenestamps)
The total number of permutations of 10 district objects taken 4 at a time is
A.30,240... (answered by ikleyn)
Find both the number of combinations and the numbers of permutations of 10 objects taken... (answered by richard1234)
Find the number of all the ordered arrangements of 6 objects a, b, c, d, e, and f,... (answered by jim_thompson5910)
. If the number of combinations of n objects taken 3 at a time is 20, how many... (answered by ikleyn,greenestamps)
15. The probability that a recently offered stock by a technology company will double in
(answered by solver91311)
If the number of permutations of n objects taken r at a time is 6^0 times the number of... (answered by ikleyn)
Find the number of permutations of the numbers 1,2,3 and 4 taken two at a... (answered by MathLover1,ikleyn)
write down all the permutations of the set of 4 letters A,B,C,D Taking at a time 2... (answered by Edwin McCravy)