Probability - Drawing balls from boxes

Dell
Messages
555
Reaction score
0
box A has place for 2 balls,
box B has place for 3 balls

balls are placed randomly in each of the boxes until one of them is full

if X is the amount of balls used, find:
E(x)
var(x)


i drew the boxes and think there are only 3 options,,, X=[2 3 4]

BOX A --- BOX B
I) 2 balls ---- 0 balls
II) 2 balls --- 1 ball
III) 2 balls --- 2 balls
IV) 1 ball --- 3 balls
V) 0 balls --- 3 balls

|__X || 2__|_3__|_4_|
|P(X) || 1/5 | 2/5 | 2/5|

E(X)=3.2

but the correct answer is 3.125

same problem (obviously) for var
 
Physics news on Phys.org
Dell said:
box A has place for 2 balls,
box B has place for 3 balls

balls are placed randomly in each of the boxes …

Hi Dell! :smile:

I think from your "5"s you're misinterpreting "randomly" …

you're treating it as 5 compartments, each equally likely,

but it's only 2 boxes, each equally likely. :wink:
 


not REALLY sure what you think i mean, but the 5 is not from 2+3 (balls) but rather the 5 options i mentioned before, - the 5 RANDOM ways the boxes can be filled
2-0
2-1
2-2
0-3
1-3
 
ah … but those 5 ways are not equally likely. :wink:

Try again! :smile:
 


i thought that might be the problem, but can't fine the probability of each, since the likeliness of choosing either of the 2 boxes is 0.5, i thought the the probabillity of each possibility is 0.5^n (n being the number of balls used)

2-0 -- 1/4
2-1 -- 1/8
2-2 -- 1/16
0-3 -- 1/8
1-3 -- 1/16

but as you can see, this doesn't come to 1. so no point of even continuing
 
ok, let's start by doing II) as an example (2A,1B) …

II) requires the third ball to be in A, and either the first to be in A and the second in B, or vice versa.

in short, II) is ABA +BAA, so there's two.

Carry on from there. :smile:
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top