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
beks73 [17]
2 years ago
8

Based on the number of voids, a ferrite slab is classified as either high, medium, or low. Historically, 5% of the slabs are cla

ssified as high, 85% as medium, and 10% as low. A group of 20 slabs that are independent regarding voids is selected for test ing. Let X, Y, and Z denote the number of slabs that are classified as high, medium, and low, respectively.
(a) What are the name and values of the parameters of the joint probability distribution of X, Y , and
Z?
(b) What is the range of the joint probability distribution of X, Y, and Z?
(c) What are the name and the values of the parameters of the marginal probability distribution of X?
(d) Determine E[X] and Var(X).
Determine the following:
(e) P{X = 1, Y = 17, Z = 3}
(f) P{X ? 1, Y = 17, Z = 3}
(g) P{X ? 1}
(h) E[Y ]
Mathematics
1 answer:
AnnyKZ [126]2 years ago
8 0

Answer:

(a) Name: Multinomial distribution

Parameters: p_1 = 5\%   p_2 = 85\%   p_3 = 10\%  n = 20

(b) Range: \{(x,y,z)| x + y + z=20\}

(c) Name: Binomial distribution

Parameters: p_1 = 5\%      n = 20

(d)\ E(x) = 1   Var(x) = 0.95

(e)\ P(X = 1, Y = 17, Z = 3) = 0

(f)\ P(X \le 1, Y = 17, Z = 3) =0.07195

(g)\ P(X \le 1) = 0.7359

(h)\ E(Y) = 17

Step-by-step explanation:

Given

p_1 = 5\%

p_2 = 85\%

p_3 = 10\%

n = 20

X \to High Slabs

Y \to Medium Slabs

Z \to Low Slabs

Solving (a): Names and values of joint pdf of X, Y and Z

Given that:

X \to Number of voids considered as high slabs

Y \to Number of voids considered as medium slabs

Z \to Number of voids considered as low slabs

Since the variables are more than 2 (2 means binomial), then the name is multinomial distribution

The parameters are:

p_1 = 5\%   p_2 = 85\%   p_3 = 10\%  n = 20

And the mass function is:

f_{XYZ} = P(X = x; Y = y; Z = z) = \frac{n!}{x!y!z!} * p_1^xp_2^yp_3^z

Solving (b): The range of the joint pdf of X, Y and Z

Given that:

n = 20

The number of voids (x, y and z) cannot be negative and they must be integers; So:

x + y + z = n

x + y + z = 20

Hence, the range is:

\{(x,y,z)| x + y + z=20\}

Solving (c): Names and values of marginal pdf of X

We have the following parameters attributed to X:

p_1 = 5\% and n = 20

Hence, the name is: Binomial distribution

Solving (d): E(x) and Var(x)

In (c), we have:

p_1 = 5\% and n = 20

E(x) = p_1* n

E(x) = 5\% * 20

E(x) = 1

Var(x) = E(x) * (1 - p_1)

Var(x) = 1 * (1 - 5\%)

Var(x) = 1 * 0.95

Var(x) = 0.95

(e)\ P(X = 1, Y = 17, Z = 3)

In (b), we have: x + y + z = 20

However, the given values of x in this question implies that:

x + y + z = 1 + 17 + 3

x + y + z = 21

Hence:

P(X = 1, Y = 17, Z = 3) = 0

(f)\ P{X \le 1, Y = 17, Z = 3)

This question implies that:

P(X \le 1, Y = 17, Z = 3) =P(X = 0, Y = 17, Z = 3) + P(X = 1, Y = 17, Z = 3)

Because

0, 1 \le 1 --- for x

In (e), we have:

P(X = 1, Y = 17, Z = 3) = 0

So:

P(X \le 1, Y = 17, Z = 3) =P(X = 0, Y = 17, Z = 3) +0

P(X \le 1, Y = 17, Z = 3) =P(X = 0, Y = 17, Z = 3)

In (a), we have:

f_{XYZ} = P(X = x; Y = y; Z = z) = \frac{n!}{x!y!z!} * p_1^xp_2^yp_3^z

So:

P(X=0; Y=17; Z = 3) = \frac{20!}{0! * 17! * 3!} * (5\%)^0 * (85\%)^{17} * (10\%)^{3}

P(X=0; Y=17; Z = 3) = \frac{20!}{1 * 17! * 3!} * 1 * (85\%)^{17} * (10\%)^{3}

P(X=0; Y=17; Z = 3) = \frac{20!}{17! * 3!} * (85\%)^{17} * (10\%)^{3}

Expand

P(X=0; Y=17; Z = 3) = \frac{20*19*18*17!}{17! * 3*2*1} * (85\%)^{17} * (10\%)^{3}

P(X=0; Y=17; Z = 3) = \frac{20*19*18}{6} * (85\%)^{17} * (10\%)^{3}

P(X=0; Y=17; Z = 3) = 20*19*3 * (85\%)^{17} * (10\%)^{3}

Using a calculator, we have:

P(X=0; Y=17; Z = 3) = 0.07195

So:

P(X \le 1, Y = 17, Z = 3) =P(X = 0, Y = 17, Z = 3)

P(X \le 1, Y = 17, Z = 3) =0.07195

(g)\ P(X \le 1)

This implies that:

P(X \le 1) = P(X = 0) + P(X = 1)

In (c), we established that X is a binomial distribution with the following parameters:

p_1 = 5\%      n = 20

Such that:

P(X=x) = ^nC_x * p_1^x * (1 - p_1)^{n - x}

So:

P(X=0) = ^{20}C_0 * (5\%)^0 * (1 - 5\%)^{20 - 0}

P(X=0) = ^{20}C_0 * 1 * (1 - 5\%)^{20}

P(X=0) = 1 * 1 * (95\%)^{20}

