0% found this document useful (0 votes)
52 views4 pages

Assignment 2 ES202

This document contains the text of 10 practice questions from an engineering statistics course at Ghulam Ishaq Khan Institute of Engineering Sciences and Technology. The questions cover topics like calculating probabilities for random variables, determining probability mass and density functions, and analyzing systems of independent components.

Uploaded by

RAZA ALI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views4 pages

Assignment 2 ES202

This document contains the text of 10 practice questions from an engineering statistics course at Ghulam Ishaq Khan Institute of Engineering Sciences and Technology. The questions cover topics like calculating probabilities for random variables, determining probability mass and density functions, and analyzing systems of independent components.

Uploaded by

RAZA ALI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Ghulam Ishaq Khan Institute of Engineering Sciences and Technology (GIKI)

Faculty of Engineering Sciences (FES)

ES 202 Spring 2023 Practice Assignment 2

CLO 2: Calculate probability mass/density function parameters, moments and


functions of random variables.
Q 1. A tobacco company produces blends of tobacco, with each blend
containing various proportions of Turkish, domestic, and other tobaccos. The
proportions of Turkish and domestic in a blend are random variables with
joint density function (X = Turkish and Y = domestic)
24 xy, 0  x, y  1, x + y  1,
f ( x, y ) = 
0 otherwise

a. Find the probability that in a given box the Turkish tobacco accounts
for over half the blend.
b. Find the marginal density function for the proportion of the domestic
tobacco.
c. Find the probability that the proportion of Turkish tobacco is less than
1/8 if it is known that the blend contains 3/4 domestic tobacco.
Q 2. An insurance company offers its policyholders a number of different
premium payment options. For a randomly selected policyholder, let X be
the number of months between successive payments. The cumulative
distribution function of X is

0, if x = 1,
0.4, if 1  x  3,

F ( x ) = 0.6, if 3  x  5,
0.8, if 5  x  7,

1.0, if x  7.

FES ES202 – Engineering Statistics GIKI


a. What is the probability mass function of X?
b. Compute P(4 < X ≤ 7).

Q 3. Suppose that f ( x ) = c / 3x , x  0 is the probability function for a

random variable X.
a. Determine c.
b. Find the cumulative distribution function.
c. Graph the probability mass function and the cumulative distribution
function.

d. Find P ( 2  X  5 ) .

e. Find P ( X  3 ) .
Q 4. Suppose that

cxe −2 x , x  0,
f ( x) = 
0, otherwise

is the density function for a random variable X.

a. Determine c.
b. Find the cumulative distribution function.
c. Graph the probability density function and the cumulative distribution
function.

d. Find P ( X  1) .

e. Find P ( 2  X  3 ) .
Q 5. The shelf life of a product is a random variable that is related to consumer
acceptance. It turns out that the shelf life Y in days of a certain type of
bakery product has a density function
 1 − y /2
 e , y  0,
f ( y) = 2
0, otherwise

FES ES202 – Engineering Statistics GIKI


What fraction of the loaves of this product stocked today would you
expect to be sellable 3 days from now?

Q 6. Consider the random variables X and Y that represent the number of


vehicles that arrive at two separate street corners during a certain 2-minute
period. These street corners are fairly close together so it is important that
traffic engineers deal with them jointly if necessary. The joint distribution of
X and Y is known to be
9 1
f ( x, y ) = .
16 4( x + y )

for x = 0, 1, 2, . . . and y = 0, 1, 2, . . . .

a. Are the two random variables X and Y independent? Explain why or


why not.
b. What is the probability that during the time period in question less
than 4 vehicles arrive at the two street corners?
Q 7. Impurities in a batch of final product of a chemical process often reflect a
serious problem. From considerable plant data gathered, it is known that the
proportion Y of impurities in a batch has a density function given by

10 (1 − y ) ,
 0  y  1,
9

f ( y) = 

0, otherwise

a. Verify that the above is a valid density function.


b. A batch is considered not sellable and then not acceptable if the
percentage of impurities exceeds 60%. With the current quality of the
process, what is the percentage of batches that are not acceptable?
Q 8. The behavior of series of components plays a huge role in scientific and
engineering reliability problems. The reliability of the entire system is
certainly no better than that of the weakest component in the series. In a
series system, the components operate independently of each other. In a

FES ES202 – Engineering Statistics GIKI


