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
Pq lies on plane PQR. Point S lies on plane PQR. qs does not lie on plane PQR. Which two statements contradict each other?
Vinil7 [7]

Answer c: 2 and 3


Of course Q is on plane PQR. If S is as well, then QS is as well.



8 0
3 years ago
What does x equal in this question
miskamm [114]
Theirs a trick to cheat on khan academy

1) Turn off Wifi
2) Go to hint and get the answer
3) Take picture of answer or remember it
4) Go to inspect element ——> arrows that look like this “>>”—> Application—-> Local Storage (click it until it says khan academy .com etc then click that then go to “X” by value and next to it click that then turn on wifi and put the answer
5 0
2 years ago
The first term of a gemotetric sequence is -15 and the common ratio is 6 What is the twelfth term of the sequence
nikklg [1K]

Answer:

Step-by-step explanation:

a₁₂ = a₁r¹²⁻¹ = -15×6¹¹

8 0
3 years ago
Layla uses 1.75 cups of sugar per batch of cookies. How many cups of sugar would she require to bake 9 batches of cookies?
ruslelena [56]

Answer:

15.75 cups

Step-by-step explanation:

If she uses 1.75 cups each batch to find how much she uses for 9 batches you just multiply 1.75 by 9 which gives you 15.75 cups

8 0
3 years ago
Find the discriminant of 3x2 - 10x=-2.
FrozenT [24]

Answer:

x= 4/5 or 0.8

Step-by-step explanation:

7 0
3 years ago
Read 2 more answers
Other questions:
  • g Two balls are dropped in such a way that each ball is equally likely to fall into any one of four holes. Both balls may fall i
    8·1 answer
  • Help me show work please<br>​
    5·1 answer
  • The prime factorization of 441 is ?
    10·2 answers
  • Melissa has found that her most recent "third quarter earnings", are 2.4% below last year's earnings, for the same period. If sh
    9·1 answer
  • You are picking up lumber at a lumber yard for a construction project. In addition to the ten (10) boards you already have, you
    11·2 answers
  • Which expressions are equivalent to 2(b+3c)
    11·2 answers
  • Find the indicated quantities for y equals f (x )equals 3 x squared. ​(A) Simplify StartFraction f (3 plus Upper Delta x )minus
    13·1 answer
  • AT YOUR NEW JOB AT THE COFFEE SHOP, YOU SOLD 42 LARGE COFFEES AND 54 SMALL COFFEES WHAT WAS THE RATIO OF LARGE TO SMALL COFFEES
    12·1 answer
  • the temperature of an enclosure for a pet snake should be about 80f, give or take 5. find the maximum and minimum temperatures
    9·1 answer
  • Is -1.2 greater than 0.8?
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!