Question

In: Statistics and Probability

Theater tickets for a hit show have four prices depending on seating. The prices ae $50,...

  1. Theater tickets for a hit show have four prices depending on seating. The prices ae $50, $100, $150 and $200. The probability a ticket sells for $50 is .4. The probability it sells for $100 is .15. The probability it sells for $150 is .2.
  1. Find the probability a ticket sells for $200.

  1. Find the expected cost (mean cost) of a ticket.

  1. Find the standard deviation for the cost of a ticket
  1. Find the variance for the cost of a ticket
  1. A person pays $2.00 to play the following carnival game: A die is rolled one time. If an even number comes up the person pays an additional $2.50. If it comes up odd, the player receives a payment of $5.00 and gets the $2.00 back. Find the players expected profit if (s)he plays this game.
  1. Sixty percent of all shoppers in a given shopping center use credit cards for their purchases. If 20 shoppers make purchases, find the probability that:
  1. exactly 12 use credit cards.

  1. exactly 7 do not use credit cards.
  1. At most 10 use credit cards
  1. More than 13 use credit cards
  1. The probability a person passes the Bar exam is .46. If 290 people in this city take the exam:
  1. Find the mean number who pass.

  1. Find the standard deviation for the number who pass.
  1. Find each of the following probabilities for a value chosen at random from a Standard Normal (Z) distribution.
  1. the probability the value is more than 2.7

  1. the probability the value is between –2.01 and 2.21

  1. The probability the value is less than –3.2
  1. The hourly wage for workers in a fast food restaurant is Normally distributed with a mean of $5.85 and a standard deviation of $0.35. If a worker is selected at random, find the probability that:
  1. (S)he earns less than $5.50 an hour

  1. (S)he earns between $5.90 and $6.40 an hour.

  1. (S)he earns at least $6.00 an hour

  1. The mean cost of living for a family of four in cities across the country is $65,351 with a standard deviation of $7712. A company is thinking of relocating to a city with a cost of living that is in the bottom 40% of all the cities. Assuming that the distribution is Normally distributed, what is the cutoff score for a city that would make it eligible for consideration by this company?
  1. 45% of people have type O blood . If 400 volunteers show up to donate blo, use the Normal approximation to the binomial to find the probability that more than 175 but at most 182 have type O blood.
  1. The mean annual rainfall in a particular region is 80 inches with a standard deviation of 8 inches. If a sample of 32 years is selected, what is the probability that the mean annual rainfall for this sample will be less than 79 inches?

Solutions

Expert Solution

1)

a)

Using the law of total probability

b)

The expected value is obtained using the following formula,

From the data values,

Prices, X Probability, P(X) X*P(X)
50 0.4 20
100 0.15 15
150 0.2 30
200 0.25 50
. Sum 115

c)

The standard deviation value is obtained using the following formula,

From the data values,

Prices, X Probability, P(X) X*P(X) X^2*P(X)
50 0.4 20 1000
100 0.15 15 1500
150 0.2 30 4500
200 0.25 50 10000
. Sum 115 17000

d)

The variance value is obtained using the following formula,

2)

If the die is fair, the probability of getting even number = 0.5 and the probability of getting odd number = 0.5

If even number comes, the player's profit = -(2 + 2.5) = - $4.5

If odd number comes, the player's profit  = 2 + 5 = $7

The expected profit value is obtained using the following formula,

From the data values,

X P(X) X*P(X)
Even number -4.5 0.5 -2.25
Odd number 7 0.5 3.5
1.25

3)

Let the random variable, X = number of shoppers who uses credit cards for their purchases in a given shopping center,

When we want to calculate the probability of the number of success in a fixed number of trails (Bernoulli's trials i.e. two possible outcomes, success/failure), the binomial distribution follows.

Hence the sample size of 20 shoppers will have a binomial distribution with parameters n and p.

n = number of trials = 20

p = probability of success = 0.60

a)

exactly 12 use credit cards.

The probability mass function for the binomial distribution is defined as,

Now, the required probability is,

(In excel use function =BINOM.DIST(12,20,0.6,FALSE))

b)

exactly 7 do not use credit cards.

Now the probability of success (don not use credit cards) = 1 - 0.6 = 0.4

Now, the required probability is,

(In excel use function =BINOM.DIST(7,20,0.4,FALSE))

c)

At most 10 use credit cards

The cumulative distribution function is defined as,

Now, the required probability is,

(In excel use function =BINOM.DIST(10,20,0.6,TRUE))

d)

More than 13 use credit cards

Now, the required probability is,

(In excel use function =1-BINOM.DIST(13,20,0.6,TRUE))

4)

Let the random variable, X = number of persons passes the Bar exam

