How Many Ways Can Tools Be Arranged on a Rack with Restrictions?

  • Thread starter Thread starter pivoxa15
  • Start date Start date
AI Thread Summary
The discussion revolves around calculating the number of ways to arrange tools on a rack with specific restrictions, particularly focusing on the placement of mallets and the condition that hammers cannot be adjacent. The initial calculation yielded 6,289,920 arrangements, but participants noted that the correct answer should be 13,063,680. It was pointed out that the initial reasoning overlooked cases where only two hammers were adjacent, which needed to be accounted for. The revised approach involves subtracting the arrangements where two hammers are together from the total permutations. The conversation highlights the importance of careful consideration of restrictions in combinatorial problems.
pivoxa15
Messages
2,250
Reaction score
1

Homework Statement


1. A carpenter has 3 identical hammers, 5 different screwdrivers, 2 identical mallets, 2 different saws and a tape-measure. She wishes to hang the tools in a row on a tool rack on the wall. In how many ways can this be done if the first and last positions on the rack are to be mallets and the hammers are not to be next to each other?


Homework Equations


The number of ways of arranging n objects which include 'a' identical objects of one type, 'b' identical objects of another type,... is
n!/(a!b!...)


n objects divided into m groups with each group having G1, G2, ..., Gm objects respectively has m! * G1! * G2! * ... *Gm!



The Attempt at a Solution


Since the mallets are identical and there are only 2, we don't have to worry about them. We can reduce the problem to 11 objects to be arranged. Since out of the 11 objects, 3 are identical which are the hammers we have a total of 11!/3! ways of permuting the 11 objects. However we don't want the
hammers to be next to each other.

So calculate the ways they are next to each other. We have 9 groups of objects. As the hammers are identical and must all be next to each other in a threesome, we have 9! ways of permuting the 11 objects. So we subtract the cases when the hammers are next to each other.
11!/3!-9!=6289920

However the answers suggested 13063680 ways.

I can't see what is wrong with my reasoning.
 
Physics news on Phys.org
pivoxa15 said:
...So calculate the ways they are next to each other. We have 9 groups of objects. As the hammers are identical and must all be next to each other in a threesome, we have 9! ways of permuting the 11 objects. So we subtract the cases when the hammers are next to each other.
11!/3!-9!=6289920

However the answers suggested 13063680 ways.

I can't see what is wrong with my reasoning.

Yeah, looks nearly correct to me. You forget to drop out the ways, in which only 2 hammers go together, and the 3rd one is not next to any hammer.

Btw, what book are you using? I don't think you should trust the answer provided by that book. Since, in here, I see at least 2 of 4 answers the book proposed are wrong, i.e 50% wrong. :bugeye: So, don't trust it. o:)
 
VietDao29 said:
Yeah, looks nearly correct to me. You forget to drop out the ways, in which only 2 hammers go together, and the 3rd one is not next to any hammer.

Btw, what book are you using? I don't think you should trust the answer provided by that book. Since, in here, I see at least 2 of 4 answers the book proposed are wrong, i.e 50% wrong. :bugeye: So, don't trust it. o:)

Very good. I didn't take that into accout. I'll do the calculation as total permutation minus all cases when two hammers are together since that will include cases when 3 hammers are together. When two hammers are next to each other , there are 10! different permutations so 11!/3!-10!=3024000
 
Last edited:
pivoxa15 said:
Very good. I didn't take that into accout. I'll do the calculation as total permutation minus all cases when two hammers are together since that will include cases when 3 hammers are together. When two hammers are next to each other , there are 10! different permutations so 11!/3!-10!=3024000

Well, that's what I get, too. :)
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top