/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Problem 118 The total sustained load on the ... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

The total sustained load on the concrete footing of a planned building is the sum of the dead load plus the occupancy load. Suppose that the dead load \(X_{1}\) has a gamma distribution with \(\alpha_{1}=50\) and \(\beta_{1}=2,\) whereas the occupancy load \(X_{2}\) has a gamma distribution with \(\alpha_{2}=20\) and \(\beta_{2}=2\) (Units are in kips.) Assume that \(X_{1}\) and \(X_{2}\) are independent. a. Find the mean and variance of the total sustained load on the footing. b. Find a value for the sustained load that will be exceeded with probability less than \(1 / 16\)

Short Answer

Expert verified
The mean of the total load is 140 kips, the variance is 280 kips². The load that will be exceeded with probability less than 1/16 can be found using a gamma quantile function.

Step by step solution

01

Understand the Random Variables

We are given two independent gamma random variables, denoted as \(X_1\) and \(X_2\). The parameters for \(X_1\) are \(\alpha_1 = 50\) and \(\beta_1 = 2\), and for \(X_2\), \(\alpha_2 = 20\) and \(\beta_2 = 2\).
02

Calculate Mean of Each Component

The mean of a gamma random variable \(X\) with parameters \(\alpha\) and \(\beta\) is \(E[X] = \alpha\beta\). For \(X_1\), the mean is \(50 \times 2 = 100\) kips. For \(X_2\), the mean is \(20 \times 2 = 40\) kips.
03

Calculate Variance of Each Component

The variance of a gamma random variable \(X\) with parameters \(\alpha\) and \(\beta\) is \(Var[X] = \alpha\beta^2\). For \(X_1\), the variance is \(50 \times 2^2 = 200\) kips². For \(X_2\), the variance is \(20 \times 2^2 = 80\) kips².
04

Find Mean of Total Sustained Load

The total load is \(Y = X_1 + X_2\). By the properties of expectation, \(E[Y] = E[X_1] + E[X_2] = 100 + 40 = 140\) kips.
05

Find Variance of Total Sustained Load

Since \(X_1\) and \(X_2\) are independent, the variance of their sum is \(Var[Y] = Var[X_1] + Var[X_2] = 200 + 80 = 280\) kips².
06

Determine Parameters of Total Load Distribution

Since both \(X_1\) and \(X_2\) are gamma distributed, their sum \(Y\) is also gamma distributed with \(\alpha_Y = \alpha_1 + \alpha_2 = 70\) and \(\beta_Y = \beta_1 = \beta_2 = 2\).
07

Calculate the 15/16 Quantile for Gamma Distribution

We need the value \(y\) such that \(P(Y > y) = 1/16\). This is equivalent to finding the 15/16 quantile for a gamma distribution with parameters \(\alpha_Y=70\) and \(\beta_Y=2\). Using statistical tables or computational tools, look up or calculate this quantile to find \(y\).

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!

Key Concepts

These are the key concepts you need to understand to accurately answer the question.

Independent Random Variables
In probability theory, independent random variables are those variables whose outcomes do not influence each other. This means that the occurrence of an event associated with one variable does not affect the probability of an event associated with another variable. For instance, if we look at our exercise, we have two independent gamma distributed random variables: the dead load, denoted as \(X_1\), and the occupancy load, denoted as \(X_2\).
The independence of these variables implies that the total sustained load, which is the sum of these two variables, is simply the sum of their individual loads. This independence simplifies calculations because the mean and variance of the total load \(Y\) can be separately considered as the sum of their individual means and variances.
  • For independent events, the joint probability is the product of their probabilities.
  • Calculations involving independent random variables are often simplified due to their non-related outcomes.
This property is fundamental as it allows us to calculate complex scenarios in real-world applications efficiently.
Mean and Variance
The mean and variance are essential characteristics of a probability distribution, providing insights into its central tendency and spread, respectively. For a gamma distribution specified by parameters \(\alpha\) and \(\beta\), the mean is given by \(E[X] = \alpha \beta\) and the variance by \(Var[X] = \alpha \beta^2\).
  • The mean provides a measure of the central or ‘average’ value of the distribution.
  • The variance indicates how much variability there is from the mean.

In the given exercise, we calculated the mean and variance for two gamma-distributed loads, \(X_1\) with parameters \(\alpha_1 = 50\), \(\beta_1 = 2\) and \(X_2\) with parameters \(\alpha_2 = 20\), \(\beta_2 = 2\). For \(X_1\), the mean and variance are 100 kips and 200 kips², respectively. For \(X_2\), they are 40 kips and 80 kips². Subsequently, the total load \(Y = X_1 + X_2\) has a mean of 140 kips and a variance of 280 kips². The total load inherits these properties through linear combinations which are greatly facilitated due to independence.
Quantile Calculation
Quantile calculation is a method used to understand the probability distribution better by identifying specific points of the data. In our case, we needed to find the 15/16 quantile of the gamma distribution of the total load \(Y\). This entails finding the load value that is exceeded only 1/16 of the time, or equivalently, not exceeded 15/16 of the time.
  • The quantile indicates the probability that a value will occur below a certain point in the distribution.
  • To find quantiles, practitioners often use statistical tables or software that provide cumulative distribution values.