P(X=0) = 0.3585

P(X=1) = ^{20}C_1 * (5\%)^1 * (1 - 5\%)^{20 - 1}

P(X=1) = 20 * (5\%)* (1 - 5\%)^{19}

P(X=1) = 0.3774

So:

P(X \le 1) = P(X = 0) + P(X = 1)

P(X \le 1) = 0.3585 + 0.3774

P(X \le 1) = 0.7359

(h)\ E(Y)

Y has the following parameters

p_2 = 85\%  and    n = 20

E(Y) = p_2 * n

E(Y) = 85\% * 20

E(Y) = 17

You might be interested in
What number should be placed in the box to help complete the division calculation?
Katarina [22]

Answer:

180

Step-by-step explanation:

its 180 cos its the closest number to 193 that 18 can go in, your overall answer to the equation is 310 remainder 13. But I dont know if u need that..

5 0
3 years ago
Best known for its testing program, ACT, Inc., also compiles data on a variety of issues in education. In 2004 the company repor
GarryVolchara [31]

Answer:

\mu_p -\sigma_p = 0.74-0.0219=0.718

\mu_p +\sigma_p = 0.74+0.0219=0.762

68% of the rates are expected to be betwen 0.718 and 0.762

\mu_p -2*\sigma_p = 0.74-2*0.0219=0.696

\mu_p +2*\sigma_p = 0.74+2*0.0219=0.784

95% of the rates are expected to be betwen 0.696 and 0.784

\mu_p -3*\sigma_p = 0.74-3*0.0219=0.674

\mu_p +3*\sigma_p = 0.74+3*0.0219=0.806

99.7% of the rates are expected to be betwen 0.674 and 0.806

Step-by-step explanation:

Check for conditions

For this case in order to use the normal distribution for this case or the 68-95-99.7% rule we need to satisfy 3 conditions:

a) Independence : we assume that the random sample of 400 students each student is independent from the other.

b) 10% condition: We assume that the sample size on this case 400 is less than 10% of the real population size.

c) np= 400*0.74= 296>10

n(1-p) = 400*(1-0.74)=104>10

So then we have all the conditions satisfied.

Solution to the problem

For this case we know that the distribution for the population proportion is given by:

p \sim N(p, \sqrt{\frac{p(1-p)}{n}})

So then:

\mu_p = 0.74

\sigma_p =\sqrt{\frac{0.74(1-0.74)}{400}}=0.0219

The empirical rule, also referred to as the three-sigma rule or 68-95-99.7 rule, is a statistical rule which states that for a normal distribution, almost all data falls within three standard deviations (denoted by σ) of the mean (denoted by µ). Broken down, the empirical rule shows that 68% falls within the first standard deviation (µ ± σ), 95% within the first two standard deviations (µ ± 2σ), and 99.7% within the first three standard deviations (µ ± 3σ).

\mu_p -\sigma_p = 0.74-0.0219=0.718

\mu_p +\sigma_p = 0.74+0.0219=0.762

68% of the rates are expected to be betwen 0.718 and 0.762

\mu_p -2*\sigma_p = 0.74-2*0.0219=0.696

\mu_p +2*\sigma_p = 0.74+2*0.0219=0.784

95% of the rates are expected to be betwen 0.696 and 0.784

\mu_p -3*\sigma_p = 0.74-3*0.0219=0.674

\mu_p +3*\sigma_p = 0.74+3*0.0219=0.806

99.7% of the rates are expected to be betwen 0.674 and 0.806

5 0
3 years ago
Which value for x makes the sentence true?
Minchanka [31]

Answer:

☆*: .。..。.:*☆☆*: .。..。.:*☆☆*: .。..。.:*☆☆

Hi! The answer to your question is 31

Step-by-step explanation:

☆*: .。..。.:*☆☆*: .。..。.:*☆☆*: .。..。.:*☆☆

☆Brainliest is greatly appreciated!☆

Hope this helps!!

- Brooklynn Deka

4 0
2 years ago
Which of the following is equivalent to<br> 60 1/2
kotykmax [81]

Answer:

30 or 120 /4

Step-by-step explanation:

a^p/q here p denotes power raised and q denotes inverse power or root. So, 60^1/2 denotes square root of 60 raised to power 1.

3 0
1 year ago
For the right triangle find the missing length. Round your answer<br> to the nearest tenth.
Brut [27]

Answer:

3.5

Step-by-step explanation:

tan60 = w/2

Multiply 2 on both sides to get the w by itself.

tan60 x 2 = w

Put tan60 into the calculator.

2 x 1.732050808 = w

Multiply.

w = 3.5

3 0
2 years ago
Read 2 more answers
Other questions:
  • If f(x) = square root of x+3, what is the equation for f–1(x)? f–1(x) = x2 - 3 f–1(x) = x2 + 3 f–1(x) = (x - 3) 2 f–1(x) = (x +
    8·1 answer
  • Town A currently has 10,000 people in the population is growing by 1000 people per year. Town B currently has 9000 people in the
    14·1 answer
  • Answer all the way up to end 30 points :)
    15·1 answer
  • Solve for y. 6 over 36 equals y over 3
    15·1 answer
  • Please anyone help me on this
    9·1 answer
  • Select the graph of the solution. Click until the correct graph appears. pls help<br><br> x &lt; 4
    12·1 answer
  • How do I find the measurements for the missing angles?
    11·1 answer
  • If micheal invests $2000 in the bank at a rate of 5.5% for 6 years how much interest will he make?
    9·2 answers
  • Suppose f(x) is a function which satisfies f'(3) = 0,f'(5) = 0, f"(3) = -4, and f"(5) = 5.
    8·1 answer
  • (-2, 8) (9, 10) (1,7) (3, 9) (10, 12)FunctionNot a Function
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!