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
suter [353]
2 years ago
10

When circuit boards used in the manufacture of compact disc players are tested, the long-run percentage of defectives is 5%. Let

X = the number of defective boards in a random sample of size, n = 25, so X∼Bin(25,0.05).
Required:
a. Determine P(X=3).
b. Determine P(X≤3).
c. Determine P(X≥4).
d. Determine P(1≤X≤3)..
e. What is the probability that none of the 25 boards is defective?
f. Calculate the expected value and standard deviation of X.
Mathematics
1 answer:
sergiy2304 [10]2 years ago
8 0

Answer:

(a) P(X=3) = 0.093

(b) P(X≤3) = 0.966

(c) P(X≥4) = 0.034

(d) P(1≤X≤3) = 0.688

(e) The probability that none of the 25 boards is defective is 0.277.

(f) The expected value and standard deviation of X is 1.25 and 1.089 respectively.

Step-by-step explanation:

We are given that when circuit boards used in the manufacture of compact disc players are tested, the long-run percentage of defectives is 5%.

Let X = <em>the number of defective boards in a random sample of size, n = 25</em>

So, X ∼ Bin(25,0.05)

The probability distribution for the binomial distribution is given by;

P(X=r)= \binom{n}{r} \times p^{r}\times (1-p)^{n-r}  ; x = 0,1,2,......

where, n = number of trials (samples) taken = 25

            r = number of success

            p = probability of success which in our question is percentage

                   of defectivs, i.e. 5%

(a) P(X = 3) =  \binom{25}{3} \times 0.05^{3}\times (1-0.05)^{25-3}

                   =  2300 \times 0.05^{3}\times 0.95^{22}

                   =  <u>0.093</u>

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

= \binom{25}{0} \times 0.05^{0}\times (1-0.05)^{25-0}+\binom{25}{1} \times 0.05^{1}\times (1-0.05)^{25-1}+\binom{25}{2} \times 0.05^{2}\times (1-0.05)^{25-2}+\binom{25}{3} \times 0.05^{3}\times (1-0.05)^{25-3}

=  1 \times 1 \times 0.95^{25}+25 \times 0.05^{1}\times 0.95^{24}+300 \times 0.05^{2}\times 0.95^{23}+2300 \times 0.05^{3}\times 0.95^{22}

=  <u>0.966</u>

(c) P(X \geq 4) = 1 - P(X < 4) = 1 - P(X \leq 3)

                    =  1 - 0.966

                    =  <u>0.034</u>

<u></u>

(d) P(1 ≤ X ≤ 3) =  P(X = 1) + P(X = 2) + P(X = 3)

=  \binom{25}{1} \times 0.05^{1}\times (1-0.05)^{25-1}+\binom{25}{2} \times 0.05^{2}\times (1-0.05)^{25-2}+\binom{25}{3} \times 0.05^{3}\times (1-0.05)^{25-3}

=  25 \times 0.05^{1}\times 0.95^{24}+300 \times 0.05^{2}\times 0.95^{23}+2300 \times 0.05^{3}\times 0.95^{22}

=  <u>0.688</u>

(e) The probability that none of the 25 boards is defective is given by = P(X = 0)

     P(X = 0) =  \binom{25}{0} \times 0.05^{0}\times (1-0.05)^{25-0}

                   =  1 \times 1\times 0.95^{25}

                   =  <u>0.277</u>

(f) The expected value of X is given by;

       E(X)  =  n \times p

                =  25 \times 0.05  = 1.25

The standard deviation of X is given by;

        S.D.(X)  =  \sqrt{n \times p \times (1-p)}

                     =  \sqrt{25 \times 0.05 \times (1-0.05)}

                     =  <u>1.089</u>

You might be interested in
Solve the system by using a matrix equation
Sergeu [11.5K]

Answer:

Option A is correct (17,11).

Step-by-step explanation:

6x - 9y = 3

3x - 4y =7

it can be represented in matrix form as\left[\begin{array}{cc}6&-9\\3&4\end{array}\right] \left[\begin{array}{c}x\\y\end{array}\right] = \left[\begin{array}{c}3\\7\end{array}\right]

A= \left[\begin{array}{cc}6&-9\\3&4\end{array}\right]

X= \left[\begin{array}{c}x\\y\end{array}\right]

B= \left[\begin{array}{c}3\\7\end{array}\right]

i.e, AX=B

or X= A⁻¹ B

A⁻¹ = 1/|A| * Adj A

determinant of A = |A|= (6*-4) - (-9*3)

                                    = (-24)-(-27)

                                    = (-24) + 27 = 3

so, |A| = 3

Adj A=  \left[\begin{array}{cc}-4&9\\-3&6\end{array}\right]

A⁻¹ =  \left[\begin{array}{cc}-4&9\\-3&6\end{array}\right]/3

A⁻¹ =  \left[\begin{array}{cc}-4/3&3\\-1&2\end{array}\right]

X= A⁻¹ B

X=  \left[\begin{array}{cc}-4/3&3\\-1&2\end{array}\right] *\left[\begin{array}{c}3\\7\end{array}\right]

X= \left[\begin{array}{c}(-4/3*3) + (3*7)\\(-1*3) + (2*7)\end{array}\right]

X= \left[\begin{array}{c}-4+21\\-3+14\end{array}\right]

X= \left[\begin{array}{c}17\\11\end{array}\right]

x= 17, y= 11

solution set= (17,11).

6 0
3 years ago
Read 2 more answers
Charles wants to find out if the students in foreign language classes spend more time in class speaking in English or in the for
Nuetrik [128]

C. The way the sample was chosen may overrepresent or underrepresent students taking certain language classes.

The samples he chose may not be a representative sample because the number of students per foreign language class may not be the same. Since classes have different numbers of students, one may have a very large number of students while another may have only a few. Taking equal number of students per class is not a representative sample because it doesn't represent the students correctly.

6 0
2 years ago
Read 2 more answers
350 items have donated to the community food pantry and 35 of the items are jars of peanut butter. What percent of the donated i
pentagon [3]

Answer:

The answer is 25% donated peanut butter

Step-by-step explanation: Easy

8 0
2 years ago
The ratio of the measures of the sides of a triangle is 9:12:5. If the perimeter of the triangle is 130 feet find the measures o
Alla [95]
45 feet, 60 feet, 25 feet
4 0
2 years ago
Read 2 more answers
3. The graph shows the vertical displacement y, in centimeters, that a weight bouncing from a spring would achieve if there were
Free_Kalibri [48]

Answer:

a what is the weight maximum displacement

6 0
3 years ago
Other questions:
  • The sum if five times a number and 24 is seventy-nine
    10·1 answer
  • 8 x 105 is how many times as great as 8 x 10-1
    5·1 answer
  • Which of the following equations has a graph that crosses the y-axis at a point lower than y=2x^2-1
    12·1 answer
  • What is the product of 59x14.4
    8·2 answers
  • A sporting goods company can ship 6 footballs in each carton, How many cartons are needed to ship 75 footballs
    10·2 answers
  • I need help with math
    12·1 answer
  • Which table represents the increasing linear function with the greatest rate
    14·1 answer
  • The cost of health insurance is $900 per month. The cost of an operation for a dramatic injury is $500,000. The chances of someo
    13·1 answer
  • Plzzzzzzzzzzzzzzzzzzzzzz help me nowwwwwwwwwwwwwwwww
    6·1 answer
  • Help Me, Now! E. The Siblings need to save $1,150. At what week will they have enough between both accounts? Week 1, Week 2, Wee
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!