unicornilove
How many 4-letter words can be created by using the letters of the word “ACHIEVED”?
A. 180
B. 510
C. 840
D. 1020
E. 1680
Hi, could someone help me with this question found here
https://www.youtube.com/watch?v=HZH6V_JmhaI at 26:41.
Why does the author do 6C2 instead of 6*5? As can be seen he did that successfully for scenario 1 - and not sure why it is not applicable to scenario 2.
Thank you very much in advance.
Attachment:
The attachment Screenshot 2024-03-18 203757.png is no longer available
We can divide the solution into two cases. Each case involves two steps -
a) Selecting the alphabet
b) Arranging selected alphabets
Case 1: When no alphabets repeat
a) Selecting the alphabet The word "ACHIEVED" contains of 7 unique alphabets. From these 7 alphabets, we have to select 4 alphabets.
The selection can be done in \(^7C_4\) ways
b) Arranging selected alphabets Each of the selected alphabets is unique. Hence the selected alphabets can be arranged in 4! ways.
Sub Total : \(^7C_4 * 4! = 840\) ways
Case 2: When only one alphabet repeats
a) Selecting the alphabet The word "ACHIEVED" contains 7 unique alphabets. The only alphabet that repeats is E.
After the pair of repeating 'E's are selected, we need to select 2 more alphabets from the remaining 6 unique alphabets ('A', 'C', 'H', 'I', 'V', and 'D')
The selection can be done in \(^6C_2\) ways
b) Arranging selected alphabets In the selected result, two alphabets repeat and two are unique. Hence the number of ways the four alphabets can be arranged is \(\frac{4! }{2!}\) ways
Sub Total : \(^6C_2* \frac{4!}{2!} = 180\) ways
The total number of ways is the sum of the number of ways obtained in Case 1 and the number of ways obtained in Case 2
Total = 840 + 180 = 1020
Option D
Attachments

Screenshot 2024-03-19 001751.png [ 174.42 KiB | Viewed 1997 times ]