PS 10: Problem 2.2 b) #3
Closed
AlexanderZhurauski
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
That way of doing is also fine. There can be more than two consonants because of the ending of the problem:
So, some of the remaining 11 consonants can go after the "one vowel + two consonant" groups, or not. Like so:
If you are struggling, you should try it out on a much smaller set of letters, and hand-count everything by writing them down literally one by one. Then slightly increase the size, see if you can generalize. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The question is as follows: "How many ways are there to order the 26 letters of the alphabet so that there are at least two consonants
immediately following each vowel?"
Doesn't the solution presented just count the number of ways to order 26 letters so that there are EXACTLY two consonants immediately following each vowel? To my mind it should be more like:
(all ways to order 26 letters) - (ways to order 26 letters so that rhere are 0 or 1 consonants immediately follow each vowel)
Sorry if I'm having a brain fart and am completely wrong
Beta Was this translation helpful? Give feedback.
All reactions