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
marta [7]
3 years ago
12

This exercise illustrates that poor quality can affect schedules and costs. A manufacturing process has 90 customer orders to fi

ll. Each order requires one component part that is purchased from a supplier. However, typically, 3% of the components are identified as defective, and the components can be assumed to be independent.
Required:
a. If the manufacturer stocks 90 components, what is the probability that the 90 orders can be filled without reordering components?
b. If the manufacturer stocks 102 components, what is the probability that the 100 orders can be filled without reordering components?
c. If the manufacturer stocks 105 components, what is the probability that the 100 orders can be filled without reordering components?
Mathematics
1 answer:
svp [43]3 years ago
3 0

Answer:

a) 0.0645 = 6.45% probability that the 90 orders can be filled without reordering components.

b) 0.4062 = 40.62%  probability that the 100 orders can be filled without reordering components.

c) 0.9034 = 90.34% probability that the 100 orders can be filled without reordering components

Step-by-step explanation:

For each component, there are only two possible outcomes. Either it is defective, or it is not. The components can be assumed to be independent. This means that we use the binomial probability distribution to solve this question.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.

P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}

In which C_{n,x} is the number of different combinations of x objects from a set of n elements, given by the following formula.

C_{n,x} = \frac{n!}{x!(n-x)!}

And p is the probability of X happening.

3% of the components are identified as defective

This means that p = 0.03

a. If the manufacturer stocks 90 components, what is the probability that the 90 orders can be filled without reordering components?

0 defective in a set of 90, which is P(X = 0) when n = 90. So

P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}

P(X = 0) = C_{90,0}.(0.03)^{0}.(0.97)^{90} = 0.0645

0.0645 = 6.45% probability that the 90 orders can be filled without reordering components.

b. If the manufacturer stocks 102 components, what is the probability that the 100 orders can be filled without reordering components?

At most 102 - 100 = 2 defective in a set of 102, so P(X \leq 2) when n = 102

Then

P(X \leq 2) = P(X = 0) + P(X = 1) + P(X = 2)

In which

P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}

P(X = 0) = C_{102,0}.(0.03)^{0}.(0.97)^{102} = 0.0447

P(X = 1) = C_{102,0}.(0.03)^{1}.(0.97)^{101} = 0.1411

P(X = 2) = C_{102,2}.(0.03)^{2}.(0.97)^{100} = 0.2204

P(X \leq 2) = P(X = 0) + P(X = 1) + P(X = 2) = 0.0447 + 0.1411 + 0.2204 = 0.4062

0.4062 = 40.62%  probability that the 100 orders can be filled without reordering components.

c. If the manufacturer stocks 105 components, what is the probability that the 100 orders can be filled without reordering components?

At most 105 - 100 = 5 defective in a set of 105, so P(X \leq 5) when n = 105

Then

P(X \leq 5) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) + P(X = 5)

In which

P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}

P(X = 0) = C_{105,0}.(0.03)^{0}.(0.97)^{105} = 0.0408

P(X = 1) = C_{105,0}.(0.03)^{1}.(0.97)^{104} = 0.1326

P(X = 2) = C_{105,2}.(0.03)^{2}.(0.97)^{103} = 0.2133

P(X = 3) = C_{105,3}.(0.03)^{3}.(0.97)^{102} = 0.2265

P(X = 4) = C_{105,4}.(0.03)^{4}.(0.97)^{101} = 0.1786

P(X = 5) = C_{105,5}.(0.03)^{5}.(0.97)^{100} = 0.1116

P(X \leq 5) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) + P(X = 5) = 0.0408 + 0.1326 + 0.2133 + 0.2265 + 0.1786 + 0.1116 = 0.9034

0.9034 = 90.34% probability that the 100 orders can be filled without reordering components

You might be interested in
A company wants to increase the 10% peroxide content of its product by adding pure peroxide (100% peroxide). If x liters of pure
makvit [3.9K]

Answer:

There should be 125 litters of pure peroxide added to produce a new product that is 28% peroxide.

Step-by-step explanation:

The problem provides us with an equation we can use to find the concentration C of the new mixture, which is:

C=\frac{x+0.1(500)}{x+500}

which will give us the concentration C as a decimal number.

We are interested in getting a concentration of 28%, which is written as 0.28 in decimal form. This is our C.

Now we can substitute it into the equation:

0.28=\frac{x+0.1(500)}{x+500}

and now we can solve for x. We can start by multiplying both sides of the equation by (x+500) so we get:

0.28(x+500)=x+0.1(500)

Next, we can distribute dhe 0.28 on the left of the equation and we can also multiply the 0.1(500) on the right side, so we get:

0.28x+140=x+50

so now we can subtract an x from both sides so we get:

0.28-x+140=x-x+50

which yields:

-0.72x+140=50

Now, we can subtract a 140 from both sides, so we get:

-0.72x+140-140=50-140

Which yields:

-0.72x=-90

and finally we can divide both sides into -0.72 so we get:

\frac{-0.72x}{-0.72}=\frac{-90}{-0.72}

x=125lt

So we need to add 125 litters of pure peroxide to produce a new product that is 28% peroxide.

6 0
3 years ago
Bernie has $16000 invested, part at 3% and the remainder at 5%. If the yearly interest on each investment is the same, how much
Snowcat [4.5K]
If the interest is the same for both accounts then:

.03x=.05(16000-x)

.03x=800-.05x

.08x=800

x=10000, since the interest is the same for both we can just double the interest from one investment to find the total interest earned each year...

.03(10000)2=$600.00
3 0
3 years ago
Parvinis older than Jan, who is
MatroZZZ [7]

Using the arrangements formula, it is found that there are 24 ways for them to stand in line so that the youngest person is always first, and the oldest person is always last.

<h3>What is the arrangements formula?</h3>

The number of possible arrangements of n elements is given by the factorial of n, that is:

A_n = n!

In this problem, we have that there are 6 people. The youngest person(Leslie) has to be first, while the oldest(Parvinis) has to be last, while the remaining 4 can be arranged, hence the number of ways for them to stand in line is given by:

A_4 = 4! = 24

More can be learned about the arrangements formula at brainly.com/question/24648661

#SPJ1

8 0
2 years ago
What is the square root of 64y16?<br> 6 OF<br> O 4y4<br> 4y8<br> 8y4<br> O<br> O 8y8
alexandr402 [8]

Answer:

8y8

i recomend you to use p.h.o.t.o.m.a.t.h

7 0
3 years ago
Read 2 more answers
If you were solving a system of equations and you came to a statement like 4 = 4, what do you know about the solution to the sys
GuDViN [60]
It is infinite solutions.
6 0
3 years ago
Read 2 more answers
Other questions:
  • True or false.4pounds=64ounces
    12·2 answers
  • What is the equation of the line described below written in slope-intercept form?
    6·1 answer
  • What is 6m - m = 2(m + 9)​
    12·1 answer
  • Complete each blank to find an expression that is equal to 16%.
    11·2 answers
  • If Melanie spins this spinner 1000 times, approximately how many times will it land on orange?
    9·2 answers
  • PLEASE HELP ME ILL GIVE BRAINLIEST
    6·1 answer
  • What is the pre-image of vertex A' if the rule that created the image is ry-axis(x, y) → (–x, y)? A(–4, 2) A(–2, –4) A(2, 4) A(4
    13·2 answers
  • 4 1/10=<br>simplify? improper fraction?​
    6·1 answer
  • ~(~p) is always equivalent to<br><br> 1: q<br> 2: (~(~(~ (~p))))<br> 3: ~P<br> 4: ~q
    12·1 answer
  • Pls help me I will merl you as brain
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!