1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Masja [62]
3 years ago
6

For each random variable, state whether the random variable should be modeled with a Binomial distribution or a Poisson distribu

tion. Explain your reasoning. State the parameter values that describe the distribution and give the probability mass function.
Random Variable 1. A quality measurement for cabinet manufacturers is whether a drawer slides open and shut easily. Historically, 2% of drawers fail the easy slide test. A manufacturer samples 10 drawers from a batch. Assuming the chance of failure is independent between drawers, what type of distribution could be used to model the number of failed drawers from the sample of 10?

Random Variable 2. The warranty for a particular system on a new car is 2 years. During which there is no limit to the number of warranty claims per car. Historically, the average number of claims per car during the period is 0.8 claims. What type of distribution could be used to model the number of warranty claims per car?
Mathematics
1 answer:
navik [9.2K]3 years ago
7 0

Answer:

1) This random variable should be modelled using a binomial distribution since we have independence between the events and a bernoulli trial each time when the experiment is conducted, a fixd value for the sample size n and for the probability of success.

Let X the random variable of interest, on this case th distribution would be given by:

X \sim Binom(n=10, p=0.02)

The probability mass function for the Binomial distribution is given as:

P(X)=(nCx)(p)^x (1-p)^{n-x} = (10Cx) (0.02)^x (1-0.02)^{10-x}

2) For this case we don't have a sample size provided and we just have an average rate for a given period, so then we can assume that the best distribution for this case is the Poisson distribution.

Let X the random variable that represent the number of claims per car. We know that X \sim Poisson(\lambda)

The probability mass function for the random variable is given by:

f(x)=\frac{e^{-\lambda} \lambda^x}{x!} , x=0,1,2,3,4,...

Where \lambda=0.2 represent the mean of occurrences in the interval of 2 years provided.

And f(x)=0 for other case.

Step-by-step explanation:

Previous concepts

The binomial distribution is a "DISCRETE probability distribution that summarizes the probability that a value will take one of two independent values under a given set of parameters. The assumptions for the binomial distribution are that there is only one outcome for each trial, each trial has the same probability of success, and each trial is mutually exclusive, or independent of each other".

Random variable 1

This random variable should be modelled using a binomial distribution since we have independence between the events and a bernoulli trial each time when the experiment is conducted, a fixd value for the sample size n and for the probability of success.

Let X the random variable "number of failed drawers", on this case th distribution would be given by:

X \sim Binom(n=10, p=0.02)

The probability mass function for the Binomial distribution is given as:

P(X)=(nCx)(p)^x (1-p)^{n-x} = (10Cx) (0.02)^x (1-0.02)^{10-x}

Where (nCx) means combinatory and it's given by this formula:

nCx=\frac{n!}{(n-x)! x!}

Random variable 2

For this case we don't have a sample size provided and we just have an average rate for a given period, so then we can assume that the best distribution for this case is the Poisson distribution.

Let X the random variable that represent the number of claims per car. We know that X \sim Poisson(\lambda)

The probability mass function for the random variable is given by:

f(x)=\frac{e^{-\lambda} \lambda^x}{x!} , x=0,1,2,3,4,...

Where \lambda=0.2 represent the mean of occurrences in the interval of 2 years provided.

And f(x)=0 for other case.

You might be interested in
Please help a girl out
xxMikexx [17]

Answer:

Quadratic formula is in the 2nd picture.

Step-by-step explanation:

Answers in the photo.

Solve the equation for r by finding a,b, and c  of the quadratic  then applying the quadratic formula.

3 0
2 years ago
Read 2 more answers
What is the result when the number 10 is decreased by 5.1%?
SashulF [63]

Answer:

(10/100)*94.9 = 9.49

Step-by-step explanation:

Divide by 100 and multiply by 100-5.1 = 9.49

6 0
2 years ago
Please help me guyys
algol13

Answer:

the answer is A! goodluck with hw thk

4 0
1 year ago
Relative risk is an ideal form of measurement for a retrospective cohort study design because it allows researchers to recruit b
kolezko [41]

This indicates that the individuals taking vitamin C were 53% less likely to catch a cold and that taking vitamin C has a protective effect, making them less likely to catch a cold.

This is further explained below.

<h3>What is vitamin C?</h3>

Generally, Vitamin C, which is also known as ascorbic acid, is an essential nutrient for the expansion, maturation, and maintenance of all of the body's tissues. It plays an important role in the synthesis of collagen, the absorption of iron, the appropriate functioning of the immune system, the healing of wounds, and the preservation of cartilage, bones, and teeth.

In conclusion, This suggests that those persons who took vitamin C were 53% less likely to develop a cold and that taking vitamin C has a protective impact, making them less likely to catch a cold.

Additionally, this implies that taking vitamin C makes one less likely to catch a cold.

Read more about vitamin C

brainly.com/question/15080220

#SPJ1

CQ

Researchers have conducted a study and determined that the relative risk for developing a cold for individuals taking vitamin C is 0.47 when compared to the number of participants in the study who developed a cold while not taking vitamin C. This is an indication of which of the following?

6 0
1 year ago
(1 point) Newton's law of cooling states that the temperature of an object changes at a rate proportional to the difference betw
slavikrds [6]

Answer:

a. \frac{dT}{dt}=k(T-Tm); T(0)=190

b. C_{0}=122

c. k=-0.00259

d. t=153.39838\\ minutos

Step-by-step explanation:

a. Newton's law of cooling states that the speed with which a body is cooled is proportional to the difference between its temperature and that of the medium in which it is found. Then, the initial value problem is given by:

Tm=68

\frac{dT}{dt}=k(T-Tm); T(0)=190

b. The differential equation obtained is a differential equation of separable variables:

\frac{dT}{T-Tm}=kdt\\\\\int {\frac{dT}{T-Tm}}=\int{kdt}\\\\Ln|T-Tm|=kt+C\\\\T(t)=C_{0}e^{kt}+Tm=C_{0}e^{kt}+68\\\\T(0)=C_{0}e^{k(0)}+68=190\\\\C_{0}=122

c. After 33 minutes of serving the coffee has cooled to 180°:

T(33)=122e^{33k}+68=180\\\\e^{33k}=\frac{112}{122}\\\\33k=Ln(\frac{112}{122})\\\\k=-0.00259

d.

150=122e^{-0.00259t}+68\\\\Ln(\frac{150-68}{122})=-0.00259t\\\\t=153.39838\\\\

8 0
3 years ago
Other questions:
  • What is the absolute value of a number
    14·2 answers
  • What is the midpoint of the segment shown below (-4 6) (4 -2)
    15·2 answers
  • How do you solve 34.86×1.2
    14·2 answers
  • I don’t know what I’m doing wrong. I need help understanding this problem please...
    13·1 answer
  • Help with mathh pleaseeee
    12·1 answer
  • Yr is the circundcenter of ASTU, find each measures.
    8·2 answers
  • 2 poin
    6·2 answers
  • What is the meaning of cubed (enter the number only)
    5·2 answers
  • Equation for the line that passes through (4,7) and is perpendicular to the line Y= 2/3x-1
    9·2 answers
  • Find the volume. Show work!!
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!