Extension on a simple probability question

trap101
Messages
339
Reaction score
0
An experiment consists of tossing a pair of dice:

1) Determine the number of sample points in the sample space

2) Find the probability that the sum of the numbers appearing on the dice is equal to 7


Issue: Ok so I know how to do this problem, but my question comes with respect to the second portion. In this specific problem I am able to count the different sample points that make the dice add up to 7 i.e: 6/36 is the answer, but what if this was a larger problem? e.g: Say that instead of 2 dice I had 7 dice and I needed to find the probability of the seven dice adding up to 15...What technique would I have to use to find/count all those sample points? It surely can't be by counting each one individually?
 
Physics news on Phys.org
There are always many different techniques to solve probability problems. For example, I could define a discrete random variable S as the sum of 7 i.i.d. uniform random variables X~U[1,6]. Then, I could compute the probability mass function of S with 7 discrete convolutions, with the answer being F_S(15) where F_S is the pmf of S.

You can also use counting methods (combinations, permutations, etc.).
 
RoshanBBQ said:
There are always many different techniques to solve probability problems. For example, I could define a discrete random variable S as the sum of 7 i.i.d. uniform random variables X~U[1,6]. Then, I could compute the probability mass function of S with 7 discrete convolutions, with the answer being F_S(15) where F_S is the pmf of S.

You can also use counting methods (combinations, permutations, etc.).





Ahhh. You see I haven't reached that part of my text yet. I looked through it but haven't done any of the work involving those concepts, but now I see what your getting at. Thanks
 
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