Ask your own question, for FREE!
Mathematics 9 Online
OpenStudy (anonymous):

delete

OpenStudy (anonymous):

FIRST THE COMMON CASE ok so this would be a problem without replacement right? and we have three separate permutations (boxes where the order doesn't matter)

OpenStudy (anonymous):

for the first box that would be 6P3, where we have 6:{b,b,b,w,w,e} (black,white,empty) the order doesnt matter

OpenStudy (anonymous):

the second box would only have 3 balls to choose from. I'm not sure how to connect the second choose to the first one...

OpenStudy (anonymous):

the second one should be 3P2, since we have 3 balls left and we choose two from that. the three remaining balls depend on the first choosing..

OpenStudy (anonymous):

@Davidc do you know how to calculate permutations like 6P3 ?

OpenStudy (anonymous):

yes

OpenStudy (anonymous):

very good so we have first 6P3, then 3P2 and finally 1P1 for the permutation,order doesn't matter

OpenStudy (anonymous):

permutation: order matter? Combination: order doesn't matter?

OpenStudy (anonymous):

ok I had them switched around

OpenStudy (anonymous):

so we need combination within one box,right? the order inside box doesn't matter

OpenStudy (anonymous):

yes

OpenStudy (anonymous):

6C3, 3C2 and 1C1

OpenStudy (anonymous):

for example, bbb we w is false because "w" and "we" is alone

OpenStudy (anonymous):

thats another question: is wbb wb e allowed?

OpenStudy (anonymous):

allow

OpenStudy (anonymous):

OK because it is with a black ball and thus not alone

OpenStudy (anonymous):

we should multiply 6C3, 3C2 and 1C1 with each other because it's a sequence of events

OpenStudy (anonymous):

but before we multiply,we must take away illegal configurations

OpenStudy (anonymous):

the restriction of the white balls means there can't be a white ball in the third box. if we have 1C1 with a white ball,thats not allowed............the 3C2 isn't a true 3C2, it makes it illegal to pick in such a way, that only a white ball is left...... this also depends on the first choosing.........................

OpenStudy (anonymous):

usually the last ball can be: -black -white -empty now it can only be -black -empty so one less. I wonder how to describe this in the right form

OpenStudy (anonymous):

the last choice 1C1 isn't an actual choice, it depends from previous choices

OpenStudy (anonymous):

there are 34 ways. i just list all results.

OpenStudy (anonymous):

:)

OpenStudy (anonymous):

but i don't know how to cal

OpenStudy (anonymous):

yeah ,its difficult.....

OpenStudy (anonymous):

there are three illegal conditions: 1) white ball in last spot 2) one white ball in the middle spot thats it.

OpenStudy (anonymous):

the last choice irritates me the most. theres only one ball left. the last choice purely depends on previous choices....

OpenStudy (anonymous):

we have to subtract/remove the illegal situations

OpenStudy (anonymous):

for 2) stop 1 alone ball in middle spot I guess you can just take away two combinations from the problem? e w w e are the ones that are not allowed here.

OpenStudy (anonymous):

once we have done that, we need to take away one other way - b b w b _ w b _ w b b w

OpenStudy (anonymous):

b bb wwe b ww bbe b bw bwe b be bww e bb bww e ww bbb e bw bbw

OpenStudy (anonymous):

we have to get rid of all combinations that end up with an illegal configuration: so for example we need to take away b b w b _ w b _ w b b w ....mathematically. this is like. ..maybe we should calculate possible combinatins for the illegal result ? and then subtract that

OpenStudy (anonymous):

so I guess we could try to do this problem from the back to the beginning: illegal combos w (we) (anything 3) + w (any2) (any3) + (any1) (we) (any3)

OpenStudy (anonymous):

first illegal choices: w (we) (anything3) <- anything3 actually is depleted of w, we - can only be bbb

OpenStudy (anonymous):

ok I think we don't really need the first one it is redundant. w (we) (anything 3) + w (any2) (any3) + (any1) (we) (any3) the second two already have the first one with it.

OpenStudy (anonymous):

illegal combos w (any2) (any3) + (any1) (we) (any3)

OpenStudy (anonymous):

^those are the only combos we are concerned of

OpenStudy (anonymous):

w (any2 )(any3) is depleted of w. so it will be: 1 x 5C2, 3C3 . one time because only for w. only one chain of combinations is illegal for this exception: when it starts with a white ball alone.

OpenStudy (anonymous):

b (any2) (any3) e (any2) (any3) these are okay,so, we don't have them as an illegal combo

OpenStudy (anonymous):

(any1) (we) (any3) 4C1 , 1 , 3C3 I have 4C1 because we can not choose we in this illegal scenario they'r already "reserved" (otherwise wouldn't be the illegal sc.) I have a "1" at we,because we or ew doesn't matter.

OpenStudy (anonymous):

its a sequence, so they must be multiplied. 4C1 x 1 x 3C3

OpenStudy (anonymous):

this is the amount of combinatins we lose to the we case

OpenStudy (anonymous):

and 1 x 5C2 x 3C3 is the amount of combinations we lose to the [w] case

OpenStudy (anonymous):

so, we would have total combinations: 6C3x 3C2x 1C1 MINUS the illegal combinations: 4C1 x 1 x 3C3 + 1 x 5C2 x 3C3

OpenStudy (anonymous):

but it is not true.

OpenStudy (anonymous):

I already fear that :(

OpenStudy (anonymous):

may be one illegal combination you did not consider

OpenStudy (anonymous):

all combinations: 6C3x 3C2x 1C1 20 * 3 * 1 = 60

OpenStudy (anonymous):

is that right ?

OpenStudy (anonymous):

no

OpenStudy (anonymous):

hmmm

OpenStudy (anonymous):

it should be 34 ?

OpenStudy (anonymous):

b bb wwe 3 b ww bbe 3 b bw bwe 12 b be bww 6 e bb bww 3 e ww bbb 1 e bw bbw 6 ------------ 34

OpenStudy (anonymous):

how do you get the numbers for each row? :)

OpenStudy (anonymous):

b1 b2b3 w1w2e b2 b1b3 w1w2e b3 b1b2 w1w2e

OpenStudy (anonymous):

yeah,that's a really good point. in my calculation, i make a difference between b1b2 b2b1 b3b1 b1b3 that shouldn't be the case though

OpenStudy (anonymous):

i dont think it should be. black is black

OpenStudy (anonymous):

b b b, w w, e b b b, w e, w b b w, b e, w b b w, b w, e b w w, b b, e b w w, b e, b w w e, b b, b

OpenStudy (anonymous):

the balls are different

OpenStudy (anonymous):

I understand

OpenStudy (anonymous):

those are the only illegal combinations I see w (any2) (any3) (any1) (we) (any3)

OpenStudy (anonymous):

(any1) (we) (any3) there are actually two cases for this: (any1) (w1e) (any3) and (any1) (w2e) (any3)

OpenStudy (anonymous):

also w1 (any2) (any3) w2 (any2) (any3)

OpenStudy (anonymous):

4C1 x 2 x 1 = 8 2 x 10 x 1 = 20

OpenStudy (anonymous):

60-28 = 32

OpenStudy (anonymous):

two may be repeated

OpenStudy (anonymous):

where repeated

OpenStudy (anonymous):

i can't see

OpenStudy (anonymous):

hmm.

OpenStudy (anonymous):

I get the same numbers in the list

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!