I always hate this - combination / permutation

In summary: Cx## is the number of items in category ##(y+1)##)In summary, there are a total of 7 possible arrangements for six books and 8 possible arrangements for eight books.
  • #1
kenny1999
235
4

Homework Statement



I know what's happening with the problem, but I just hate myself drawing all possible arrangements, I think I am too stupid, I hope better solution.

Problems:

6 different Cookery books and 8 different History books are put on bookshelf. How many possible arrangements if no two cookery books can be put next to each other.


Homework Equations





The Attempt at a Solution



My first approach was to think about the number of arrangements, without considering the difference within the same category of books. C for cookery , H for history

then CHCHCHCHCHCHHH
HCHCHCHCHCHCHH

...

then it comes to a hard time, stupid time, trying to figure out all possiblity by human minds.

It is very easy to make mistakes and very time consuming and hateful...

I think I am too stupid and I don't think it's the solution. Would anyone teach me any other possible solution?

Thanks
 
Physics news on Phys.org
  • #2
Hint: You have 6 choices for the first cookbook, then 8 choices for the first history book, then 5 for cookbook, etc... Multiply those together.
 
  • #3
I'm not sure this is the best approach, but note that you can reduce the problem somewhat by noting that there is at least one history book between each cookery book. That uses up 5 of the 8 history books. Then you're left with how many ways are there to distribute the remaining 3 books into the 7 possible positions either outside or between the 6 cookery books:

X C X C X C X C X C X C X

This can be futher reduced if you take into account that 3 books can only occupy 1, 2, or 3 of the 7 possible positions for any specific combination. This will give you all the combinations. If you want the number of permutations, what would you do with the number of combinations that you determined were possible?
 
Last edited:
  • #4
Given the assumption you have made at the beginning is that the cookery books are indistinguishable from each other, as are the history books, rcgldr's scheme of seven locations for the additional three books gives a good way forward, akin to throwing three identical marbles into seven numbered buckets.

Once you have that answer, increasing it to reflect the potential for distinguishable cookery and history books is fairly straightforward too.

And seriously, who would have that many identical copies of two such different books and then jumble them up on one shelf? :-)
 
  • #5
rcgldr said:
I'm not sure this is the best approach, but note that you can reduce the problem somewhat by noting that there is at least one history book between each cookery book. That uses up 5 of the 8 history books. Then you're left with how many ways are there to distribute the remaining 3 books into the 7 possible positions either outside or between the 6 cookery books:

X C X C X C X C X C X C X

This can be futher reduced if you take into account that 3 books can only occupy 1, 2, or 3 of the 7 possible positions for any specific combination. This will give you all the combinations. If you want the number of permutations, what would you do with the number of combinations that you determined were possible?
hey, i just figure out the answers for the number of possible arrangement for 6 and 8 indistinguisble C and H books

but i am not sure if it's true. my solution:

7 + 7x6 + 7C3

7 for all the three Historic books together
7x6 for any two of the three history books together. 112, 113, 114, 221, 223, 224 etc...
7C3 for no any of the three historic books together 123, 124, 234, etc...

Right??

Then I only have to multiply (7+7x6+7C3) by 6! x 8! to get the all possible arrangements for 6 DIFFERENT cook book AND 8 DIFFERENT hisotry books,... am i right?
 
Last edited:
  • #6
kenny1999 said:
Then I only have to multiply (7+7x6+7C3) by 6! x 8! to get the all possible arrangements for 6 DIFFERENT cook book AND 8 DIFFERENT hisotry books,... am i right?
Yes, this seems to be the correct answer, unless I got it wrong also.

For all 3 books into 1 position, it's 7C1 = 7.

For 3 books into 2 positions, there are two combinations, 1st postion has 1 book, 2nd position has 2 books, or 1st position has 2 books, and 2nd positon has 1 book. There's a formula for this, r (identical) books into n positions, no position empty = (r-1)C(n-1). So this becomes 2C1 x 7C2 = 2 x 21 = 42 (= 7 x 6 when counted by the method you used).

You already figured out that for 3 books into 3 positions it's 7C3.
 
Last edited:
  • #7
Just as an additional check, putting ##x## identical items into ##y## distinct containers/categories is actually given by ##(x+y-1)Cx##, or in this case ##9C3##, which agrees with your case-by-case assessment.

(Why? because it is equivalent to distinct arrangements of a set consisting of the ##x## items and the ##(y-1)## dividers between categories).
 
  • #8
I'm too new to permutation and let me try.

The easiest of the permutation if equal number books are given.
The permutation for 6 books for each subject can be given as 6!.6!
Now create 6 history books, 4+(2)+(2) or 5+(3)
CHCHCHCH Total ways= 6!.6!.8C4 =A+ 6!.6!.8C3=B

Now HCHCHCHC OR HCHCHCHCH 6 ways or 7 ways.
6 ways as A+B
7ways= 6+(2) or 5+(1)+(2)=6!7!.8C2=B or 6!.7!.8C3=C

Total ways=2(A+B)+C
 
Last edited:

1. What is the difference between combination and permutation?

Combination and permutation are both methods of counting and arranging objects. The main difference is that combination does not consider the order of the objects, while permutation does. In other words, combination is selecting a group of objects without considering their order, while permutation is arranging a group of objects in a specific order.

2. When should I use combination and when should I use permutation?

You should use combination when the order of the objects does not matter, such as choosing a committee from a group of people. You should use permutation when the order of the objects is important, such as arranging a specific order of songs for a playlist.

3. How do I calculate combination and permutation?

To calculate combination, use the formula nCr = n! / r!(n-r)!, where n represents the total number of objects and r represents the number of objects in each group. To calculate permutation, use the formula nPr = n! / (n-r)!, where n represents the total number of objects and r represents the number of objects in each arrangement.

4. Can combination and permutation be applied to real-life situations?

Yes, combination and permutation are commonly used in real-life situations. One example is in password combinations, where the order of characters does not matter (combination), but using a different combination of characters can result in a different password (permutation).

5. Are there any limitations to using combination and permutation?

Yes, there are limitations when using combination and permutation. One limitation is that they can only be applied to a finite set of objects. Additionally, some problems may require a combination of both methods, making it more complex to solve.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
8
Views
292
  • Precalculus Mathematics Homework Help
Replies
5
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
2K
  • Precalculus Mathematics Homework Help
Replies
20
Views
3K
  • Science and Math Textbooks
Replies
8
Views
2K
  • Precalculus Mathematics Homework Help
Replies
11
Views
2K
  • Precalculus Mathematics Homework Help
Replies
17
Views
951
  • Precalculus Mathematics Homework Help
Replies
2
Views
1K
  • Precalculus Mathematics Homework Help
Replies
12
Views
2K
  • Precalculus Mathematics Homework Help
Replies
32
Views
688
Back
Top