Find the number of ways of forming a word using all the letters from the word MATHEMATICAL in such a way that
the 3 "A"s are never next to each other.
Firstly I found the total number of ways of arranging WITHOUT restrictions which is 12!/ (2! x 3! x 2!) = 19 958 400
Then I find the total no. of ways when the 3 As are ALWAYS next to each other and I got 907 200.
Subtracting, I go the answer as 19 051 200. But the suggested answer is 10 886 400. It seems that they subtracted by 9 072 000 and not 907 200. Did i go wrong anywhere?
Hi,
It is easier to use the direct approach, consisting of two steps:
1. Arrange the nine other letters.
2. Slot the three As in between.
Thanks.
Cheers,
Wen Shih
Originally posted by wee_ws:Hi,
It is easier to use the direct approach, consisting of two steps:
1. Arrange the nine other letters.
2. Slot the three As in between.
Thanks.
Cheers,
Wen Shih
Yep, I tried that as alternative method but I got the same answer. So I was wondering if I had erred somewhere.
Thanks
Hi,
I got the answer, so perhaps you should relook at your working. Thanks.
Cheers,
Wen Shih
Hi,
If a direct method is possible, apply it.
The mutual exclusion principle requires one to have a very good idea of the different cases. Only use it if we are very sure that there is only one situation for the complementary event.
Thanks.
Cheers,
Wen Shih
Q1. 12C2 x 10C2 x 8C2 x 6C2 x 4C2 x 2C2=.....
Q2. 45C7 is correct, 45P7 is not. The difference is whether 'Order is important'
If 1 2 3 4 5 6 7 and 7 6 5 4 3 2 1 are considered as different cases, then P should be used, otherwise C should be used. As for toto, C is clearly the choice.
You are welcome to clarify if you still have doubts
Hi,
There is a need to deal with each house having the same number of classes. Thanks.
Cheers,
Wen Shih
There should be no problem with my answer.
12C2 means 'no. of ways of choosing 2 classes from 12 and put them into the Green house', 10C2 means 'no of ways of choosing 2 classes from the remaining 10 and put them into the Yellow House' and etc.
Hi,
Yes, indeed, since the problem is assigning distinct objects into distinct groups.
If we are assigning 12 classes into 6 groups of size 2, then we will then need to deal with each group having the same number of classes.
Thanks.
Cheers,
Wen Shih
Hi,
I am happy to share some thoughts about counting:
wenshih.files.wordpress.com/2010/02/counting-the-number-of-possible-allocations.pdf
Thanks!
Cheers,
Wen Shih
Hi,
Q1: A 4-storey house is to be painted by 6 different colours such that each storey is painted in one colour. How many ways are there to paint the house?
Q2: There are five flavors of ice-cream: banana, chocolate, lemon, strawberry and vanilla. You can have three scoops. How many variations will be there?
Thanks.
Q1.
6P4 = 360 ways
The problem is to 'choose' 4 colours out of 6 and the order of painting 'is important', therefore P is used.
Q2
5C3 = 10ways.
The problem is to 'choose' 3 flavours out of 5 and the order of mixing them 'is not important', therefore C is used.