When we want to calculate the probability of the number of success in a fixed number of trails (Bernoulli's trials i.e. two possible outcomes, success/failure), the binomial distribution follows.

Hence the sample size of 290 persons will have a binomial distribution with parameters n and p.

n = number of trials = 290

p = probability of success = 0.46

a)

The mean value is obtained using the following formula,

b)

The standard deviation value is obtained using the following formula,


Related Solutions

The opera theater manager calculates that 11% of the opera tickets for tonight's show have been...
The opera theater manager calculates that 11% of the opera tickets for tonight's show have been sold. If the manager is correct, what is the probability that the proportion of tickets sold in a sample of 703 tickets would be less than 13%? Round your answer to four decimal places.
The opera theater manager calculates that 15% of the opera tickets for tonight's show have been...
The opera theater manager calculates that 15% of the opera tickets for tonight's show have been sold. If the manager is accurate, what is the probability that the proportion of tickets sold in a sample of 690 tickets would differ from the population proportion by more than 4% ? Round your answer to four decimal places.
The opera theater manager believes that 11% of the opera tickets for tonight's show have been...
The opera theater manager believes that 11% of the opera tickets for tonight's show have been sold. If the manager is right, what is the probability that the proportion of tickets sold in a sample of 792 tickets would be greater than 14%? Round your answer to four decimal places.
*****IN JAVA**** Implement a theater seating chart  as a two-dimensional array of ticket prices, like this: {10,...
*****IN JAVA**** Implement a theater seating chart  as a two-dimensional array of ticket prices, like this: {10, 10, 10, 10, 10, 10, 10, 10, 10, 10} {10, 10, 10, 10, 10, 10, 10, 10, 10, 10} {10, 10, 10, 10, 10, 10, 10, 10, 10, 10} {10, 10, 20, 20, 20, 20, 20, 20, 10, 10} {10, 10, 20, 20, 20, 20, 20, 20, 10, 10} {10, 10, 20, 20, 20, 20, 20, 20, 10, 10} {20, 20, 30, 30, 40,...
Sometimes consumers don’t face the same prices. For example, a movie theater may offer cheaper tickets...
Sometimes consumers don’t face the same prices. For example, a movie theater may offer cheaper tickets to senior citizens, or local restaurants may provide student discounts. How would different prices charged to different people change our model of the consumer problem? Would people end up at points on the ICs with the same slope upon solving their consumer problems? If not, why wouldn’t they be able to improve themselves through mutually beneficial trades (keeping in mind the movie ticket and...
Someone sells 2000 tickets for $1 each. Prizes are awarded of one $100, four $50, and...
Someone sells 2000 tickets for $1 each. Prizes are awarded of one $100, four $50, and eight $25. Find the expected value if you purchase 1 ticket. Your expected value should end up negative since there are way more chances to not win than to win one of the prizes. Expected value is calculated by multiplying every possible outcome by its probability and then adding those products. Let's break this down. a) In this case there are 2000 outcomes. How...
Airlines sometimes overbook fights. Suppose that for a plane with 50 seats, 53 passengers have tickets....
Airlines sometimes overbook fights. Suppose that for a plane with 50 seats, 53 passengers have tickets. Define the random variable Y as the number of ticketed passengers who actually show up for the fight. The probability mass function of Y appears in the accompanying table. Y 48 49 50 51 52 53 P(Y=y) 0.28 ? 0.25 0.06 0.05 0.05 a. Given the missing value P(Y=49). b. What is the probability that the fight will accommodate all ticketed passengers who show...
Suppose you have four extra tickets to a football game and you are trying to determine...
Suppose you have four extra tickets to a football game and you are trying to determine which of your five closest friends to take with you: Mark, Samuel, Elizabeth, James, and Mary. You decided to randomly choose four of them to attend the game with you. What is the probability that you will choose at least one friend whose name starts with the letter M? 0 2/5 4/5 1 2
Three put options on a stock have the same expiration date and strike prices of $50,...
Three put options on a stock have the same expiration date and strike prices of $50, $60, and $70. The market prices are $3, $5, and $9, respectively. Harry buys the $50 put, buys the $70 put and sells two of the $60 puts. Harry's strategy potentially makes money (i.e. positive profit) in which of the following price ranges? $40 to $50 $70 to $80        $85 to $95      $55 to $65       
Coronavirus and global oil markets Oil prices have fallen from about $50 per barrel to $20...
Coronavirus and global oil markets Oil prices have fallen from about $50 per barrel to $20 per barrel over the past two months, with most of that decrease occurring in the first half of March. The drop in prices is widely attributed to the decrease on global oil demand caused by the Coronavirus/COVID-19 in combination with strategic and political supply-side maneuvering by Saudi Arabia and Russia (who are the largest exporters and the second and third largest producers, accounting jointly...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT