SOLUTION: The number of tickets purchased by an individual for Beckham College’s holiday music festival is a uniformly distributed random variable ranging from 6 to 15. Find the mean a

Algebra ->  Probability-and-statistics -> SOLUTION: The number of tickets purchased by an individual for Beckham College’s holiday music festival is a uniformly distributed random variable ranging from 6 to 15. Find the mean a      Log On


   



Question 1201439: The number of tickets purchased by an individual for Beckham College’s holiday music festival is a uniformly distributed random variable ranging from 6 to 15.

Find the mean and standard deviation of this random variable. (Round your answers to 2 decimal places.)

Answer by math_tutor2020(3817) About Me  (Show Source):
You can put this solution on YOUR website!

Answers:
Mean = 10.5
Standard Deviation = 2.87 (approximate)

------------------------------------------------------------------

Explanation:

The number of tickets is a discrete variable.
It can only be equal to one of the following whole numbers {6,7,8,9,10,11,12,13,14,15}
This random variable would be continuous if it made sense to have some fractional amount of tickets (eg: 6.785 tickets), but of course it doesn't make sense to have a fractional amount of tickets.

The mean of a discrete uniform random variable is found by adding up the endpoints, and then dividing in half.
We are computing the midpoint.
midpoint = (a+b)/2
midpoint = (6+15)/2
midpoint = 21/2
midpoint = 10.5
The mean is 10.5
It represents the center of the distribution.
The proof should be fairly straight-forward, but let me know if you need me to go into more detail in this regard.

The standard deviation of a discrete uniform random variable isn't as straight-forward.
The formula is
s+=+sqrt%28%28+%28b-a%2B1%29%5E2+-+1+%29%2F12%29
One proof is found here
https://proofwiki.org/wiki/Variance_of_Discrete_Uniform_Distribution

Plug in a = 6 and b = 15
s+=+sqrt%28%28+%28b-a%2B1%29%5E2+-+1+%29%2F12%29

s+=+sqrt%28%28+%2815-6%2B1%29%5E2+-+1+%29%2F12%29

s+=+2.87228132326901

s+=+2.87
The standard deviation is approximately 2.87
The standard deviation is a measure how spread out a distribution is.

Side note:
Some textbooks will present the standard deviation formula as
s+=+sqrt%28+%28n%5E2-1%29%2F12+%29
where n = b-a+1 represents the number of whole numbers from a to b, including both endpoints.
Example: {6,7,8} has n = b-a+1 = 8-6+1 = 3 items.