Spin a dial that has a pointer to n regions

  • Thread starter Thread starter lizarton
  • Start date Start date
  • Tags Tags
    Spin
Click For Summary
SUMMARY

The discussion focuses on calculating the probability that the sum of three spins of a dial, which can point to n equally likely regions, equals n. The relevant theorem involves selecting n objects from k types with repetition, represented by the binomial coefficient \(\left(\stackrel{n+k-1}{k - 1}\right)\). The total number of outcomes for three spins is \(n^3\). The user explores various combinations for specific values of n, identifying patterns in the ordered triples that yield the desired sum.

PREREQUISITES
  • Understanding of binomial coefficients and their applications
  • Familiarity with probability theory, specifically independent random variables
  • Knowledge of generating functions and their use in combinatorial problems
  • Basic skills in summation and counting principles
NEXT STEPS
  • Study the application of binomial coefficients in combinatorial problems
  • Learn about generating functions for probability distributions
  • Research the probability density function (PDF) of sums of independent random variables
  • Explore the concept of ordered partitions and their relevance in probability
USEFUL FOR

Mathematicians, statisticians, and students studying probability theory, particularly those interested in combinatorial probability and random variables.

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?
 

Similar threads

Replies
2
Views
1K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
5K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 100 ·
4
Replies
100
Views
12K
  • · Replies 20 ·
Replies
20
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K