Spin a dial that has a pointer to n regions

  • Thread starter Thread starter lizarton
  • Start date Start date
  • Tags Tags
    Spin
lizarton
Messages
13
Reaction score
0

Homework Statement



Consider a dial having a pointer that is equally likely to point to each of n region numbered 1,2,...,n. When we spin the dial three times, what is the probability that the sum of the selected numbers is n?

Homework Equations



A Theorem I believe is relevant:
With repetition allowed, there are \left(\stackrel{n+k-1}{k - 1}\right) ways to select n objects from k types. This also equals the number of nonnegative integer solutions to x_{1} + \ldots + x_{k} = n.

My problem is identifying n and k in these problems. Any help would be greatly appreciated!

The Attempt at a Solution



I have to use summations, and I'm sure binomial coefficients. I believe that this is a selection; it seems to imitate rolling an n-sided die three times, but I even have trouble computing that problem.

The total number of outcomes is n^3 (I think)

I started counting ordered triples of some n terms...

n=3: There is only one way, {(1,1,1)}
n=4: There are 3 ways, {(1,2,1),(1,1,2),(2,1,1)}
n=5: There are 6 ways, {(1,1,3),(1,2,2),(1,3,1),(2,1,2,),(2,2,1),(3,1,1)}
n=6: There are 10 ways...
n=7: 15 ways...

For arbitrary n, you can start making ordered triples...
(1,1,n-2)<br /> (1,2,n-3)<br /> (1,3,n-4)<br /> \ldots<br /> (1,n-2,1)<br /> (1,n-3,2)<br /> \ldots<br />
 
Physics news on Phys.org
Simplify to two spins and draw a table. Then think how that generalises to three spins.

Alternatively look into how to determine the PDF of a sum of independent random variables from their PDFs. This is the more powerful way of doing it because it works for any PDF, discreet or continuous. But the first way will solve the problem at hand.
 
I'm not even sure that I know how to form the simpler problem, but here's a shot:

For two spins, there are n-1 combinations that will sum to n.<br /> (1,n-1)<br /> (2,n-2)<br /> ...<br /> (n-2,2)<br /> (n-1,1)

The total number of outcomes is n^2 (I think?).

Where do I go from here?
 
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...

Similar threads

Back
Top