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]
3 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]3 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
Stan wants to start an IRA that will have $250,000 in it when he retires in 25 years. How much should he invest semiannually in
inn [45]
25 years: No Payment, but total is 250000 6 months earlier. Payment of "P". It's value 1/2 year later is P(1+0.03) 6 months earlier. Payment of "P". It's value 1 year later is P(1+0.03)^2 6 months earlier. Payment of "P". It's value 1½ years later is P(1+0.03)^3 6 months earlier. Payment of "P". It's value 2 years later is P(1+0.03)^4 We need to recognize these patterns. Similarly, we can identify the accumulated value of all 50 payments of "P". Starting from the last payment normally is most clear. P(1.03) + P(1.03)^2 + P(1.03)^3 + ... + P(1.03)^50 That needs to make sense. After that, it's an algebra problem. P[(1.03) + (1.03)^2 + (1.03)^3 + ... + (1.03)^50] <span>P<span><span>1.03−<span>1.0351</span></span><span>1−1.03</span></span>=250000
</span>If you don't understand plz message me
If you understand plz brainlest
This is pretty easy if you know the formula :)
Thank you and have a nice day!
3 0
3 years ago
A local movie theater charges $12 for an adult ticket and $10 for a child's ticket. A group of 8 people spent a total of $86 on
NemiM [27]
Total price paid : 86=12*X+10*Y
Total number of people : 8=X+Y
Hence Y=8-X thus 86=12*X+10(8-X) => 86-80=2X => X=3 => Y=5

There were 3 adults and 5 children
4 0
4 years ago
Use the combination formula to solve a problem when n = 7 and r = 5.
sdas [7]
I might be wrong but I think it’s b sorry if wrong :)
8 0
3 years ago
Read 2 more answers
3n² - 9(7m³ + 7n²) pls help!!!
sergeinik [125]

Answer:

−63m3−60n2

ru simplifying?

3 0
4 years ago
Read 2 more answers
Find the greatest common factor of 636363 and 424242.
astra-53 [7]

Answer:

1

Step-by-step explanation:

1 goes into both

6 0
4 years ago
Read 2 more answers
Other questions:
  • 44. y = -1 what’s Y?
    9·1 answer
  • Which of the following is a factor of 2x^2-18?
    12·1 answer
  • What is the slope intercept form for this graph ? Please answer !!
    6·1 answer
  • Which expression is equivalent to 14-9?<br> A) -14=9<br> B)-9-14<br> C)9-14<br> D)14+(-9)
    11·2 answers
  • solve for c in the literal equation 39+7c=p. Represent any fractions in reduced proper or improper form only.
    7·1 answer
  • I need help with 4 questions ​
    5·1 answer
  • Jack baked 12 muffins. This was half the number of muffins he made yesterday. Which equation can be used to find, x, the number
    6·1 answer
  • Fill in the table so it represents a linear function.
    8·1 answer
  • Find the value of cos <br> V<br> V rounded to the nearest hundredth, if necessary.
    12·1 answer
  • If 5 items are chosen at a random without replacement from a list of 10 items, in how many ways can the 5 items be arranged if t
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!