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
Luis was served 145 grams of meat and 217 grams of vegtables at a meal what was the total mass of the meat and the vegtables ?
AlladinOne [14]
Hi! Since it is asking for the total, you must add!

145+217=?
5 0
3 years ago
Read 2 more answers
At which root does the graph of f(x) = (x+4)6(x + 7)5 cross the x axis?
Licemer1 [7]

Answer:

x = -7

Step-by-step explanation:

Our function is f(x) =(x+4)^6(x+7)^5. Notice that our possible roots are when x + 4 = 0 and when x + 7 = 0. So, our roots are -4 and -7.

However, the power above x + 4 is even, meaning the graph will simply <em>touch</em> the x-axis at x = -4, but not pass through. The power above x + 7, though, is odd, which means the graph will <em>cross</em> the x-axis.

Thus, the answer is x = -7.

5 0
3 years ago
Read 2 more answers
How did the League of Nations' failure to end the Abyssinian Crisis help lead to World War II? The failure showed that even a po
german

Answer:

C - The failure was a starting point for a buildup of aggression around the world.

Step-by-step explanation:

EDGE2021 :-)

Have a nice day! ;)

4 0
3 years ago
Read 2 more answers
The graph of Fx), shown below, has the same shape as the graph of
AlexFokin [52]

Step-by-step explanation:

step 1. shifting f(x) up by one simply adds 1 to f(x).

step 2. if g(x) = x^2 then f(x) = x^2 + 1.

4 0
3 years ago
I need answers asap now
beks73 [17]
A for what i know is 1/4
4 0
3 years ago
Read 2 more answers
Other questions:
  • I REALLY NEED HELP plz
    8·1 answer
  • The solution to 2x - 5 = 27 is also a solution of which of the following equations?
    5·2 answers
  • Express 396 as product of prime factors
    12·2 answers
  • The amount of money in your savings account after m months is represented b A = 135m + 225 . After how many months do you have $
    9·2 answers
  • 8 ÷ 1 = 6 + ____? A) 2 B) 4 C) 6 D) 8
    10·2 answers
  • NEED HELP!!
    7·1 answer
  • Mattie Evans drove 200 miles in the same amount of time that it took a turbo propeller plane to travel 800 miles. The speed of t
    6·1 answer
  • if GameStop buys a video game for $35.00 and sells it with a 15% markup. How much does it cost the customer?
    9·1 answer
  • What is y if x=6 eqaution=y=4x+5​
    7·1 answer
  • will give brainliest to the person with the most detailed answer. That means tell me how you got ur answer. And the person who a
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!