For the gamma distribution with parameters \(\alpha_Y=70\) and \(\beta_Y=2\), this process involves computational methods as analytic solutions might not be straightforward. Therefore, flipping through the quantile tables or utilizing statistical software is common practice to find such critical values.
Probability Distribution Properties
Probability distribution properties are key attributes that define the behavior of the distribution. For the gamma distribution, these include properties such as the shape, scale, and summation properties. The gamma distribution is characterized by its shape parameter \(\alpha\) and scale parameter \(\beta\).
  • The shape parameter influences the skewness and the way the probability mass is distributed.
  • The scale parameter impacts the spread or variability of the distribution.

In the context of our exercise, both \(X_1\) and \(X_2\) have gamma distributions, and their sum \(Y\) naturally follows a gamma distribution as well, owing to their independent nature. The overall properties of \(Y\) include aggregated shape parameter \(\alpha_Y = \alpha_1 + \alpha_2\) and a common scale parameter \(\beta_Y\), giving it a new distribution but with predictable characteristics because of its origins. These properties are crucial for understanding how random events aggregate and influence the system's behavior.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

The number of defects per yard \(Y\) for a certain fabric is known to have a Poisson distribution with parameter \lambda. However, \lambda itself is a random variable with probability density function given by $$f(\lambda)=\left\\{\begin{array}{ll} e^{-\lambda}, & \lambda \geq 0 \\ 0, & \text { elsewhere } \end{array}\right.$$ Find the unconditional probability function for \(Y\)

Contracts for two construction jobs are randomly assigned to one or more of three firms, A. B. and C. Let Y 1 denote the number of contracts assigned to firm A and Y 2 the number of contracts assigned to firm B. Recall that each firm can receive \(0.1 .\) or 2 contracts. a. Find the joint probability function for \(Y_{1}\) and \(Y_{2}\). b. Find \(F(1,0)\).

Let \(Y_{1}\) and \(Y_{2}\) be jointly distributed random variables with finite variances. a. Show that \(\left[E\left(Y_{1} Y_{2}\right)\right]^{2} \leq E\left(Y_{1}^{2}\right) E\left(Y_{2}^{2}\right) .\) [Hint: Observe that \(E\left[\left(t Y_{1}-Y_{2}\right)^{2}\right] \geq 0\) for any real number t or, equivalently, $$t^{2} E\left(Y_{1}^{2}\right)-2 t E\left(Y_{1} Y_{2}\right)+E\left(Y_{2}^{2}\right) \geq 0$$ This is a quadratic expression of the form \(A t^{2}+B t+C\); and because it is nonnegative, we must have \(B^{2}-4 A C \leq 0 .\) The preceding inequality follows directly.] b. Let \(\rho\) denote the correlation coefficient of \(Y_{1}\) and \(Y_{2} .\) Using the inequality in part (a), show that \(\rho^{2} \leq 1\)

In Exercise \(5.16, Y_{1}\) and \(Y_{2}\) denoted the proportions of time that employees I and II actually spent working on their assigned tasks during a workday. The joint density of \(Y_{1}\) and \(Y_{2}\) is given by $$f\left(y_{1}, y_{2}\right)=\left\\{\begin{array}{ll}y_{1}+y_{2}, & 0 \leq y_{1} \leq 1,0 \leq y_{2} \leq 1 \\\0, & \text {elsewhere }\end{array}\right.$$ Are \(Y_{1}\) and \(Y_{2}\) independent?

A learning experiment requires a rat to run a maze (a network of pathways) until it locates one of three possible exits. Exit 1 presents a reward of food, but exits 2 and 3 do not. (If the rat eventually selects exit 1 almost every time, learning may have taken place.) Let \(Y_{i}\) denote the number of times exit \(i\) is chosen in successive runnings. For the following, assume that the rat chooses an exit at random on each run. a. Find the probability that \(n=6\) runs result in \(Y_{1}=3, Y_{2}=1,\) and \(Y_{3}=2\). b. For general \(n\), find \(E\left(Y_{1}\right)\) and \(V\left(Y_{1}\right)\). c. Find \(\operatorname{Cov}\left(Y_{2}, Y_{3}\right)\) for general \(n\). d. To check for the rat's preference between exits 2 and \(3,\) we may look at \(Y_{2}-Y_{3} .\) Find \(E\left(Y_{2}-Y_{3}\right)\) and \(V\left(Y_{2}-Y_{3}\right)\) for general \(n\).

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.