Anagrams Questionsome questions about combinationsHow many 3-subsets of $1,2,ldots,10$ contain at least two consecutive integers?Inclusion-Exclusion Problem about arrangementsNumber of ways to select n letters from a word?Is my reasoning correct? (using the stars and bars method)Selection vs GroupingArrangements of the word COMBINATION not containing CAN, BIN, NIBAmount of nondecreasing integer k-tuples with limited delta
Persuading players to be less attached to a pre-session 0 character concept
Which version of the Pigeonhole principle is correct? One is far stronger than the other
Why are there no programmes / playbills for movies?
What's the benefit of prohibiting the use of techniques/language constructs that have not been taught?
Very lazy puppy
How many people need to succeed in a group check with three people?
How to choose a power source for Raspberry Pi 4?
Python web-scraper to download table of transistor counts from Wikipedia
Why is the UK still pressing on with Brexit?
What is the origin of the "being immortal sucks" trope?
Asked to Not Use Transactions and to Use A Workaround to Simulate One
Amortized Loans seem to benefit the bank more than the customer
Why does '/' contain '..'?
Is it better to use mosfet with gate driver IC or mosfet with lower VGs on
How would you translate Evangelii Nuntiandi?
Is there a theorem in Real analysis similar to Cauchy's theorem in Complex analysis?
Why cannot a convert make certain statements? I feel they are being pushed away at the same time respect is being given to them
Is it possible that the shadow of the moon is a single dot during solar eclipse?
Why is belonging not transitive?
Anagrams Question
What did the first ever Hunger Games look like?
Where is it? - The Google Earth Challenge Ep. 4
How to generate short fixed length cryptographic hashes?
Can a business put whatever they want into a contract?
Anagrams Question
some questions about combinationsHow many 3-subsets of $1,2,ldots,10$ contain at least two consecutive integers?Inclusion-Exclusion Problem about arrangementsNumber of ways to select n letters from a word?Is my reasoning correct? (using the stars and bars method)Selection vs GroupingArrangements of the word COMBINATION not containing CAN, BIN, NIBAmount of nondecreasing integer k-tuples with limited delta
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
$begingroup$
How many anagrams of the word mississippi are there that have at least two consecutive i’s?
My approach was: Finding the total amount of anagrams (11! / 4! 4! 2!).
And then to calculate the amount of options without 2 consecutive i's.
In the end, to find the difference between them.
However, the result felt me to big intuitively.
Do I miss something?
Thanks
combinatorics
$endgroup$
add a comment
|
$begingroup$
How many anagrams of the word mississippi are there that have at least two consecutive i’s?
My approach was: Finding the total amount of anagrams (11! / 4! 4! 2!).
And then to calculate the amount of options without 2 consecutive i's.
In the end, to find the difference between them.
However, the result felt me to big intuitively.
Do I miss something?
Thanks
combinatorics
$endgroup$
$begingroup$
Well, you have a typo. You mean $11!over 4!4!2!$ Is this what's making your answer too big?
$endgroup$
– saulspatz
8 hours ago
$begingroup$
You are correct. it's 4!4!2!. Editing
$endgroup$
– King_Iverson
8 hours ago
add a comment
|
$begingroup$
How many anagrams of the word mississippi are there that have at least two consecutive i’s?
My approach was: Finding the total amount of anagrams (11! / 4! 4! 2!).
And then to calculate the amount of options without 2 consecutive i's.
In the end, to find the difference between them.
However, the result felt me to big intuitively.
Do I miss something?
Thanks
combinatorics
$endgroup$
How many anagrams of the word mississippi are there that have at least two consecutive i’s?
My approach was: Finding the total amount of anagrams (11! / 4! 4! 2!).
And then to calculate the amount of options without 2 consecutive i's.
In the end, to find the difference between them.
However, the result felt me to big intuitively.
Do I miss something?
Thanks
combinatorics
combinatorics
edited 8 hours ago
King_Iverson
asked 8 hours ago
King_IversonKing_Iverson
563 bronze badges
563 bronze badges
$begingroup$
Well, you have a typo. You mean $11!over 4!4!2!$ Is this what's making your answer too big?
$endgroup$
– saulspatz
8 hours ago
$begingroup$
You are correct. it's 4!4!2!. Editing
$endgroup$
– King_Iverson
8 hours ago
add a comment
|
$begingroup$
Well, you have a typo. You mean $11!over 4!4!2!$ Is this what's making your answer too big?
$endgroup$
– saulspatz
8 hours ago
$begingroup$
You are correct. it's 4!4!2!. Editing
$endgroup$
– King_Iverson
8 hours ago
$begingroup$
Well, you have a typo. You mean $11!over 4!4!2!$ Is this what's making your answer too big?
$endgroup$
– saulspatz
8 hours ago
$begingroup$
Well, you have a typo. You mean $11!over 4!4!2!$ Is this what's making your answer too big?
$endgroup$
– saulspatz
8 hours ago
$begingroup$
You are correct. it's 4!4!2!. Editing
$endgroup$
– King_Iverson
8 hours ago
$begingroup$
You are correct. it's 4!4!2!. Editing
$endgroup$
– King_Iverson
8 hours ago
add a comment
|
1 Answer
1
active
oldest
votes
$begingroup$
There is a way to do this, actually.
First, order the letters MSSSSPP. This can be done in $displaystyle frac7!4!2!=105$ ways.
Now, you have $8$ spaces between those letters to possibly insert I's (ends included).
Now, choose $4$ of those $8$ spaces to insert an $I$.
This gives a total of $105cdot 70=7350$ ways.
Now, we are looking for the complement, so our answer is $displaystyle frac11!4!4!2!-7350=34650-7350=27300$ ways.
$endgroup$
1
$begingroup$
Thanks! Great explanation!
$endgroup$
– King_Iverson
8 hours ago
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3357673%2fanagrams-question%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
There is a way to do this, actually.
First, order the letters MSSSSPP. This can be done in $displaystyle frac7!4!2!=105$ ways.
Now, you have $8$ spaces between those letters to possibly insert I's (ends included).
Now, choose $4$ of those $8$ spaces to insert an $I$.
This gives a total of $105cdot 70=7350$ ways.
Now, we are looking for the complement, so our answer is $displaystyle frac11!4!4!2!-7350=34650-7350=27300$ ways.
$endgroup$
1
$begingroup$
Thanks! Great explanation!
$endgroup$
– King_Iverson
8 hours ago
add a comment
|
$begingroup$
There is a way to do this, actually.
First, order the letters MSSSSPP. This can be done in $displaystyle frac7!4!2!=105$ ways.
Now, you have $8$ spaces between those letters to possibly insert I's (ends included).
Now, choose $4$ of those $8$ spaces to insert an $I$.
This gives a total of $105cdot 70=7350$ ways.
Now, we are looking for the complement, so our answer is $displaystyle frac11!4!4!2!-7350=34650-7350=27300$ ways.
$endgroup$
1
$begingroup$
Thanks! Great explanation!
$endgroup$
– King_Iverson
8 hours ago
add a comment
|
$begingroup$
There is a way to do this, actually.
First, order the letters MSSSSPP. This can be done in $displaystyle frac7!4!2!=105$ ways.
Now, you have $8$ spaces between those letters to possibly insert I's (ends included).
Now, choose $4$ of those $8$ spaces to insert an $I$.
This gives a total of $105cdot 70=7350$ ways.
Now, we are looking for the complement, so our answer is $displaystyle frac11!4!4!2!-7350=34650-7350=27300$ ways.
$endgroup$
There is a way to do this, actually.
First, order the letters MSSSSPP. This can be done in $displaystyle frac7!4!2!=105$ ways.
Now, you have $8$ spaces between those letters to possibly insert I's (ends included).
Now, choose $4$ of those $8$ spaces to insert an $I$.
This gives a total of $105cdot 70=7350$ ways.
Now, we are looking for the complement, so our answer is $displaystyle frac11!4!4!2!-7350=34650-7350=27300$ ways.
answered 8 hours ago
Saketh MalyalaSaketh Malyala
11.7k17 silver badges39 bronze badges
11.7k17 silver badges39 bronze badges
1
$begingroup$
Thanks! Great explanation!
$endgroup$
– King_Iverson
8 hours ago
add a comment
|
1
$begingroup$
Thanks! Great explanation!
$endgroup$
– King_Iverson
8 hours ago
1
1
$begingroup$
Thanks! Great explanation!
$endgroup$
– King_Iverson
8 hours ago
$begingroup$
Thanks! Great explanation!
$endgroup$
– King_Iverson
8 hours ago
add a comment
|
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3357673%2fanagrams-question%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Well, you have a typo. You mean $11!over 4!4!2!$ Is this what's making your answer too big?
$endgroup$
– saulspatz
8 hours ago
$begingroup$
You are correct. it's 4!4!2!. Editing
$endgroup$
– King_Iverson
8 hours ago