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
Nadya [2.5K]
3 years ago
5

Acceptance Sampling Random sampling from a large lot of manufactured items yields a number of defective items X with an approxim

ate binomial distribution with p being the true proportion of defectives in the lot. A sampling plan consists of specifying the number, n, of items to be sampled and an acceptance number aa. After n items are inspected, the lot is accepted if X sa and is rejected if X>a. a. For n=5 and a=0 calculate the probability of accepting the lot for values of p equal to 0, 0.1, 0.3, 0.5 and 0.9 and 1 Write the six acceptance probabilities, separated by commas. Then write a brief explanation to support the calculation. b. Graph the probability of lot acceptance as a function of p. This is called an operating characteristic curve. They key is to store your lists of ps and your list of probabilities as vectors in R, and then to use these as the X and Y axes in a geom_line) plot. The code below should get you started. ps <-c() #Fill in the values of p, separated by commas probs <-c() #Fill in the acceptance probabilities, separated by commas ggplot (data=NULL, aes(x=ps, y=probs)) + geom_line() probs ps C. A quality control engineer is considering two different lot acceptance sampling plans: Plan 1: n=5, a=1 Plan 2: n=100, a=20. Construct operating characteristic curves for both sampling plans. You can make separate plots. Hint: use the normal approximation to a binomial to do calculations for the second plan d. If you were a seller producing lots with proportions of defectives between 0 and 10%, which plan would you prefer? Plan 1 or plan 2? Why? Write answer here then justify e. If you were a buyer wishing high protection against accepting lots with proportion of defectives over 30%, which plan would you prefer? Plan 1 or plan 2? Why? Write answer here and then justify
Mathematics
1 answer:
AfilCa [17]3 years ago
8 0

Answer:

Step-by-step explanation

Let β = np, n= 5 and p= 0, 0.1, 0.3, 0.5, 0.9 and 1

x > a, a= 0

The probability of an item inspected, P(x) = β∧x*e∧-β/x!

a) For x= 1: β = 5 X 0 = 0

P(x=1) = 0

For x = 2: β = 5 X 0.1 = 0.5

P(x=2) = 0.5²*e∧-0.5/2!

For x = 3: β = 5 X 0.3 = 1.5

P(x=3) = 1.5³*e∧-1.5/3!

For x =4: β = 5 X 0.5 = 2.5

P(x=4) = 2.5∧4*e∧-2.5/4!

For x = 5: β = 5 X 0.9 = 4.5

P(x=5) = 4.5∧5*e∧-4.5/5!

For x= 6: β = 5 X 1 = 5

P(x= 6) = 5∧6*e∧-5/6!

b) For plan1, x = 1: β + 10 X 0.1 = 1

P(x=1) = e∧-1/1! = 1/e = 1/2.718 = 0.368

For plan2, x=20: β = 100 X 0.1 = 10

P(x=20) = 10∧20*e∧-10/20!

Plan 2 is preferable because the probability of success is very small and the number of trial is comparatively large, hence, the poisson distribution will be suitable probability model.

d) Plan 1 is prefered instead, because the probability of success is larger and more profit is made.

e) Plen 2 is prefered, because it will be cheaper to afford.

You might be interested in
(25 points)<br> Which of the following equations matches the graph above?
Dennis_Churaev [7]

Answer:

B.

Step-by-step explanation:

y intercept: 3

Slope: rise 2 run 1 so -2/1 or -2

8 0
3 years ago
What is the best estimate for 142.45 ÷ 7.4
Schach [20]

Answer:

19.25

Step-by-step explanation:

6 0
3 years ago
Read 2 more answers
Solve the system of the linear equation by adding or subtracting.
Natali [406]
X=1 and y=-2  

In ordered pairs it would be (1,0) and (0,-2)
5 0
3 years ago
ANSWER E and F PLEASE!!!!!! ASAP!!!
Novosadov [1.4K]

Answer:

K = 3

T = 2

And

H = 12

Step-by-step explanation:

3k = 9

k = 9/3

k = 3.

3k =k + 3t

subtitute value of k

3×3=3+3t

9-3=3t

6/3=t

t=2.

2k + h =18

2×3+h=18

h=18-6

h=12...

4 0
3 years ago
(2²)⁴ ∶ 2³ = <br> Ayudenme porfa
MatroZZZ [7]

Step-by-step explanation:

= ( {2}^{2})^{4}   \div  {2}^{3}

=  {2}^{2 \times 4}  \div  {2}^{3}

= {2}^{12}  \div  {2}^{3}

=  {2}^{12 - 3}

=  {2}^{9}

= 512

4 0
3 years ago
Other questions:
  • Which graph of ordered pairs shows a proportional relationship?
    14·2 answers
  • What are the possible values of x in 32x + 20 = 28x − 16x2?
    9·2 answers
  • Is this in the right order?
    9·2 answers
  • Write each improper fraction as a mixed number: 93/12
    8·1 answer
  • Which of the following is the solution to the equation 25^(z − 4) = 125?
    13·1 answer
  • SOMEBODY PLS HELP ILL GIVE BRAINLIEST
    14·2 answers
  • Which of the following integers is a solution to the inequality below?
    7·1 answer
  • Solve this inequality for x. -46-8x&gt;22
    12·1 answer
  • Suppose you are conducting a study about how the average US worker spends time over the course of a workday. You are interested
    9·1 answer
  • I need number 4 answer c
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!