particular system containing three components, the probabilities of meeting
specifications for components 1, 2, and 3, respectively, are 0.95, 0.99, and
0.92. What is the probability that the entire system works?
Q 9. One type of system that is employed in engineering work is a group of
parallel components or a parallel system. In this more conservative approach,
the probability that the system operates is larger than the probability that any
component operates. The system fails only when all components fail.
Consider a situation in which there are 4 independent components in a
parallel system with probability of operation given by
Component 1: 0.95; Component 2: 0.94;
Component 3: 0.90; Component 4: 0.97.

What is the probability that the system does not fail?

Q 10. Consider a system of components in which there are 5 independent


components, each of which possesses an operational probability of 0.92. The
system does have a redundancy built in such that it does not fail if 3 out of
the 5 components are operational. What is the probability that the total
system is operational?

FES ES202 – Engineering Statistics GIKI

Common questions

Powered by AI

To determine if two random variables X and Y are independent, check if the joint distribution function can be written as the product of the marginal distributions of X and Y. For the joint distribution function f(x,y) = (9/(16(1+x+y))), calculate the marginal distributions by integrating f(x,y) over the possible values of the other variable. If f(x,y) = p(x)p(y) for all x, y, then X and Y are independent. In this case, they are not independent because f(x,y) cannot be expressed as a product of its marginals.

In a redundant system where at least 3 out of 5 components with individual reliability of 0.92 are needed to operate the system, calculate via binomial distribution: P(at least 3 working) = P(3) + P(4) + P(5), where P(k) is \( \binom{5}{k} (0.92)^k (0.08)^{5-k} \). The total probability sums to approximately 0.99546.

To ensure the validity of a probability density function, the integral over the entire space should equal 1. For the function \( f(x) = c/x^3 \) for \( x > 0 \), determine c by solving \( \int_{0}^{\infty} \frac{c}{x^3} dx = 1 \), leading to c = 2.

Given the joint distribution \( f(x,y) = (9/(16(1+x+y))) \) for x = 0, 1, 2… and y = 0, 1, 2…, to find the probability that fewer than four vehicles arrive, calculate P(X + Y < 4) by summing f(x,y) over the possible combinations of x and y such that x + y < 4. The calculated probability is \( \sum f(x,y), (x+y < 4) = 1 - 0.3906 = 0.6094 \).

To find the probability that the Turkish tobacco accounts for over half the blend, integrate the joint density function f(x,y) over the region where x > 1/2. The joint density function is given by f(x,y) = 24xy for 0 <= x <= 1 and 0 <= y <= 1 - x. Integrating over the required region, the probability is calculated by: P(X > 0.5) = \int_{0.5}^{1}\int_{0}^{1-x} 24xy \, dy \, dx = \frac{3}{8}.

For a series system with components operating independently, the probability that the system works is the product of the individual probabilities of each component operating. Given P(Component 1) = 0.95, P(Component 2) = 0.99, P(Component 3) = 0.92, the system's operational probability is 0.95 * 0.99 * 0.92 = 0.8649.

Given the density function \( f(y) = 9y^8 \) for 0 ≤ y ≤ 1, a batch is considered not acceptable if impurities > 0.6. Compute the probability P(Y > 0.6) = \( \int_{0.6}^{1} 9y^8 dy \), which evaluates to approximately 0.0564 or 5.64% of batches are not acceptable.

Given the cumulative distribution function F(x) with discrete values for ranges 1 ≤ x < 3, 3 ≤ x < 5, 5 ≤ x < 7, and x ≥ 7 as 0.4, 0.6, 0.8, and 1.0 respectively, the probability mass function is computed by determining the increments: P(X = 1) = F(3) - F(1) = 0.4; P(X = 3) = F(5) - F(3) = 0.2; P(X = 5) = F(7) - F(5) = 0.2; P(X = 7) = 1 - F(7) = 0.2.

For a parallel system where the system fails only if all four components fail, calculate the probability of system success by finding the probability that at least one component works: \( 1 - (0.05 * 0.06 * 0.10 * 0.03) \), which results in approximately 0.999982 or a 99.9982% chance the system works.

Given the shelf life density function \( f(y) = 1/2 e^{-y/2} \) for y ≥ 0, a loaf is sellable after 3 days if 0 ≤ y ≤ 3. Calculate the fraction by integrating the density function from 3 to infinity, yielding \( P(Y > 3) = \int_{3}^{\infty} \frac{1}{2} e^{-y/2} dy = e^{-3/2} \approx 0.2231 \), meaning approximately 22.31% of loaves are sellable after 3 days.

You might also like