/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Problem 27 Susan is a sales representative ... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

Susan is a sales representative who has a history of making a successful sale from about \(80 \%\) of her sales contacts. If she makes 12 successful sales this week, Susan will get a bonus. Let \(n\) be a random variable representing the number of contacts needed for Susan to get the 12 th sale. (a) Explain why a negative binomial distribution is appropriate for the random variable \(n .\) Write out the formula for \(P(n)\) in the context of this application. Hint: See Problem 26 . (b) Compute \(P(n=12), P(n=13)\), and \(P(n=14)\). (c) What is the probability that Susan will need from 12 to 14 contacts to get the bonus? (d) What is the probability that Susan will need more than 14 contacts to get the bonus? (e) What are the expected value \(\mu\) and standard deviation \(\sigma\) of the random variable \(n\) ? Interpret these values in the context of this application.

Short Answer

Expert verified
The probability Susan will need 12 to 14 contacts is 0.5503. Expectation: 15, SD: 1.936 contacts.

Step by step solution

01

Understanding Negative Binomial Distribution

A negative binomial distribution models the number of trials needed to achieve a specified number of successful outcomes (18 in this case, as Susan needs 12 successful sales, and her success rate is 80%). Here, a 'trial' corresponds to each sales contact, and a 'success' is a successful sale. We use the negative binomial distribution because it specifically handles the scenario where we count the number of trials until a certain number of successes occurs in independent trials. This matches perfectly with Susan's scenario where each sales contact is independent with a constant probability of success (80%).
02

Writing the Probability Formula

The negative binomial probability formula is given by:\[ P(n) = \binom{n-1}{k-1} p^k (1-p)^{n-k} \]where \( p \) is the probability of success on any given trial (0.8), \( k \) is the number of successful trials needed (12 for the bonus), and \( n \) is the total number of trials until the 12th success occurs.
03

Calculating Specific Probabilities

Using the probability formula from Step 2, calculate:For \( P(n=12) \):\[ P(n=12) = \binom{11}{11} (0.8)^{12} (0.2)^{0} = (0.8)^{12} \approx 0.0687 \]For \( P(n=13) \):\[ P(n=13) = \binom{12}{11} (0.8)^{12} (0.2)^{1} = 12 \times (0.8)^{12} \times 0.2 \approx 0.2061 \]For \( P(n=14) \):\[ P(n=14) = \binom{13}{11} (0.8)^{12} (0.2)^{2} = 78 \times (0.8)^{12} \times 0.04 \approx 0.2755 \]
04

Probability of Needing 12 to 14 Contacts

To find \( P(12 \leq n \leq 14) \), sum the probabilities:\[ P(12 \leq n \leq 14) = P(n=12) + P(n=13) + P(n=14) \approx 0.0687 + 0.2061 + 0.2755 \approx 0.5503 \] This is the probability that Susan will need between 12 and 14 contacts to get the bonus.
05

Probability of Needing More Than 14 Contacts

To find \( P(n > 14) \), subtract the probability of needing 14 or fewer contacts from 1:\[ P(n > 14) = 1 - P(12 \leq n \leq 14) = 1 - 0.5503 = 0.4497 \] This is the probability that Susan will need more than 14 contacts to get the bonus.
06

Calculating Expected Value and Standard Deviation

The expected value (mean) \( \mu \) for a negative binomial distribution is \( \frac{k}{p} \):\[ \mu = \frac{12}{0.8} = 15 \]The standard deviation \( \sigma \) is given by \( \sqrt{ \frac{kq}{p^2} } \) where \( q = 1 - p \) :\[ \sigma = \sqrt{ \frac{12 \times 0.2}{0.8^2} } = \sqrt{3.75} \approx 1.936 \]This means Susan is expected to make her 12th sale around the 15th contact, with variability measured by a standard deviation of 1.936 contacts.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!

Key Concepts

These are the key concepts you need to understand to accurately answer the question.

Probability
Probability is the mathematical measure of the likelihood of an event occurring. It ranges from 0 to 1, where 0 means the event cannot happen and 1 means it is certain to happen. In Susan's scenario, each sales contact she makes represents a trial, and these trials are independent, meaning the outcome of one does not affect another. Her probability of making a sale, or a "success," with each contact is 80%.
To understand how this applies to her getting the bonus, we calculate the probabilities for needing a certain number of contacts to reach her twelfth sale. The formula used is specific to the negative binomial distribution, which is perfect for determining the probability of a fixed number of successes within a set of independent trials.
In mathematical terms, the probability that Susan will need exactly n contacts to get her twelfth sale is given by the formula for negative binomial distribution:
  • \( P(n) = \binom{n-1}{k-1} p^k (1-p)^{n-k} \)
Here, the parameters include:
  • \( n \): number of contacts
  • \( k \): targeted successful sales (12 in this case)
  • \( p \): probability of a successful sale (0.8)
Expected Value
The expected value, often denoted as \( \mu \), provides a measure of the center of a probability distribution. In the context of Susan's sales, it represents the average number of sales contacts she might expect to make to achieve her goal of 12 successful sales.
For a negative binomial distribution, the expected value is calculated with:
  • \( \mu = \frac{k}{p} \)
In Susan's case, this becomes:
  • \( \frac{12}{0.8} = 15 \)
Therefore, Susan is expected to make her 12th sale typically after connecting with 15 prospective clients. This expected value provides a benchmark against which individual outcomes can be compared, helping in planning and decision-making processes.
Standard Deviation
Standard deviation measures the amount of variation or dispersion in a set of values. In simple terms, it tells us how spread out the sales contact numbers are around the expected value.
For Susan’s case using the negative binomial distribution, the standard deviation \( \sigma \) is calculated as follows:
  • \( \sigma = \sqrt{ \frac{kq}{p^2} } \)
Where:
  • \( q = 1 - p \)
Plugging in Susan’s values, this calculates as:
  • \( \sqrt{ \frac{12 \times 0.2}{0.8^2} } \approx 1.936 \)
This result means the number of contacts Susan will need to make varies by about 1.936 around the expected 15 contacts. A smaller standard deviation indicates that the number of contacts made won't vary much, supporting consistent predictions.
Sales Contacts
Sales contacts refer to the interactions Susan has with potential customers within her work. Each sales contact is independent and provides an opportunity for a sale, or success, in terms of her role. Susan’s goal is to meet a quota to receive a bonus, specifically requiring 12 successful sales.
Given her success rate of 80%, each sales contact individually holds this success probability. The negative binomial distribution is an ideal model in this scenario as it accounts for achieving a number of successes (12 in this end) from a series of these independent sales contacts. By understanding sales contacts through this distribution, Susan can realistically assess her progress towards receiving the bonus.
Ultimately, the variability and average predictions using probability principles aid Susan in determining how many sales contacts are typically necessary, and how this expectation might fluctuate.
Independent Trials
Independent trials are a critical concept in probability and statistics. They imply that each trial or attempt is unaffected by any previous trials, making each sales contact Susan makes a fresh opportunity. This independence is crucial for using probability models like the negative binomial distribution because the computation assumes each trial has a consistent probability of success.
Independent trials describe sales contacts as isolated events in Susan's case, where each has an equal chance (80%) of resulting in success, or conversion. This allows us to predict outcomes across multiple trials. Recognizing this independence means understanding that previous sales calls don't affect future calls’ likelihood to convert into sales--each contact remains a unique opportunity.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

: Syringes The quality-control inspector of a production plant will reject a batch of syringes if two or more defective syringes are found in a random sample of eight syringes taken from the batch. Suppose the batch contains \(1 \%\) defective syringes. (a) Make a histogram showing the probabilities of \(r=0,1,2,3,4,5,6,7\), and 8 defective syringes in a random sample of eight syringes. (b) Find \(\mu .\) What is the expected number of defective syringes the inspector will find? (c) What is the probability that the batch will be accepted? (d) Find \(\sigma\).

In the western United States, there are many dry land wheat farms that depend on winter snow and spring rain to produce good crops. About \(65 \%\) of the years there is enough moisture to produce a good wheat crop, depending on the region (Reference: Agricultural Statistics, United States Department of Agriculture). (a) Let \(r\) be a random variable that represents the number of good wheat crops in \(n=8\) years. Suppose the Zimmer farm has reason to believe that at least 4 out of 8 years will be good. However, they need at least 6 good years out of 8 years to survive financially. Compute the probability that the Zimmers will get at least 6 good years out of 8, given what they believe is true; that is, compute \(P(6 \leq r \mid 4 \leq r) .\) See part \((\mathrm{d})\) for a hint. (b) Let \(r\) be a random variable that represents the number of good wheat crops in \(n=10\) years. Suppose the Montoya farm has reason to believe that at least 6 out of 10 years will be good. However, they need at least 8 good years out of 10 years to survive financially. Compute the probability that the Montoyas will get at least 8 good years out of 10, given what they believe is true; that is, compute \(P(8 \leq r \mid 6 \leq r)\). (c) List at least three other areas besides agriculture to which you think conditional binomial probabilities can be applied. (d) Hint for solution: Review item 6, conditional probability, in the summary of basic probability rules at the end of Section \(4.2 .\) Note that $$ P(A \mid B)=\frac{P(A \text { and } B)}{P(B)} $$ and show that in part (a) $$ P(6 \leq r \mid 4 \leq r)=\frac{P((6 \leq r) \text { and }(4 \leq r))}{P(4 \leq r)}=\frac{P(6 \leq r)}{P(4 \leq r)} $$

Suppose we have a binomial experiment, and the probability of success on a single trial is \(0.02\). If there are 150 trials, is it appropriate to use the Poisson distribution to approximate the probability of three successes? Explain.

We now have the tools to solve the Chapter Focus Problem. In the book A Guide to the Development and Use of the MyersBriggs Type Indicators by Myers and McCaully, it was reported that approximately \(45 \%\) of all university professors are extroverted. Suppose you have classes with six different professors. (a) What is the probability that all six are extroverts? (b) What is the probability that none of your professors is an extrovert? (c) What is the probability that at least two of your professors are extroverts? (d) In a group of six professors selected at random, what is the expected number of extroverts? What is the standard deviation of the distribution? (e) Quota Problem Suppose you were assigned to write an article for the student newspaper and you were given a quota (by the editor) of interviewing at least three extroverted professors. How many professors selected at random would you need to interview to be at least \(90 \%\) sure of filling the quota?

Which of the following are continuous variables, and which are discrete? (a) Speed of an airplane (b) Age of a college professor chosen at random (c) Number of books in the college bookstore (d) Weight of a football player chosen at random (e) Number of lightning strikes in Rocky Mountain National Park on a given day

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.