7 Expectations and Variances with Multiple Random Variables
7.1 Conditional Expectation
Up until this point we have considered the marginal probability distribution when exploring the measures of central tendency and spread. These help to summarize the marginal behaviour of a random quantity, capturing the distribution of \(X\) alone. When introducing distributions, we also made a point to introduce the conditional distribution as one which is particularly relevant when there is extra information. The question “what do we expect to happen, given that we have an additional piece of information?” is not only well-defined, but it is an incredibly common type of question to ask.1 To answer it, we require conditional expectations.
Definition 7.1 The conditional expectation of a random variable, \(X\), given a second random variable, \(Y\), is the average value of \(X\) when we know the value of \(Y\). Specifically, we write \(E[X|Y]\), and define this to be \[E[X|Y] = \sum_{x\in\mathcal{X}} xp_{X|Y}(x|y),\] which is exactly analogous to the defining relationship for \(E[X]\), replacing the marginal probability mass function with the conditional probability mass function.
In principle, a conditional expectation is no more challenging to calculate than a marginal expectation. Suppose we want to know the expected value of \(X\) assuming that we know that a second random quantity, \(Y\) has taken on the value \(y\). We write this as \(E[X|Y=y]\), and we replace \(p_X(x)\) with \(p_{X|Y}(x|y)\) in the defining relationship. That is \[E[X|Y=y] = \sum_{x\in\mathcal{X}}xp_{X|Y}(x|y).\] We can think of the conditional distribution of \(X|Y=y\) as simply being a distribution itself, and then work with that no differently. The conditional variance, which we denote \(\text{var}(X|Y=y)\) is defined in an exactly analogous manner, giving \[\text{var}(X|Y) = E[(X - E[X|Y])^2|Y].\]
Above we supposed that we knew that \(Y=y\). However, sometimes we want to work with the conditional distribution more generally. That is, we want to investigate the behaviour of \(X|Y\), without yet knowing what \(Y\) equals. We can use the same procedure as above, however, this time we leave \(Y\) unspecified. We denote this as \(E[X|Y]\), and this expression will be a function of \(Y\). Then, whenever a value for \(Y\) is observed, we can specify \(Y=y\), deriving the specific value. We will typically compute \(E[X|Y]\) rather than \(E[X|Y=y]\), since once we have \(E[X|Y]\) we can easily find \(E[X|Y=y]\) for every value of \(y\).
Example 7.1 (Charles Commences Crocheting) Charles has recently taking up crocheting, but as it is a new skill, is still in the phase of learning where mistakes are somewhat common. When sitting down to practice, the number of rows that Charles can complete in an hour is being recorded by Sadie, as a random quantity \(X\). After these have been completed, Charles goes back through and counts the number of mistakes that were made, recording this as \(Y\). In their experiments they find that \[p_{X,Y}(x,y) = \frac{44800}{854769} \frac{1}{(x-y)!y!} \left(\frac{21}{10}\right)^x\left(\frac{3}{7}\right)^{y}, \] for \(x \in \{1,2,3,\dots,10\}\) and \(y \in\{0,1,2,\dots,y\}\). Sadie works out that \[p_X(x) = \frac{44800}{854769} \frac{3^x}{x!}, \quad x\in\{1,2,3,\dots,10\}.\]
- How could Sadie have worked out \(p_X(x)\)? You do not need to actually compute it.
- If we know that \(X = 3\), what is the expected value of \(Y\)?
- Generally, given \(X\), write down an expression for the expected value of \(Y\).
- Challenge: Can you simplify the expression in (c)? It may be useful to know that \(k\dbinom{n}{k} = n\dbinom{n-1}{k-1}\).
- What is the variance of \(Y\), when \(X=3\)?
7.2 Conditional Expectations as Random Variables
Since \(E[X|Y]\) is a function of an unknown random quantity, \(Y\), \(E[X|Y]\) is also a random variable.2 It is a transformation of \(Y\), and as such, it will have some distribution, some expectation, and some variance itself. This is often a confusing concept when it is first introduced, so to recap:
- \(X\) and \(Y\) are both random variables;
- \(E[X]\) and \(E[Y]\) are both constant, numerical values describing the distribution of \(X\) and \(Y\);
- \(E[X|Y=y]\) and \(E[Y|X=x]\) are each numeric constants which summarize the distribution of \(X|Y=y\) and \(Y|X=x\) respectively;
- \(E[X|Y]\) and \(E[Y|X]\) are functions of \(Y\) and \(X\), respectively, and can as such be seen as transformations of (and random quantities depending on) \(Y\) and \(X\) respectively.
We do not often think of the distribution of \(E[X|Y]\) directly, however, there are very useful results regarding its expected value and its variance, which will commonly be exploited. If we take the expected value of \(E[X|Y]\) we will find that \(E[E[X|Y]] = E[X]\). Note that since \(E[X|Y] = g(Y)\) for some transformation, \(g\), the outer expectation is taken with respect to the distribution of \(Y\). Sometimes when this may get confusing we will use notation to emphasize this fact, specifically, \(E_Y[E_{X|Y}[X|Y]] = E_X[X]\). This notation is not necessary, but it can clarify when there is much going on, and is a useful technique to fallback on.
In the same way that it is sometimes easier to first condition on \(Y\) in order to compute the marginal distribution of \(X\) via applications of the law of total probability, so too can it be easier to first work out conditional expectations, and then take the expected value of the resulting expression.
Example 7.2 (Charles Crochet Mistakes) While Charles came to understand the expected number of mistakes being made given a certain number of crochet lines being complete, it is easier for Charles to consider this on the basis of hourly errors than conditional hourly errors. Knowing that \[p_{X,Y}(x,y) = \frac{44800}{854769} \frac{1}{(x-y)!y!} \left(\frac{21}{10}\right)^x\left(\frac{3}{7}\right)^{y}, \] for \(x \in \{1,2,3,\dots,10\}\) and \(y \in\{0,1,2,\dots,y\}\), that \[p_X(x) = \frac{44800}{854769} \frac{3^x}{x!}, \quad x\in\{1,2,3,\dots,10\},\] and that \(E[Y|X] = \frac{3X}{10}\), what is \(E[Y]\)?
7.3 Conditional Variance
While the conditional expectation is used often, the conditional variance is less central to the study of random variables. As discussed, briefly, the conditional variance is given by the same variance relationship, replacing the marginal probability distribution with the conditional one. Just as with expectations \(\text{var}(X|Y=y)\) is a numeric quantity given by \(E[(X-E[X|Y=y])^2|Y=y]\) and \(\text{var}(X|Y)\) is a random variable given by \(E[(X-E[X|Y])^2|Y]\). This means that we can consider the distribution, and critically the expected value of, \(\text{var}(X|Y)\). A core result relating to conditional expectations and variances connects these concepts.
Example 7.3 (Charles’ Crochet Consistency) Charles understands that the number of mistakes made per hour (\(Y\)) given the number of rows crocheted per hour (\(X\)) has \(E[Y|X] = 0.3X\). Moreover, the variability in this estimate is given by \(\text{var}(Y|X) = 0.21X\). Sadie has worked hard to find out that \[E[X] = \frac{898840}{284923} \quad\text{ and }\quad \text{var}(X) = \frac{214410323010}{81181115929}.\] Can Charles use this information to understand \(\text{var}(Y)\)?
7.4 Joint Expectations
The final set of techniques to consider3 relate to making use of the joint distribution between \(X\) and \(Y\). Specifically, if we have any function of two random variables, say \(g(X,Y)\) and we wish to find \(E[g(X,Y)]\). This follows in an exactly analogous derivation to what we have seen so far. In this case, we replace the marginal distribution with the joint distribution. The variance extends in the same manner as well.
Definition 7.2 (Joint Expectation) The joint expectation of a function (\(g\)) of two random variables, \(X\) and \(Y\), is written \(E[g(X,Y)]\). This is an expectation computed with respect to the joint distribution of \(X\) and \(Y\), giving \[E[g(X,Y)] = \sum_{x\in\mathcal{X}}\sum_{y\in\mathcal{Y}}g(x,y)p_{X,Y}(x,y).\] The joint expectation captures the location of a multivariate function, and is readily extended to more than two random variables.
Definition 7.3 (Joint Variance) The joint variance of a function (\(g\)) of two random variables, \(X\) and \(Y\), is written \(\text{var}(g(X,Y))\). This is a variance computed with respect to the joint distribution of \(X\) and \(Y\), giving \[\text{var}(g(X,Y)) = E[(g(X,Y) - E[g(X,Y)])^2].\] The joint variance captures the spread of a multivariate function, and is readily extended to more than two random variables.
For instance, if we want to consider the product of two random variables, we could use this technique to determine \(E[XY]\) and \(\text{var}(XY)\).
Example 7.4 (Door-to-Door Charity Chocolate Bars) Charles and Sadie are helping to raise money for a local charity, and to do so, they are going around house-to-house to sell chocolate bars. As they walk between the homes, they realize that depending on where in the city they are, the number of houses that they visit in a day is going to be vary. Moreover, each time they stop by a house, whether or not they will make a sale is uncertain. If, in any given hour, they take \(Y\) to be the number of houses that they visit, and \(X\) to be the number of chocolate bars that they sell, then they work out that the joint probability mass function of \(X\) and \(Y\) is given by \[p_{X,Y}(x,y) = \frac{2y - 1}{36(y + 1)}, \quad y\in\{1,\dots,6\}, x\in\{0,\dots,y\}.\]
What is the expected number of chocolate bars per house that the visit?
It is worth considering, briefly, the ways in which conditional and joint expectations interact. Namely, if we know that \(Y=y\), then the transformation \(g(X,y)\) only has one random component, which is \(X\). As a result, taking \(E[g(X,Y)|Y=y] = E[g(X,y)|Y=y]\). If instead we use the conditional distribution without a specific value, we still have that \(Y\) is fixed within the expression, it is just fixed to an unknown quantity. That is \(E[g(X,Y)|Y]\) will be a function of \(Y\). We saw before that \(E[E[X|Y]] = E[X]\), and the same is true in the joint case. Thus, one technique for computing the joint expectation, \(g(X,Y)\) is to first compute the conditional expectation, and then compute the marginal expectation of the resulting quantity.
Example 7.5 (Door-to-Door Charity Chocolate Bars, Marginally Easier) While walking around selling chocolate bars for charity, Charles and Sadie realize that it is fairly straightforward4 to marginalize the joint probability mass function for the number of houses that they visit and the number of chocolate bars that they sell, since \(X\) does not actually appear in the equation. That is, when \[p_{X,Y}(x,y) = \frac{2y - 1}{36(y + 1)}, \quad y\in\{1,\dots,6\}, x\in\{0,\dots,y\},\] taking the sum \(\sum_{x=0}^{y} p_{X,Y}(x,y) = (y+1)p_{X,Y}(x,y) = \dfrac{2y-1}{36}\). This gives the marginal probability distribution of \(Y\). They also realize that this has greatly simplified finding the conditional probability distribution of \(X\) given \(Y\).
- Find the expected value of the number of chocolate bars per house that they sell, given the number of houses they visit.
- Use this result to determine the expected number of chocolate bars sold per visited house.
7.4.1 Linear Combinations of Random Variables
With this relationship, we can ask about taking combinations of random variables. For instance, if we have two random variables \(X\) and \(Y\), we can use this framework to understand how \(X + Y\) behaves. An application of these rules with the function \(g(X,Y) = X + Y\) gives \(E[X+Y] = E[X] + E[Y]\), and that \(\text{var}(X + Y) = \text{var}(X) + \text{var}(Y) + 2E[(X-E[X])(Y - E[Y])]\). Thus, we see that expectations are linear over combinations of random variables, however, variances are not. The term \(E[(X-E[X])(Y - E[Y])]\) is called the covariance of \(X\) and \(Y\), and it is a measure of how related \(X\) and \(Y\) happen to be.
Definition 7.4 (Covariance) The covariance of two random variables, \(X\) and \(Y\), is given by \(\text{cov}(X,Y) = E[(X - E[X])(Y - E[Y])]\). The covariance measures the relationship between \(X\) and \(Y\), where a positive covariance value means that as \(X\) increases, \(Y\) will also increase on average (and vice versa). A negative covariance means that as \(X\) increases, \(Y\) will decrease on average (and vice versa).
The covariance behaves similarly to the variance. We can see directly from the definition that \(\text{cov}(X,X) = \text{var}(X)\). Moreover, using similar arguments to those used for the variance, we can show that \[\text{cov}(aX+b,cY+d) = ac\text{cov}(X,Y).\] Covariances remain linear, so that \[\begin{multline*}\text{cov}(X+Y,X+Y+Z)=\text{cov}(X,X)+\text{cov}(X,Y)+\text{cov}(X,Z)\\ +\text{cov}(Y,X)+\text{cov}(Y,Y)+\text{cov}(Y,Z).\end{multline*}\] These make covariances somewhat nicer to deal with than variances, and on occasion it may be easier to think of variances as covariances with themselves.
Example 7.6 (Charles and Sadie’s Orchard Trip) Charles and Sadie adore visiting orchards when the season is right. They are happy to go pick fruit, and then combine everything that they manage together at the end. On one trip to a favourite orchard of theirs they decide to split up and pick separately. This works well enough that on the trip home they decide to start analyzing this behaviour. They take \(X\) to be the quantity of fruit picked by Sadie, and \(Y\) to be the quantity of fruit picked by Charles. Suppose that they figure that the number of kilograms of fruit jointly picked by them is represented by the probability mass function \[p_{X,Y}(x,y) = \frac{14xy}{251(x + y)}, \quad x,y\in\{1,\dots,4\}.\]
- What quantity of fruit does Sadie pick on average? Charles?
- What is the variance of fruit picked by Sadie? Charles?
- What is the covariance between the amount of fruit that Sadie and Charles each pick?
- What is the expected total fruit picked between both Charles and Sadie?
- What is the variance of the total fruit picked between both Charles and Sadie?
7.5 Expectations when Random Variables are Independent
Whenever we can assume independence of random quantities, we can greatly simplify the expressions we are dealing with. Recall that the key defining relationship with independence is that \(p_{X,Y}(x,y) = p_X(x)p_Y(y)\). Suppose then that we can write \(g(X,Y) = g_X(X)h_Y(Y)\). For instance, for the covariance we have \(g(X,Y)=(x-E[X])(Y-E[Y])\) and so \(g_X(X) = X-E[X]\) and \(h_Y(Y) = Y-E[Y]\). If we want to compute \(E[g(X,Y)]\) then we get \[\begin{align*} E[g(X,Y)] &= E[g_X(X)h_Y(Y)] \\ &= \sum_{x\in\mathcal{X}}\sum_{y\in\mathcal{Y}}g_X(x)h_Y(y)p_{X,Y}(x,y) \\ &= \sum_{x\in\mathcal{X}}\sum_{y\in\mathcal{Y}}g_X(x)h_Y(y)p_X(x)p_Y(y) \\ &=\sum_{x\in\mathcal{X}}g_X(x)p_X(x)\sum_{y\in\mathcal{Y}}h_Y(y)p_Y(y)\\ &= E[g_X(X)]E[h_Y(Y)].\end{align*}\] Thus, whenever random variables are independent, we have the ability to separate them over their expectations. Stated succinctly, whenever \(X\perp Y\), then \[E[g_X(X)h_Y(Y)] = E[g_X(X)]E[h_Y(Y)].\]
Example 7.7 (Sadie and Charles Turn back To Dice) With a more thorough understanding of joint distributions, Sadie and Charles turn back to games of chance. They are considering games where dice are rolled a set number of times, and then the total sum is recorded across all of the rolls. They want to understand both what happens in expectation, and the variability of these trials.
- Suppose that \(X_1\) is a single roll of a die. What is the mean and variance of the roll?
- Suppose that \(X_1\) and \(X_2\) are the results from two independent rolls of a die. What is the mean and variance of \(X_1 + X_2\).
- Suppose that \(X_1,\dots,X_n\) are the results from \(n\) independent rolls of a die. What is the mean and variance of \(\sum_{i=1}^n X_i\)?
- Suppose that \(X_1,\dots,X_n\) are the results from \(n\) independent rolls of a die. Moreover, take \(Z\) to be the result of an additional independent die roll. What is the mean and variance of \(Z\times \sum_{i=1}^n X_i\)?
Consider what this means for the covariance between independent random variables. If \(X\perp Y\) then \[\text{cov}(X,Y) = E[(X-E[X])(Y-E[Y])] = E[X-E[X]]E[Y-E[Y]].\] Note that \(E[X - E[X]] = E[X] - E[X] = 0\), and the same for \(E[Y - E[Y]]\). Thus, if \(X \perp Y\) then \(\text{cov}(X, Y) = 0\). That is to say, if \(X\) and \(Y\) are independent, then \(\text{cov}(X,Y)=0\). It is critical to note that this relationship does not go both ways. You are able to have \(\text{cov}(X,Y) = 0\) even if \(X\not\perp Y\).
While the covariance is interesting in and of itself, the result allows us to simplify the expression for the variance of a sum of two random variables. Specifically, for independent random variables \(X\) and \(Y\) we also must have that \(\text{var}(X+Y)=\text{var}(X)+\text{var}(Y)\). This further extends to more than two random variables, where if (for instance) we have \(X_1,X_2,\dots,X_n\) all independent, we get both that \[E\left[\sum_{i=1}^n X_i\right] = \sum_{i=1}^n E[X_i],\] and that \[\text{var}\left(\sum_{i=1}^n X_i\right) = \sum_{i=1}^n \text{var}(X_i).\] These are relationships that we will use heavily once we begin to consider statistics. Note, this extension to more than two random variables applies to all of the concepts discussed throughout this chapter.
In order to do so, the relevant joint distribution, or conditional distribution would need to be substituted into the definitions. Often the complexity here becomes a matter of keeping track of which quantities are random, and which are not. For instance, if we have \(X,Y,Z\) as random variables, then \(E[X|Y,Z]\) is a random function of \(Y\) and \(Z\). We will still have that \(E[E[X|Y,Z]] = E[X]\), however, the outer expectation is now the joint expectation with respect to \(Y\) and \(Z\). As a result, we can also write \(E[E[X|Y,Z]|Y]\). The first expectation will be with respect to \(X|Y,Z\), while the outer expectation is with respect to \(Z|Y\). This is a useful demonstration for when making the distribution of the expectation explicit may help clarify what is being computed. In general, the innermost expectations will always have more conditioning variables than the outer ones. Each time we step out, we peel back one of hte conditional variables until the outermost is either a marginal (or joint). This may help to keep things clear.
Self-Assessment
Note: the following questions are still experimental. Please contact me if you have any issues with these components. This can be if there are incorrect answers, or if there are any technical concerns. Each question currently has an ID with it, randomized for each version. If you have issues, reporting the specific ID will allow for easier checking!
For each question, you can check your answer using the checkmark button. You can cycle through variants of the question by pressing the arrow icon.
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{78}, \quad y \in \{3, 5, 12\}; x \in \{1, 2, 3\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.07 & x = 1\\0.42 & x = 2\\0.51 & x = 3 \end{cases}.\]
- What is \(E[Y|X = 3]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 3)\)?
Question ID: 0075755065
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{138}, \quad y \in \{8, 11, 13\}; x \in \{3, 5, 6\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.08 & x = 3\\0.37 & x = 5\\0.55 & x = 6 \end{cases}.\]
- What is \(E[Y|X = 6]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 6)\)?
Question ID: 0392640888
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{414}, \quad y \in \{2, 3, 13\}; x \in \{2, 6, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.13 & x = 2\\0.37 & x = 6\\0.5 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 2]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 2)\)?
Question ID: 0837129019
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{324}, \quad y \in \{4, 7, 13\}; x \in \{1, 4, 9\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.06 & x = 1\\0.32 & x = 4\\0.62 & x = 9 \end{cases}.\]
- What is \(E[Y|X = 4]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 4)\)?
Question ID: 0848255928
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{364}, \quad y \in \{9, 14, 15\}; x \in \{3, 14, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.26 & x = 3\\0.62 & x = 14\\0.12 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 15]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 15)\)?
Question ID: 0572305069
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{220}, \quad y \in \{3, 6, 11\}; x \in \{1, 4, 6\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.74 & x = 1\\0.23 & x = 4\\0.03 & x = 6 \end{cases}.\]
- What is \(E[Y|X = 1]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 1)\)?
Question ID: 0996176265
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{105}, \quad y \in \{5, 6, 15\}; x \in \{1, 2, 6\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.33 & x = 1\\0.21 & x = 2\\0.46 & x = 6 \end{cases}.\]
- What is \(E[Y|X = 2]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 2)\)?
Question ID: 0815327426
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{465}, \quad y \in \{1, 9, 14\}; x \in \{1, 6, 12\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.18 & x = 1\\0.37 & x = 6\\0.45 & x = 12 \end{cases}.\]
- What is \(E[Y|X = 12]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 12)\)?
Question ID: 0707727312
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{135}, \quad y \in \{4, 8, 10\}; x \in \{3, 5, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.17 & x = 3\\0.67 & x = 5\\0.16 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 15]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 15)\)?
Question ID: 0212341773
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{627}, \quad y \in \{3, 6, 10\}; x \in \{7, 11, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.37 & x = 7\\0.18 & x = 11\\0.45 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 15]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 15)\)?
Question ID: 0183579676
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{171}, \quad y \in \{3, 6, 15\}; x \in \{6, 12, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.08 & x = 6\\0.69 & x = 12\\0.23 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 15]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 15)\)?
Question ID: 0192954968
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{294}, \quad y \in \{3, 6, 15\}; x \in \{4, 6, 8\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.38 & x = 4\\0.27 & x = 6\\0.35 & x = 8 \end{cases}.\]
- What is \(E[Y|X = 6]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 6)\)?
Question ID: 0144436433
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{864}, \quad y \in \{5, 12, 15\}; x \in \{8, 9, 10\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.02 & x = 8\\0.82 & x = 9\\0.16 & x = 10 \end{cases}.\]
- What is \(E[Y|X = 9]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 9)\)?
Question ID: 0493023925
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{550}, \quad y \in \{4, 10, 11\}; x \in \{2, 7, 13\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.2 & x = 2\\0.5 & x = 7\\0.3 & x = 13 \end{cases}.\]
- What is \(E[Y|X = 2]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 2)\)?
Question ID: 0088140347
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{440}, \quad y \in \{1, 12, 15\}; x \in \{11, 13, 14\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.47 & x = 11\\0.38 & x = 13\\0.15 & x = 14 \end{cases}.\]
- What is \(E[Y|X = 11]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 11)\)?
Question ID: 0575961936
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{500}, \quad y \in \{2, 4, 14\}; x \in \{6, 9, 10\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.8 & x = 6\\0.11 & x = 9\\0.09 & x = 10 \end{cases}.\]
- What is \(E[Y|X = 9]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 9)\)?
Question ID: 0592201286
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{210}, \quad y \in \{2, 3, 10\}; x \in \{1, 5, 9\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.38 & x = 1\\0.05 & x = 5\\0.57 & x = 9 \end{cases}.\]
- What is \(E[Y|X = 1]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 1)\)?
Question ID: 0326564358
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{456}, \quad y \in \{1, 3, 8\}; x \in \{1, 10, 13\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.18 & x = 1\\0.73 & x = 10\\0.0900000000000001 & x = 13 \end{cases}.\]
- What is \(E[Y|X = 1]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 1)\)?
Question ID: 0638878645
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{435}, \quad y \in \{4, 12, 13\}; x \in \{3, 4, 8\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.75 & x = 3\\0.17 & x = 4\\0.08 & x = 8 \end{cases}.\]
- What is \(E[Y|X = 3]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 3)\)?
Question ID: 0992343010
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{204}, \quad y \in \{2, 4, 9\}; x \in \{4, 9, 10\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.85 & x = 4\\0.12 & x = 9\\0.03 & x = 10 \end{cases}.\]
- What is \(E[Y|X = 9]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 9)\)?
Question ID: 0915302161
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{312}, \quad y \in \{3, 9, 12\}; x \in \{1, 3, 9\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.03 & x = 1\\0.91 & x = 3\\0.0600000000000001 & x = 9 \end{cases}.\]
- What is \(E[Y|X = 9]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 9)\)?
Question ID: 0568286869
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{63}, \quad y \in \{2, 3, 5\}; x \in \{3, 5, 7\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.31 & x = 3\\0.31 & x = 5\\0.38 & x = 7 \end{cases}.\]
- What is \(E[Y|X = 3]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 3)\)?
Question ID: 0168145057
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{132}, \quad y \in \{4, 10, 11\}; x \in \{4, 7, 8\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.2 & x = 4\\0.09 & x = 7\\0.71 & x = 8 \end{cases}.\]
- What is \(E[Y|X = 4]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 4)\)?
Question ID: 0509188584
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{147}, \quad y \in \{1, 4, 12\}; x \in \{7, 10, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.46 & x = 7\\0.51 & x = 10\\0.03 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 7]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 7)\)?
Question ID: 0820027105
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{832}, \quad y \in \{4, 13, 15\}; x \in \{3, 9, 14\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.16 & x = 3\\0.68 & x = 9\\0.16 & x = 14 \end{cases}.\]
- What is \(E[Y|X = 9]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 9)\)?
Question ID: 0858359376
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{229}, \quad y \in \{5, 6, 12\}; x \in \{7, 12, 13\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.41 & x = 7\\0.11 & x = 12\\0.48 & x = 13 \end{cases}.\]
- What is \(E[Y|X = 13]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 13)\)?
Question ID: 0758220795
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{225}, \quad y \in \{3, 6, 10\}; x \in \{1, 6, 11\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.03 & x = 1\\0.3 & x = 6\\0.67 & x = 11 \end{cases}.\]
- What is \(E[Y|X = 1]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 1)\)?
Question ID: 0610608539
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{453}, \quad y \in \{10, 11, 15\}; x \in \{1, 8, 12\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.54 & x = 1\\0.09 & x = 8\\0.37 & x = 12 \end{cases}.\]
- What is \(E[Y|X = 12]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 12)\)?
Question ID: 0451663269
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{300}, \quad y \in \{4, 5, 15\}; x \in \{7, 11, 12\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.2 & x = 7\\0.09 & x = 11\\0.71 & x = 12 \end{cases}.\]
- What is \(E[Y|X = 11]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 11)\)?
Question ID: 0351699849
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{156}, \quad y \in \{7, 11, 12\}; x \in \{7, 8, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.46 & x = 7\\0.43 & x = 8\\0.11 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 15]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 15)\)?
Question ID: 0413845096
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{357}, \quad y \in \{2, 5, 8\}; x \in \{1, 11, 12\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.35 & x = 1\\0.4 & x = 11\\0.25 & x = 12 \end{cases}.\]
- What is \(E[Y|X = 12]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 12)\)?
Question ID: 0802902833
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{315}, \quad y \in \{10, 12, 14\}; x \in \{3, 8, 12\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.01 & x = 3\\0.57 & x = 8\\0.42 & x = 12 \end{cases}.\]
- What is \(E[Y|X = 8]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 8)\)?
Question ID: 0952304733
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{117}, \quad y \in \{1, 4, 9\}; x \in \{5, 9, 11\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.38 & x = 5\\0.26 & x = 9\\0.36 & x = 11 \end{cases}.\]
- What is \(E[Y|X = 11]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 11)\)?
Question ID: 0854206092
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{339}, \quad y \in \{7, 8, 15\}; x \in \{3, 11, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.24 & x = 3\\0.33 & x = 11\\0.43 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 3]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 3)\)?
Question ID: 0750719740
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{117}, \quad y \in \{1, 6, 13\}; x \in \{2, 5, 12\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.55 & x = 2\\0.25 & x = 5\\0.2 & x = 12 \end{cases}.\]
- What is \(E[Y|X = 5]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 5)\)?
Question ID: 0778392389
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{1260}, \quad y \in \{11, 12, 13\}; x \in \{9, 12, 14\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.27 & x = 9\\0.12 & x = 12\\0.61 & x = 14 \end{cases}.\]
- What is \(E[Y|X = 9]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 9)\)?
Question ID: 0114924758
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{147}, \quad y \in \{3, 6, 11\}; x \in \{5, 9, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.15 & x = 5\\0.69 & x = 9\\0.16 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 15]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 15)\)?
Question ID: 0654846283
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{324}, \quad y \in \{2, 8, 15\}; x \in \{4, 7, 10\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.64 & x = 4\\0.15 & x = 7\\0.21 & x = 10 \end{cases}.\]
- What is \(E[Y|X = 4]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 4)\)?
Question ID: 0281924173
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{111}, \quad y \in \{3, 4, 9\}; x \in \{2, 8, 11\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.1 & x = 2\\0 & x = 8\\0.9 & x = 11 \end{cases}.\]
- What is \(E[Y|X = 11]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 11)\)?
Question ID: 0939470797
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{858}, \quad y \in \{6, 13, 14\}; x \in \{7, 8, 11\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.1 & x = 7\\0.61 & x = 8\\0.29 & x = 11 \end{cases}.\]
- What is \(E[Y|X = 7]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 7)\)?
Question ID: 0491640072
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{135}, \quad y \in \{3, 8, 10\}; x \in \{6, 8, 10\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.33 & x = 6\\0.59 & x = 8\\0.0799999999999998 & x = 10 \end{cases}.\]
- What is \(E[Y|X = 8]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 8)\)?
Question ID: 0664291534
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{323}, \quad y \in \{2, 7, 8\}; x \in \{2, 8, 9\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.11 & x = 2\\0.48 & x = 8\\0.41 & x = 9 \end{cases}.\]
- What is \(E[Y|X = 8]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 8)\)?
Question ID: 0654163188
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{561}, \quad y \in \{4, 14, 15\}; x \in \{1, 5, 11\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.41 & x = 1\\0.53 & x = 5\\0.0600000000000001 & x = 11 \end{cases}.\]
- What is \(E[Y|X = 1]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 1)\)?
Question ID: 0182863200
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{456}, \quad y \in \{3, 8, 13\}; x \in \{1, 5, 13\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.06 & x = 1\\0.21 & x = 5\\0.73 & x = 13 \end{cases}.\]
- What is \(E[Y|X = 5]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 5)\)?
Question ID: 0585306545
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{651}, \quad y \in \{3, 7, 11\}; x \in \{6, 11, 14\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.37 & x = 6\\0.17 & x = 11\\0.46 & x = 14 \end{cases}.\]
- What is \(E[Y|X = 14]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 14)\)?
Question ID: 0074158306
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{126}, \quad y \in \{6, 7, 8\}; x \in \{1, 7, 9\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.06 & x = 1\\0.64 & x = 7\\0.3 & x = 9 \end{cases}.\]
- What is \(E[Y|X = 9]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 9)\)?
Question ID: 0656458411
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{219}, \quad y \in \{4, 7, 11\}; x \in \{1, 5, 9\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.27 & x = 1\\0.5 & x = 5\\0.23 & x = 9 \end{cases}.\]
- What is \(E[Y|X = 9]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 9)\)?
Question ID: 0366814186
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{540}, \quad y \in \{10, 11, 15\}; x \in \{2, 6, 7\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.02 & x = 2\\0.93 & x = 6\\0.05 & x = 7 \end{cases}.\]
- What is \(E[Y|X = 6]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 6)\)?
Question ID: 0030838195
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{162}, \quad y \in \{3, 10, 14\}; x \in \{3, 9, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.04 & x = 3\\0.92 & x = 9\\0.04 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 15]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 15)\)?
Question ID: 0377200654
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{238}, \quad y \in \{2, 4, 8\}; x \in \{6, 9, 11\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.17 & x = 6\\0.4 & x = 9\\0.43 & x = 11 \end{cases}.\]
- What is \(E[Y|X = 9]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 9)\)?
Question ID: 0452883395
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{292}, \quad y \in \{6, 12, 14\}; x \in \{4, 8, 14\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.63 & x = 4\\0.04 & x = 8\\0.33 & x = 14 \end{cases}.\]
- What is \(E[Y|X = 8]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 8)\)?
Question ID: 0655171566
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{129}, \quad y \in \{2, 9, 11\}; x \in \{1, 5, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.38 & x = 1\\0.17 & x = 5\\0.45 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 1]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 1)\)?
Question ID: 0132978425
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{252}, \quad y \in \{7, 10, 14\}; x \in \{3, 8, 10\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.37 & x = 3\\0.15 & x = 8\\0.48 & x = 10 \end{cases}.\]
- What is \(E[Y|X = 3]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 3)\)?
Question ID: 0330810141
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{549}, \quad y \in \{1, 8, 15\}; x \in \{2, 8, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.15 & x = 2\\0.4 & x = 8\\0.45 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 8]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 8)\)?
Question ID: 0996455090
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{135}, \quad y \in \{7, 12, 15\}; x \in \{1, 2, 8\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.03 & x = 1\\0.45 & x = 2\\0.52 & x = 8 \end{cases}.\]
- What is \(E[Y|X = 1]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 1)\)?
Question ID: 0108333402
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{180}, \quad y \in \{6, 14, 15\}; x \in \{4, 6, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.17 & x = 4\\0.44 & x = 6\\0.39 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 4]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 4)\)?
Question ID: 0476190779
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{287}, \quad y \in \{3, 10, 12\}; x \in \{6, 12, 14\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.42 & x = 6\\0.54 & x = 12\\0.04 & x = 14 \end{cases}.\]
- What is \(E[Y|X = 6]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 6)\)?
Question ID: 0333982032
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{567}, \quad y \in \{4, 8, 9\}; x \in \{4, 11, 12\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.19 & x = 4\\0.38 & x = 11\\0.43 & x = 12 \end{cases}.\]
- What is \(E[Y|X = 4]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 4)\)?
Question ID: 0221118061
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{117}, \quad y \in \{1, 4, 15\}; x \in \{1, 4, 14\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.08 & x = 1\\0.51 & x = 4\\0.41 & x = 14 \end{cases}.\]
- What is \(E[Y|X = 14]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 14)\)?
Question ID: 0395669627
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{224}, \quad y \in \{1, 5, 8\}; x \in \{1, 2, 13\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.8 & x = 1\\0.01 & x = 2\\0.19 & x = 13 \end{cases}.\]
- What is \(E[Y|X = 2]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 2)\)?
Question ID: 0713683768
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{141}, \quad y \in \{6, 9, 12\}; x \in \{6, 11, 13\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.57 & x = 6\\0.0900000000000001 & x = 11\\0.34 & x = 13 \end{cases}.\]
- What is \(E[Y|X = 13]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 13)\)?
Question ID: 0693438115
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{132}, \quad y \in \{4, 13, 15\}; x \in \{2, 3, 7\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.47 & x = 2\\0.0900000000000001 & x = 3\\0.44 & x = 7 \end{cases}.\]
- What is \(E[Y|X = 7]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 7)\)?
Question ID: 0427847288
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{476}, \quad y \in \{4, 9, 15\}; x \in \{4, 6, 7\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.08 & x = 4\\0.86 & x = 6\\0.0600000000000001 & x = 7 \end{cases}.\]
- What is \(E[Y|X = 4]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 4)\)?
Question ID: 0795338181
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{255}, \quad y \in \{5, 9, 13\}; x \in \{5, 10, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.38 & x = 5\\0.38 & x = 10\\0.24 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 15]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 15)\)?
Question ID: 0292426419
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{520}, \quad y \in \{1, 8, 11\}; x \in \{1, 10, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.18 & x = 1\\0.26 & x = 10\\0.56 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 15]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 15)\)?
Question ID: 0828368775
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{213}, \quad y \in \{1, 4, 6\}; x \in \{7, 8, 9\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.4 & x = 7\\0.05 & x = 8\\0.55 & x = 9 \end{cases}.\]
- What is \(E[Y|X = 7]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 7)\)?
Question ID: 0886135032
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{930}, \quad y \in \{5, 10, 15\}; x \in \{8, 10, 13\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.73 & x = 8\\0.22 & x = 10\\0.05 & x = 13 \end{cases}.\]
- What is \(E[Y|X = 8]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 8)\)?
Question ID: 0012634422
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{456}, \quad y \in \{3, 7, 9\}; x \in \{4, 9, 11\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.56 & x = 4\\0.27 & x = 9\\0.17 & x = 11 \end{cases}.\]
- What is \(E[Y|X = 4]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 4)\)?
Question ID: 0622635480
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{322}, \quad y \in \{2, 12, 14\}; x \in \{9, 11, 14\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.39 & x = 9\\0.12 & x = 11\\0.49 & x = 14 \end{cases}.\]
- What is \(E[Y|X = 11]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 11)\)?
Question ID: 0109616895
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{864}, \quad y \in \{10, 11, 15\}; x \in \{3, 10, 11\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.05 & x = 3\\0.3 & x = 10\\0.65 & x = 11 \end{cases}.\]
- What is \(E[Y|X = 3]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 3)\)?
Question ID: 0912539652
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{105}, \quad y \in \{1, 5, 9\}; x \in \{3, 7, 10\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.51 & x = 3\\0.38 & x = 7\\0.11 & x = 10 \end{cases}.\]
- What is \(E[Y|X = 3]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 3)\)?
Question ID: 0064521447
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{322}, \quad y \in \{1, 3, 13\}; x \in \{5, 8, 10\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.29 & x = 5\\0.52 & x = 8\\0.19 & x = 10 \end{cases}.\]
- What is \(E[Y|X = 5]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 5)\)?
Question ID: 0901859684
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{511}, \quad y \in \{1, 6, 12\}; x \in \{2, 12, 14\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.14 & x = 2\\0.48 & x = 12\\0.38 & x = 14 \end{cases}.\]
- What is \(E[Y|X = 12]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 12)\)?
Question ID: 0661697804
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{324}, \quad y \in \{4, 10, 13\}; x \in \{1, 5, 6\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.07 & x = 1\\0.46 & x = 5\\0.47 & x = 6 \end{cases}.\]
- What is \(E[Y|X = 6]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 6)\)?
Question ID: 0281041791
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{181}, \quad y \in \{6, 12, 13\}; x \in \{5, 11, 12\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.61 & x = 5\\0.19 & x = 11\\0.2 & x = 12 \end{cases}.\]
- What is \(E[Y|X = 11]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 11)\)?
Question ID: 0758404937
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{525}, \quad y \in \{5, 7, 9\}; x \in \{3, 9, 13\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.73 & x = 3\\0.16 & x = 9\\0.11 & x = 13 \end{cases}.\]
- What is \(E[Y|X = 13]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 13)\)?
Question ID: 0672129332
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{147}, \quad y \in \{2, 11, 13\}; x \in \{3, 5, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.37 & x = 3\\0.44 & x = 5\\0.19 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 5]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 5)\)?
Question ID: 0992183834
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{315}, \quad y \in \{2, 5, 10\}; x \in \{4, 6, 14\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.5 & x = 4\\0.48 & x = 6\\0.02 & x = 14 \end{cases}.\]
- What is \(E[Y|X = 4]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 4)\)?
Question ID: 0958788337
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{138}, \quad y \in \{9, 10, 13\}; x \in \{1, 2, 11\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.83 & x = 1\\0.11 & x = 2\\0.0600000000000001 & x = 11 \end{cases}.\]
- What is \(E[Y|X = 1]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 1)\)?
Question ID: 0728587911
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{210}, \quad y \in \{6, 8, 9\}; x \in \{7, 11, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.26 & x = 7\\0.55 & x = 11\\0.19 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 7]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 7)\)?
Question ID: 0292538163
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{930}, \quad y \in \{7, 10, 13\}; x \in \{8, 10, 13\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.52 & x = 8\\0.38 & x = 10\\0.1 & x = 13 \end{cases}.\]
- What is \(E[Y|X = 8]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 8)\)?
Question ID: 0842339166
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{608}, \quad y \in \{2, 7, 10\}; x \in \{7, 10, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.68 & x = 7\\0.0099999999999999 & x = 10\\0.31 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 15]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 15)\)?
Question ID: 0852361369
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{812}, \quad y \in \{6, 8, 15\}; x \in \{6, 10, 12\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.13 & x = 6\\0.26 & x = 10\\0.61 & x = 12 \end{cases}.\]
- What is \(E[Y|X = 12]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 12)\)?
Question ID: 0521839552
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{237}, \quad y \in \{3, 8, 14\}; x \in \{5, 8, 11\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.86 & x = 5\\0.0700000000000001 & x = 8\\0.07 & x = 11 \end{cases}.\]
- What is \(E[Y|X = 5]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 5)\)?
Question ID: 0726549675
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{429}, \quad y \in \{10, 11, 12\}; x \in \{1, 6, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.38 & x = 1\\0.35 & x = 6\\0.27 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 1]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 1)\)?
Question ID: 0309895937
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{126}, \quad y \in \{3, 7, 13\}; x \in \{4, 6, 9\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.54 & x = 4\\0.08 & x = 6\\0.38 & x = 9 \end{cases}.\]
- What is \(E[Y|X = 6]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 6)\)?
Question ID: 0619058890
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{153}, \quad y \in \{2, 6, 15\}; x \in \{2, 11, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.05 & x = 2\\0.38 & x = 11\\0.57 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 15]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 15)\)?
Question ID: 0486593071
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{144}, \quad y \in \{5, 9, 12\}; x \in \{3, 7, 12\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.68 & x = 3\\0.29 & x = 7\\0.03 & x = 12 \end{cases}.\]
- What is \(E[Y|X = 3]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 3)\)?
Question ID: 0646404899
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{506}, \quad y \in \{5, 6, 12\}; x \in \{4, 7, 11\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.72 & x = 4\\0.0600000000000001 & x = 7\\0.22 & x = 11 \end{cases}.\]
- What is \(E[Y|X = 7]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 7)\)?
Question ID: 0818712268
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{912}, \quad y \in \{11, 13, 14\}; x \in \{2, 9, 13\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.16 & x = 2\\0.61 & x = 9\\0.23 & x = 13 \end{cases}.\]
- What is \(E[Y|X = 2]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 2)\)?
Question ID: 0167594547
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{696}, \quad y \in \{6, 8, 15\}; x \in \{1, 8, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.04 & x = 1\\0.23 & x = 8\\0.73 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 1]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 1)\)?
Question ID: 0787350001
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{360}, \quad y \in \{1, 3, 11\}; x \in \{5, 7, 12\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.74 & x = 5\\0.08 & x = 7\\0.18 & x = 12 \end{cases}.\]
- What is \(E[Y|X = 7]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 7)\)?
Question ID: 0659613790
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{696}, \quad y \in \{2, 12, 15\}; x \in \{1, 2, 12\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.94 & x = 1\\0.04 & x = 2\\0.02 & x = 12 \end{cases}.\]
- What is \(E[Y|X = 12]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 12)\)?
Question ID: 0648694111
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{111}, \quad y \in \{1, 8, 10\}; x \in \{2, 4, 12\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.21 & x = 2\\0.07 & x = 4\\0.72 & x = 12 \end{cases}.\]
- What is \(E[Y|X = 4]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 4)\)?
Question ID: 0330357664
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{430}, \quad y \in \{3, 4, 13\}; x \in \{6, 12, 14\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.07 & x = 6\\0.01 & x = 12\\0.92 & x = 14 \end{cases}.\]
- What is \(E[Y|X = 14]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 14)\)?
Question ID: 0075278300
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{123}, \quad y \in \{3, 5, 10\}; x \in \{2, 6, 15\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.31 & x = 2\\0.2 & x = 6\\0.49 & x = 15 \end{cases}.\]
- What is \(E[Y|X = 15]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 15)\)?
Question ID: 0097366095
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{335}, \quad y \in \{1, 7, 11\}; x \in \{5, 7, 14\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.12 & x = 5\\0.07 & x = 7\\0.81 & x = 14 \end{cases}.\]
- What is \(E[Y|X = 5]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 5)\)?
Question ID: 0682513798
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{x+y}{180}, \quad y \in \{4, 10, 12\}; x \in \{7, 13, 14\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.89 & x = 7\\0.0599999999999999 & x = 13\\0.05 & x = 14 \end{cases}.\]
- What is \(E[Y|X = 7]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 7)\)?
Question ID: 0062395531
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{(y - x)^2}{288}, \quad y \in \{2, 4, 7\}; x \in \{1, 8, 12\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.56 & x = 1\\0.07 & x = 8\\0.37 & x = 12 \end{cases}.\]
- What is \(E[Y|X = 12]\)?
- What is \(E[Y]\)?
- Which of the following is not a random quantity?
- What is \(\text{var}(Y|X = 12)\)?
Question ID: 0109799302
The conditional distribution of \(Y\) given \(X\) has a probability mass function \[p_{Y|X}(y|x) = \dfrac{xy}{740}, \quad y \in \{8, 14, 15\}; x \in \{3, 8, 9\}.\]
Moreover, the probability mass function for \(X\) is \[p_{X}(x) = \begin{cases}0.29 & x = 3\\0.61 & x = 8\\0.0999999999999999 & x = 9 \end{cases}.\]
- What is \(E[Y|X = 8]\)?
- What is \(E[Y]\)?
- Which of the following is a random quantity?
- What is \(\text{var}(Y|X = 8)\)?
Question ID: 0515368895
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 11\).
- \(\text{var}(X) = 17\).
- \(E[Y|X] = 35X + 40\).
- \(\text{var}(Y|X) = 10X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0426810638
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 3\).
- \(\text{var}(X) = 49\).
- \(E[Y|X] = 13X + 15\).
- \(\text{var}(Y|X) = 50X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0967717275
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 23\).
- \(\text{var}(X) = 36\).
- \(E[Y|X] = 22X + 8\).
- \(\text{var}(Y|X) = 14X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0977436669
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 10\).
- \(\text{var}(X) = 33\).
- \(E[Y|X] = 14X + 43\).
- \(\text{var}(Y|X) = 4X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0151493961
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 35\).
- \(\text{var}(X) = 5\).
- \(E[Y|X] = 4X + 30\).
- \(\text{var}(Y|X) = 30X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0390615529
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 12\).
- \(\text{var}(X) = 39\).
- \(E[Y|X] = 6X + 13\).
- \(\text{var}(Y|X) = 4X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0888784942
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 25\).
- \(\text{var}(X) = 13\).
- \(E[Y|X] = 39X + 45\).
- \(\text{var}(Y|X) = 21X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0411944571
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 6\).
- \(\text{var}(X) = 41\).
- \(E[Y|X] = 15X + 2\).
- \(\text{var}(Y|X) = 44X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0456917293
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 33\).
- \(\text{var}(X) = 6\).
- \(E[Y|X] = 16X + 29\).
- \(\text{var}(Y|X) = 20X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0400009183
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 39\).
- \(\text{var}(X) = 42\).
- \(E[Y|X] = 49X + 17\).
- \(\text{var}(Y|X) = 21X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0078174299
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 14\).
- \(\text{var}(X) = 39\).
- \(E[Y|X] = 6X + 12\).
- \(\text{var}(Y|X) = 16X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0868732158
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 26\).
- \(\text{var}(X) = 32\).
- \(E[Y|X] = 20X + 36\).
- \(\text{var}(Y|X) = 22X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0892733569
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 25\).
- \(\text{var}(X) = 2\).
- \(E[Y|X] = 35X + 22\).
- \(\text{var}(Y|X) = 33X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0419212874
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 15\).
- \(\text{var}(X) = 11\).
- \(E[Y|X] = 31X + 11\).
- \(\text{var}(Y|X) = 34X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0523346396
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 30\).
- \(\text{var}(X) = 42\).
- \(E[Y|X] = 29X + 21\).
- \(\text{var}(Y|X) = 4X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0869465030
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 28\).
- \(\text{var}(X) = 39\).
- \(E[Y|X] = 27X + 26\).
- \(\text{var}(Y|X) = 27X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0228645933
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 35\).
- \(\text{var}(X) = 39\).
- \(E[Y|X] = 19X + 17\).
- \(\text{var}(Y|X) = 50X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0881785381
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 48\).
- \(\text{var}(X) = 2\).
- \(E[Y|X] = 32X + 48\).
- \(\text{var}(Y|X) = 2X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0927396804
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 30\).
- \(\text{var}(X) = 28\).
- \(E[Y|X] = 48X + 5\).
- \(\text{var}(Y|X) = 19X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0215452825
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 14\).
- \(\text{var}(X) = 36\).
- \(E[Y|X] = 29X + 28\).
- \(\text{var}(Y|X) = 20X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0386605788
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 40\).
- \(\text{var}(X) = 2\).
- \(E[Y|X] = 26X + 14\).
- \(\text{var}(Y|X) = 9X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0847569003
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 22\).
- \(\text{var}(X) = 40\).
- \(E[Y|X] = 32X + 27\).
- \(\text{var}(Y|X) = 12X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0826664964
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 16\).
- \(\text{var}(X) = 7\).
- \(E[Y|X] = 19X + 7\).
- \(\text{var}(Y|X) = 28X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0183653289
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 16\).
- \(\text{var}(X) = 39\).
- \(E[Y|X] = 46X + 19\).
- \(\text{var}(Y|X) = 27X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0887236788
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 40\).
- \(\text{var}(X) = 18\).
- \(E[Y|X] = 43X + 14\).
- \(\text{var}(Y|X) = 50X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0870843341
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 27\).
- \(\text{var}(X) = 30\).
- \(E[Y|X] = 28X + 22\).
- \(\text{var}(Y|X) = 48X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0893964100
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 24\).
- \(\text{var}(X) = 2\).
- \(E[Y|X] = 4X + 19\).
- \(\text{var}(Y|X) = 34X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0535491672
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 19\).
- \(\text{var}(X) = 39\).
- \(E[Y|X] = 40X + 6\).
- \(\text{var}(Y|X) = 24X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0952218046
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 25\).
- \(\text{var}(X) = 25\).
- \(E[Y|X] = 14X + 15\).
- \(\text{var}(Y|X) = 9X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0206030133
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 31\).
- \(\text{var}(X) = 44\).
- \(E[Y|X] = 49X + 37\).
- \(\text{var}(Y|X) = 35X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0855037065
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 23\).
- \(\text{var}(X) = 12\).
- \(E[Y|X] = 2X + 22\).
- \(\text{var}(Y|X) = 41X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0425110254
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 17\).
- \(\text{var}(X) = 14\).
- \(E[Y|X] = 15X + 16\).
- \(\text{var}(Y|X) = 5X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0430142077
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 20\).
- \(\text{var}(X) = 8\).
- \(E[Y|X] = 40X + 14\).
- \(\text{var}(Y|X) = 6X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0072426154
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 27\).
- \(\text{var}(X) = 26\).
- \(E[Y|X] = 9X + 16\).
- \(\text{var}(Y|X) = 2X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0569187685
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 36\).
- \(\text{var}(X) = 2\).
- \(E[Y|X] = 4X + 37\).
- \(\text{var}(Y|X) = 25X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0108573828
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 31\).
- \(\text{var}(X) = 26\).
- \(E[Y|X] = 14X + 12\).
- \(\text{var}(Y|X) = 23X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0208390549
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 29\).
- \(\text{var}(X) = 43\).
- \(E[Y|X] = 50X + 19\).
- \(\text{var}(Y|X) = 29X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0877406668
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 7\).
- \(\text{var}(X) = 35\).
- \(E[Y|X] = 5X + 25\).
- \(\text{var}(Y|X) = 17X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0609443159
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 47\).
- \(\text{var}(X) = 45\).
- \(E[Y|X] = 50X + 30\).
- \(\text{var}(Y|X) = 5X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0132941365
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 41\).
- \(\text{var}(X) = 20\).
- \(E[Y|X] = 40X + 23\).
- \(\text{var}(Y|X) = 32X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0175031187
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 37\).
- \(\text{var}(X) = 38\).
- \(E[Y|X] = 33X + 29\).
- \(\text{var}(Y|X) = 17X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0172432666
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 48\).
- \(\text{var}(X) = 20\).
- \(E[Y|X] = 5X + 3\).
- \(\text{var}(Y|X) = 7X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0565009095
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 41\).
- \(\text{var}(X) = 44\).
- \(E[Y|X] = 42X + 21\).
- \(\text{var}(Y|X) = 39X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0923225440
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 20\).
- \(\text{var}(X) = 32\).
- \(E[Y|X] = 18X + 35\).
- \(\text{var}(Y|X) = 22X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0559338704
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 26\).
- \(\text{var}(X) = 6\).
- \(E[Y|X] = 50X + 43\).
- \(\text{var}(Y|X) = 25X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0197652174
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 34\).
- \(\text{var}(X) = 18\).
- \(E[Y|X] = 25X + 16\).
- \(\text{var}(Y|X) = 16X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0285235617
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 10\).
- \(\text{var}(X) = 12\).
- \(E[Y|X] = 46X + 49\).
- \(\text{var}(Y|X) = 9X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0502462838
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 26\).
- \(\text{var}(X) = 11\).
- \(E[Y|X] = 13X + 9\).
- \(\text{var}(Y|X) = 7X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0372228284
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 14\).
- \(\text{var}(X) = 16\).
- \(E[Y|X] = 44X + 39\).
- \(\text{var}(Y|X) = 6X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0987569556
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 46\).
- \(\text{var}(X) = 19\).
- \(E[Y|X] = 33X + 23\).
- \(\text{var}(Y|X) = 33X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0509916774
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 5\).
- \(\text{var}(X) = 49\).
- \(E[Y|X] = 2X + 46\).
- \(\text{var}(Y|X) = 23X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0609322865
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 14\).
- \(\text{var}(X) = 45\).
- \(E[Y|X] = 30X + 10\).
- \(\text{var}(Y|X) = 28X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0531683068
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 45\).
- \(\text{var}(X) = 28\).
- \(E[Y|X] = 13X + 3\).
- \(\text{var}(Y|X) = 37X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0049163307
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 13\).
- \(\text{var}(X) = 35\).
- \(E[Y|X] = 48X + 43\).
- \(\text{var}(Y|X) = 40X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0634497495
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 12\).
- \(\text{var}(X) = 38\).
- \(E[Y|X] = 20X + 5\).
- \(\text{var}(Y|X) = 33X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0874672110
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 46\).
- \(\text{var}(X) = 1\).
- \(E[Y|X] = 47X + 18\).
- \(\text{var}(Y|X) = 13X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0840843295
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 20\).
- \(\text{var}(X) = 20\).
- \(E[Y|X] = 18X + 47\).
- \(\text{var}(Y|X) = 32X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0989460303
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 50\).
- \(\text{var}(X) = 41\).
- \(E[Y|X] = 4X + 30\).
- \(\text{var}(Y|X) = 19X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0555026235
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 27\).
- \(\text{var}(X) = 47\).
- \(E[Y|X] = 21X + 25\).
- \(\text{var}(Y|X) = 14X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0528995902
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 18\).
- \(\text{var}(X) = 4\).
- \(E[Y|X] = 40X + 38\).
- \(\text{var}(Y|X) = 42X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0222123800
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 21\).
- \(\text{var}(X) = 24\).
- \(E[Y|X] = 17X + 31\).
- \(\text{var}(Y|X) = 29X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0004631080
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 3\).
- \(\text{var}(X) = 18\).
- \(E[Y|X] = 17X + 29\).
- \(\text{var}(Y|X) = 35X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0601999566
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 38\).
- \(\text{var}(X) = 31\).
- \(E[Y|X] = 24X + 28\).
- \(\text{var}(Y|X) = 20X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0032020315
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 42\).
- \(\text{var}(X) = 13\).
- \(E[Y|X] = 6X + 42\).
- \(\text{var}(Y|X) = 19X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0426471020
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 42\).
- \(\text{var}(X) = 28\).
- \(E[Y|X] = 50X + 37\).
- \(\text{var}(Y|X) = 20X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0207728838
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 42\).
- \(\text{var}(X) = 38\).
- \(E[Y|X] = 32X + 27\).
- \(\text{var}(Y|X) = 5X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0069443489
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 28\).
- \(\text{var}(X) = 36\).
- \(E[Y|X] = 26X + 44\).
- \(\text{var}(Y|X) = 32X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0571350172
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 19\).
- \(\text{var}(X) = 46\).
- \(E[Y|X] = 2X + 45\).
- \(\text{var}(Y|X) = 46X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0811149548
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 9\).
- \(\text{var}(X) = 4\).
- \(E[Y|X] = 3X + 33\).
- \(\text{var}(Y|X) = 32X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0141104258
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 6\).
- \(\text{var}(X) = 29\).
- \(E[Y|X] = 37X + 8\).
- \(\text{var}(Y|X) = 36X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0427990357
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 8\).
- \(\text{var}(X) = 4\).
- \(E[Y|X] = 14X + 21\).
- \(\text{var}(Y|X) = 42X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0824765424
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 50\).
- \(\text{var}(X) = 32\).
- \(E[Y|X] = 50X + 4\).
- \(\text{var}(Y|X) = 44X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0759363148
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 24\).
- \(\text{var}(X) = 30\).
- \(E[Y|X] = 14X + 32\).
- \(\text{var}(Y|X) = 6X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0013723451
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 42\).
- \(\text{var}(X) = 12\).
- \(E[Y|X] = 25X + 22\).
- \(\text{var}(Y|X) = 49X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0074667433
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 28\).
- \(\text{var}(X) = 10\).
- \(E[Y|X] = 11X + 3\).
- \(\text{var}(Y|X) = 7X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0307198794
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 29\).
- \(\text{var}(X) = 16\).
- \(E[Y|X] = 17X + 24\).
- \(\text{var}(Y|X) = 49X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0874723265
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 33\).
- \(\text{var}(X) = 32\).
- \(E[Y|X] = 47X + 49\).
- \(\text{var}(Y|X) = 40X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0081912341
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 17\).
- \(\text{var}(X) = 25\).
- \(E[Y|X] = 29X + 6\).
- \(\text{var}(Y|X) = 22X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0383419846
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 17\).
- \(\text{var}(X) = 15\).
- \(E[Y|X] = 41X + 38\).
- \(\text{var}(Y|X) = 30X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0894460208
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 50\).
- \(\text{var}(X) = 27\).
- \(E[Y|X] = 35X + 33\).
- \(\text{var}(Y|X) = 22X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0632563230
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 33\).
- \(\text{var}(X) = 27\).
- \(E[Y|X] = 50X + 41\).
- \(\text{var}(Y|X) = 11X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0568613744
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 9\).
- \(\text{var}(X) = 39\).
- \(E[Y|X] = 40X + 35\).
- \(\text{var}(Y|X) = 22X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0685474240
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 39\).
- \(\text{var}(X) = 7\).
- \(E[Y|X] = 24X + 7\).
- \(\text{var}(Y|X) = 24X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0459980088
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 4\).
- \(\text{var}(X) = 27\).
- \(E[Y|X] = 33X + 37\).
- \(\text{var}(Y|X) = 18X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0483199994
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 15\).
- \(\text{var}(X) = 44\).
- \(E[Y|X] = 30X + 8\).
- \(\text{var}(Y|X) = 21X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0431966116
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 44\).
- \(\text{var}(X) = 20\).
- \(E[Y|X] = 43X + 45\).
- \(\text{var}(Y|X) = 24X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0736196503
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 15\).
- \(\text{var}(X) = 48\).
- \(E[Y|X] = 37X + 29\).
- \(\text{var}(Y|X) = 4X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0259695772
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 50\).
- \(\text{var}(X) = 2\).
- \(E[Y|X] = 41X + 47\).
- \(\text{var}(Y|X) = 25X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0635804071
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 11\).
- \(\text{var}(X) = 41\).
- \(E[Y|X] = 42X + 34\).
- \(\text{var}(Y|X) = 19X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0890747792
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 4\).
- \(\text{var}(X) = 23\).
- \(E[Y|X] = 33X + 43\).
- \(\text{var}(Y|X) = 14X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0504267240
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 6\).
- \(\text{var}(X) = 46\).
- \(E[Y|X] = 24X + 5\).
- \(\text{var}(Y|X) = 41X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0013513355
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 46\).
- \(\text{var}(X) = 8\).
- \(E[Y|X] = 6X + 5\).
- \(\text{var}(Y|X) = 40X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0349511534
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 49\).
- \(\text{var}(X) = 21\).
- \(E[Y|X] = 45X + 50\).
- \(\text{var}(Y|X) = 8X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0978583247
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 31\).
- \(\text{var}(X) = 14\).
- \(E[Y|X] = 27X + 42\).
- \(\text{var}(Y|X) = 38X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0500749926
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 31\).
- \(\text{var}(X) = 44\).
- \(E[Y|X] = 15X + 30\).
- \(\text{var}(Y|X) = 10X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0759070685
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 48\).
- \(\text{var}(X) = 38\).
- \(E[Y|X] = 5X + 15\).
- \(\text{var}(Y|X) = 38X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0107952201
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 44\).
- \(\text{var}(X) = 8\).
- \(E[Y|X] = 38X + 35\).
- \(\text{var}(Y|X) = 21X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0252715155
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 16\).
- \(\text{var}(X) = 29\).
- \(E[Y|X] = 39X + 15\).
- \(\text{var}(Y|X) = 37X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0617167734
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 32\).
- \(\text{var}(X) = 50\).
- \(E[Y|X] = 14X + 49\).
- \(\text{var}(Y|X) = 24X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0162909704
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 49\).
- \(\text{var}(X) = 36\).
- \(E[Y|X] = 3X + 39\).
- \(\text{var}(Y|X) = 21X\).
What is the variance of \(Y\) (round your answer to 2 decimal points).
Question ID: 0092704847
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -37\) and \(\text{var}(X) = 36\).
- \(E[Y] = 10\) and \(\text{var}(Y) = 9\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 12.42\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 37.44\), what is \(\text{cov}(X, Y)\)?
Question ID: 0281495848
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 49\) and \(\text{var}(X) = 100\).
- \(E[Y] = -13\) and \(\text{var}(Y) = 25\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 0.5\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 116\), what is \(\text{cov}(X, Y)\)?
Question ID: 0941276935
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 27\) and \(\text{var}(X) = 64\).
- \(E[Y] = 50\) and \(\text{var}(Y) = 9\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 5.52\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 108.04\), what is \(\text{cov}(X, Y)\)?
Question ID: 0580637497
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 39\) and \(\text{var}(X) = 36\).
- \(E[Y] = -33\) and \(\text{var}(Y) = 81\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -24.84\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 44.64\), what is \(\text{cov}(X, Y)\)?
Question ID: 0369321308
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 40\) and \(\text{var}(X) = 16\).
- \(E[Y] = 8\) and \(\text{var}(Y) = 100\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -32.4\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 130.4\), what is \(\text{cov}(X, Y)\)?
Question ID: 0296230166
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -34\) and \(\text{var}(X) = 9\).
- \(E[Y] = 32\) and \(\text{var}(Y) = 64\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -16.56\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 25\), what is \(\text{cov}(X, Y)\)?
Question ID: 0619693690
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -3\) and \(\text{var}(X) = 25\).
- \(E[Y] = -22\) and \(\text{var}(Y) = 81\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 27\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 104.2\), what is \(\text{cov}(X, Y)\)?
Question ID: 0990991342
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -12\) and \(\text{var}(X) = 25\).
- \(E[Y] = 25\) and \(\text{var}(Y) = 4\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 7.8\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 32.6\), what is \(\text{cov}(X, Y)\)?
Question ID: 0994383111
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -47\) and \(\text{var}(X) = 81\).
- \(E[Y] = 37\) and \(\text{var}(Y) = 49\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 6.93\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 130\), what is \(\text{cov}(X, Y)\)?
Question ID: 0003526627
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -41\) and \(\text{var}(X) = 25\).
- \(E[Y] = -12\) and \(\text{var}(Y) = 81\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 44.55\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 108.7\), what is \(\text{cov}(X, Y)\)?
Question ID: 0129018772
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -49\) and \(\text{var}(X) = 81\).
- \(E[Y] = 41\) and \(\text{var}(Y) = 9\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 14.85\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 96.48\), what is \(\text{cov}(X, Y)\)?
Question ID: 0752394153
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -4\) and \(\text{var}(X) = 81\).
- \(E[Y] = -23\) and \(\text{var}(Y) = 36\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 52.38\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 136.44\), what is \(\text{cov}(X, Y)\)?
Question ID: 0882223517
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 10\) and \(\text{var}(X) = 64\).
- \(E[Y] = -45\) and \(\text{var}(Y) = 64\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 4.48\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 152.32\), what is \(\text{cov}(X, Y)\)?
Question ID: 0651052957
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -8\) and \(\text{var}(X) = 100\).
- \(E[Y] = 23\) and \(\text{var}(Y) = 100\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -2\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 382\), what is \(\text{cov}(X, Y)\)?
Question ID: 0271969401
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 33\) and \(\text{var}(X) = 36\).
- \(E[Y] = 7\) and \(\text{var}(Y) = 4\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -4.32\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 28.72\), what is \(\text{cov}(X, Y)\)?
Question ID: 0471489798
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -40\) and \(\text{var}(X) = 25\).
- \(E[Y] = 33\) and \(\text{var}(Y) = 49\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 30.8\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 98.5\), what is \(\text{cov}(X, Y)\)?
Question ID: 0232773340
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 36\) and \(\text{var}(X) = 9\).
- \(E[Y] = -29\) and \(\text{var}(Y) = 100\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 25.2\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 81.4\), what is \(\text{cov}(X, Y)\)?
Question ID: 0594834110
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -42\) and \(\text{var}(X) = 81\).
- \(E[Y] = 28\) and \(\text{var}(Y) = 64\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 43.2\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 88.84\), what is \(\text{cov}(X, Y)\)?
Question ID: 0802368639
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 8\) and \(\text{var}(X) = 100\).
- \(E[Y] = -49\) and \(\text{var}(Y) = 4\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -1.2\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 129.6\), what is \(\text{cov}(X, Y)\)?
Question ID: 0949121764
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -46\) and \(\text{var}(X) = 25\).
- \(E[Y] = -32\) and \(\text{var}(Y) = 9\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 8.55\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 22.6\), what is \(\text{cov}(X, Y)\)?
Question ID: 0990760336
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -43\) and \(\text{var}(X) = 4\).
- \(E[Y] = 14\) and \(\text{var}(Y) = 100\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 1.2\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 70.4\), what is \(\text{cov}(X, Y)\)?
Question ID: 0526763720
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 10\) and \(\text{var}(X) = 36\).
- \(E[Y] = 12\) and \(\text{var}(Y) = 64\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -0.96\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 50.08\), what is \(\text{cov}(X, Y)\)?
Question ID: 0800062124
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 48\) and \(\text{var}(X) = 100\).
- \(E[Y] = -35\) and \(\text{var}(Y) = 64\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 71.2\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 96.8\), what is \(\text{cov}(X, Y)\)?
Question ID: 0147954042
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -2\) and \(\text{var}(X) = 16\).
- \(E[Y] = 23\) and \(\text{var}(Y) = 25\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -9.8\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 61.4\), what is \(\text{cov}(X, Y)\)?
Question ID: 0885521649
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 39\) and \(\text{var}(X) = 9\).
- \(E[Y] = -6\) and \(\text{var}(Y) = 16\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -5.64\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 30.52\), what is \(\text{cov}(X, Y)\)?
Question ID: 0200892445
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -41\) and \(\text{var}(X) = 36\).
- \(E[Y] = -11\) and \(\text{var}(Y) = 49\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 7.14\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 79.12\), what is \(\text{cov}(X, Y)\)?
Question ID: 0511286322
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 48\) and \(\text{var}(X) = 64\).
- \(E[Y] = 26\) and \(\text{var}(Y) = 64\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 63.36\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 209.92\), what is \(\text{cov}(X, Y)\)?
Question ID: 0056052921
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -37\) and \(\text{var}(X) = 25\).
- \(E[Y] = 21\) and \(\text{var}(Y) = 49\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -21\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 88\), what is \(\text{cov}(X, Y)\)?
Question ID: 0426696270
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 44\) and \(\text{var}(X) = 9\).
- \(E[Y] = -50\) and \(\text{var}(Y) = 81\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -12.69\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 121.32\), what is \(\text{cov}(X, Y)\)?
Question ID: 0651331866
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -8\) and \(\text{var}(X) = 4\).
- \(E[Y] = -13\) and \(\text{var}(Y) = 9\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 2.58\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 5.08\), what is \(\text{cov}(X, Y)\)?
Question ID: 0698486712
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 24\) and \(\text{var}(X) = 81\).
- \(E[Y] = -23\) and \(\text{var}(Y) = 36\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 16.2\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 147.24\), what is \(\text{cov}(X, Y)\)?
Question ID: 0981393124
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 20\) and \(\text{var}(X) = 25\).
- \(E[Y] = -42\) and \(\text{var}(Y) = 36\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -24.3\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 82.6\), what is \(\text{cov}(X, Y)\)?
Question ID: 0175127231
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 23\) and \(\text{var}(X) = 16\).
- \(E[Y] = -21\) and \(\text{var}(Y) = 64\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -31.36\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 121.6\), what is \(\text{cov}(X, Y)\)?
Question ID: 0482818883
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -47\) and \(\text{var}(X) = 25\).
- \(E[Y] = -16\) and \(\text{var}(Y) = 4\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 9.4\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 36\), what is \(\text{cov}(X, Y)\)?
Question ID: 0086283913
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -31\) and \(\text{var}(X) = 9\).
- \(E[Y] = 42\) and \(\text{var}(Y) = 4\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 4.44\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 1.6\), what is \(\text{cov}(X, Y)\)?
Question ID: 0810875152
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 11\) and \(\text{var}(X) = 25\).
- \(E[Y] = 40\) and \(\text{var}(Y) = 100\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -19\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 49\), what is \(\text{cov}(X, Y)\)?
Question ID: 0671063110
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -32\) and \(\text{var}(X) = 9\).
- \(E[Y] = 10\) and \(\text{var}(Y) = 36\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -4.86\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 62.28\), what is \(\text{cov}(X, Y)\)?
Question ID: 0153346648
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -11\) and \(\text{var}(X) = 49\).
- \(E[Y] = -27\) and \(\text{var}(Y) = 64\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -17.36\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 83.88\), what is \(\text{cov}(X, Y)\)?
Question ID: 0775070804
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -20\) and \(\text{var}(X) = 36\).
- \(E[Y] = -42\) and \(\text{var}(Y) = 100\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -34.8\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 192.4\), what is \(\text{cov}(X, Y)\)?
Question ID: 0697356183
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 32\) and \(\text{var}(X) = 25\).
- \(E[Y] = 48\) and \(\text{var}(Y) = 9\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -11.85\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 15.4\), what is \(\text{cov}(X, Y)\)?
Question ID: 0273576648
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -38\) and \(\text{var}(X) = 81\).
- \(E[Y] = -30\) and \(\text{var}(Y) = 81\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 72.9\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 12.96\), what is \(\text{cov}(X, Y)\)?
Question ID: 0761326411
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -5\) and \(\text{var}(X) = 49\).
- \(E[Y] = 3\) and \(\text{var}(Y) = 36\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 36.96\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 110.2\), what is \(\text{cov}(X, Y)\)?
Question ID: 0807367296
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 17\) and \(\text{var}(X) = 4\).
- \(E[Y] = -39\) and \(\text{var}(Y) = 100\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 15\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 129.2\), what is \(\text{cov}(X, Y)\)?
Question ID: 0560115272
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 10\) and \(\text{var}(X) = 64\).
- \(E[Y] = -14\) and \(\text{var}(Y) = 64\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -28.16\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 226.56\), what is \(\text{cov}(X, Y)\)?
Question ID: 0387032037
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -21\) and \(\text{var}(X) = 4\).
- \(E[Y] = -39\) and \(\text{var}(Y) = 100\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -14\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 77.2\), what is \(\text{cov}(X, Y)\)?
Question ID: 0310394508
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 6\) and \(\text{var}(X) = 49\).
- \(E[Y] = -13\) and \(\text{var}(Y) = 64\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -10.08\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 130.92\), what is \(\text{cov}(X, Y)\)?
Question ID: 0628276109
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -6\) and \(\text{var}(X) = 64\).
- \(E[Y] = -1\) and \(\text{var}(Y) = 9\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -1.44\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 83.56\), what is \(\text{cov}(X, Y)\)?
Question ID: 0443498973
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -8\) and \(\text{var}(X) = 64\).
- \(E[Y] = 9\) and \(\text{var}(Y) = 4\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -4.16\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 90.4\), what is \(\text{cov}(X, Y)\)?
Question ID: 0944929469
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -49\) and \(\text{var}(X) = 81\).
- \(E[Y] = 27\) and \(\text{var}(Y) = 25\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 5.85\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 105.1\), what is \(\text{cov}(X, Y)\)?
Question ID: 0024663553
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 41\) and \(\text{var}(X) = 81\).
- \(E[Y] = 24\) and \(\text{var}(Y) = 9\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -13.77\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 106.74\), what is \(\text{cov}(X, Y)\)?
Question ID: 0083750532
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 16\) and \(\text{var}(X) = 16\).
- \(E[Y] = 43\) and \(\text{var}(Y) = 81\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -27.72\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 58.84\), what is \(\text{cov}(X, Y)\)?
Question ID: 0479178126
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -20\) and \(\text{var}(X) = 100\).
- \(E[Y] = -31\) and \(\text{var}(Y) = 36\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -7.2\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 210.4\), what is \(\text{cov}(X, Y)\)?
Question ID: 0125549521
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -15\) and \(\text{var}(X) = 9\).
- \(E[Y] = -17\) and \(\text{var}(Y) = 36\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -16.74\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 18.72\), what is \(\text{cov}(X, Y)\)?
Question ID: 0406655261
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 36\) and \(\text{var}(X) = 81\).
- \(E[Y] = -37\) and \(\text{var}(Y) = 4\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -9.18\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 106.24\), what is \(\text{cov}(X, Y)\)?
Question ID: 0151633526
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 7\) and \(\text{var}(X) = 100\).
- \(E[Y] = -26\) and \(\text{var}(Y) = 64\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -13.6\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 109.6\), what is \(\text{cov}(X, Y)\)?
Question ID: 0711216705
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -37\) and \(\text{var}(X) = 36\).
- \(E[Y] = 35\) and \(\text{var}(Y) = 64\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -14.4\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 123.04\), what is \(\text{cov}(X, Y)\)?
Question ID: 0633640060
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -37\) and \(\text{var}(X) = 64\).
- \(E[Y] = -34\) and \(\text{var}(Y) = 81\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 59.76\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 44.2\), what is \(\text{cov}(X, Y)\)?
Question ID: 0391246999
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 8\) and \(\text{var}(X) = 49\).
- \(E[Y] = -36\) and \(\text{var}(Y) = 100\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 15.4\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 263.8\), what is \(\text{cov}(X, Y)\)?
Question ID: 0343037754
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -23\) and \(\text{var}(X) = 25\).
- \(E[Y] = -34\) and \(\text{var}(Y) = 100\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -38\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 96\), what is \(\text{cov}(X, Y)\)?
Question ID: 0102472187
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 1\) and \(\text{var}(X) = 4\).
- \(E[Y] = 23\) and \(\text{var}(Y) = 25\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 2.7\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 21.8\), what is \(\text{cov}(X, Y)\)?
Question ID: 0148893902
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 36\) and \(\text{var}(X) = 81\).
- \(E[Y] = -41\) and \(\text{var}(Y) = 100\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 76.5\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 125.2\), what is \(\text{cov}(X, Y)\)?
Question ID: 0431189578
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 22\) and \(\text{var}(X) = 49\).
- \(E[Y] = -29\) and \(\text{var}(Y) = 4\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 1.26\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 29.48\), what is \(\text{cov}(X, Y)\)?
Question ID: 0837079852
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 43\) and \(\text{var}(X) = 25\).
- \(E[Y] = 35\) and \(\text{var}(Y) = 4\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 1.5\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 34.6\), what is \(\text{cov}(X, Y)\)?
Question ID: 0896336530
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 46\) and \(\text{var}(X) = 16\).
- \(E[Y] = 13\) and \(\text{var}(Y) = 49\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 1.68\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 18.52\), what is \(\text{cov}(X, Y)\)?
Question ID: 0505018229
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -24\) and \(\text{var}(X) = 49\).
- \(E[Y] = -20\) and \(\text{var}(Y) = 36\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -7.14\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 47.2\), what is \(\text{cov}(X, Y)\)?
Question ID: 0969562524
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 16\) and \(\text{var}(X) = 16\).
- \(E[Y] = 13\) and \(\text{var}(Y) = 9\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -6.48\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 10.12\), what is \(\text{cov}(X, Y)\)?
Question ID: 0652010889
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -23\) and \(\text{var}(X) = 25\).
- \(E[Y] = 7\) and \(\text{var}(Y) = 16\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -4.4\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 3.4\), what is \(\text{cov}(X, Y)\)?
Question ID: 0577972964
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -35\) and \(\text{var}(X) = 4\).
- \(E[Y] = 47\) and \(\text{var}(Y) = 25\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 9.4\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 43.2\), what is \(\text{cov}(X, Y)\)?
Question ID: 0231520492
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 3\) and \(\text{var}(X) = 25\).
- \(E[Y] = 40\) and \(\text{var}(Y) = 4\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 8.2\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 15.6\), what is \(\text{cov}(X, Y)\)?
Question ID: 0491478777
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -39\) and \(\text{var}(X) = 25\).
- \(E[Y] = 25\) and \(\text{var}(Y) = 100\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -0.5\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 121\), what is \(\text{cov}(X, Y)\)?
Question ID: 0436986743
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -33\) and \(\text{var}(X) = 64\).
- \(E[Y] = -50\) and \(\text{var}(Y) = 64\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -17.28\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 135.68\), what is \(\text{cov}(X, Y)\)?
Question ID: 0229118161
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 35\) and \(\text{var}(X) = 36\).
- \(E[Y] = 37\) and \(\text{var}(Y) = 64\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -46.08\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 145.12\), what is \(\text{cov}(X, Y)\)?
Question ID: 0585424401
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 13\) and \(\text{var}(X) = 9\).
- \(E[Y] = 45\) and \(\text{var}(Y) = 81\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 25.38\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 53.28\), what is \(\text{cov}(X, Y)\)?
Question ID: 0346122995
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -12\) and \(\text{var}(X) = 64\).
- \(E[Y] = 7\) and \(\text{var}(Y) = 16\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -5.12\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 23.68\), what is \(\text{cov}(X, Y)\)?
Question ID: 0671191085
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 47\) and \(\text{var}(X) = 81\).
- \(E[Y] = 33\) and \(\text{var}(Y) = 25\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 35.55\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 120.4\), what is \(\text{cov}(X, Y)\)?
Question ID: 0483978905
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 21\) and \(\text{var}(X) = 49\).
- \(E[Y] = 6\) and \(\text{var}(Y) = 49\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -29.89\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 154.84\), what is \(\text{cov}(X, Y)\)?
Question ID: 0954897997
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -11\) and \(\text{var}(X) = 25\).
- \(E[Y] = -25\) and \(\text{var}(Y) = 81\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 37.35\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 176.2\), what is \(\text{cov}(X, Y)\)?
Question ID: 0927615673
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -14\) and \(\text{var}(X) = 16\).
- \(E[Y] = 27\) and \(\text{var}(Y) = 16\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -13.6\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 36.8\), what is \(\text{cov}(X, Y)\)?
Question ID: 0165033694
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 22\) and \(\text{var}(X) = 81\).
- \(E[Y] = 14\) and \(\text{var}(Y) = 64\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -3.6\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 13.96\), what is \(\text{cov}(X, Y)\)?
Question ID: 0999001544
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 1\) and \(\text{var}(X) = 100\).
- \(E[Y] = -22\) and \(\text{var}(Y) = 4\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 17\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 88.4\), what is \(\text{cov}(X, Y)\)?
Question ID: 0722583361
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -27\) and \(\text{var}(X) = 9\).
- \(E[Y] = 8\) and \(\text{var}(Y) = 49\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 9.66\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 94.12\), what is \(\text{cov}(X, Y)\)?
Question ID: 0213966023
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 22\) and \(\text{var}(X) = 16\).
- \(E[Y] = 1\) and \(\text{var}(Y) = 25\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -5.2\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 42.6\), what is \(\text{cov}(X, Y)\)?
Question ID: 0089309110
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 30\) and \(\text{var}(X) = 25\).
- \(E[Y] = -45\) and \(\text{var}(Y) = 9\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 14.85\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 56.5\), what is \(\text{cov}(X, Y)\)?
Question ID: 0265988684
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -42\) and \(\text{var}(X) = 16\).
- \(E[Y] = -49\) and \(\text{var}(Y) = 16\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -11.68\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 52.8\), what is \(\text{cov}(X, Y)\)?
Question ID: 0685035045
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -21\) and \(\text{var}(X) = 16\).
- \(E[Y] = -28\) and \(\text{var}(Y) = 64\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 26.24\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 124.8\), what is \(\text{cov}(X, Y)\)?
Question ID: 0234185901
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 38\) and \(\text{var}(X) = 64\).
- \(E[Y] = -38\) and \(\text{var}(Y) = 36\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -3.36\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 52\), what is \(\text{cov}(X, Y)\)?
Question ID: 0275333086
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -22\) and \(\text{var}(X) = 4\).
- \(E[Y] = 7\) and \(\text{var}(Y) = 81\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 17.28\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 53.68\), what is \(\text{cov}(X, Y)\)?
Question ID: 0356684435
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -14\) and \(\text{var}(X) = 25\).
- \(E[Y] = -41\) and \(\text{var}(Y) = 100\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 13\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 88\), what is \(\text{cov}(X, Y)\)?
Question ID: 0413919336
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 3\) and \(\text{var}(X) = 36\).
- \(E[Y] = -2\) and \(\text{var}(Y) = 9\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -7.74\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 33.48\), what is \(\text{cov}(X, Y)\)?
Question ID: 0328979183
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 40\) and \(\text{var}(X) = 4\).
- \(E[Y] = 35\) and \(\text{var}(Y) = 81\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 10.08\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 120.28\), what is \(\text{cov}(X, Y)\)?
Question ID: 0991759749
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 43\) and \(\text{var}(X) = 4\).
- \(E[Y] = -48\) and \(\text{var}(Y) = 64\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -10.56\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 92.32\), what is \(\text{cov}(X, Y)\)?
Question ID: 0751750560
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 28\) and \(\text{var}(X) = 16\).
- \(E[Y] = -50\) and \(\text{var}(Y) = 49\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 3.92\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 112.6\), what is \(\text{cov}(X, Y)\)?
Question ID: 0957381461
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -25\) and \(\text{var}(X) = 64\).
- \(E[Y] = 24\) and \(\text{var}(Y) = 9\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -12\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 29.32\), what is \(\text{cov}(X, Y)\)?
Question ID: 0370310045
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -43\) and \(\text{var}(X) = 25\).
- \(E[Y] = 40\) and \(\text{var}(Y) = 9\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -9.9\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 53.8\), what is \(\text{cov}(X, Y)\)?
Question ID: 0347089949
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 27\) and \(\text{var}(X) = 9\).
- \(E[Y] = -25\) and \(\text{var}(Y) = 49\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -3.57\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 34.48\), what is \(\text{cov}(X, Y)\)?
Question ID: 0712935344
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 17\) and \(\text{var}(X) = 4\).
- \(E[Y] = -18\) and \(\text{var}(Y) = 4\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -2.88\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 6.32\), what is \(\text{cov}(X, Y)\)?
Question ID: 0958479740
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = 12\) and \(\text{var}(X) = 9\).
- \(E[Y] = -3\) and \(\text{var}(Y) = 25\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 10.95\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 37.3\), what is \(\text{cov}(X, Y)\)?
Question ID: 0411264933
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -46\) and \(\text{var}(X) = 64\).
- \(E[Y] = -40\) and \(\text{var}(Y) = 64\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 61.44\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 144.64\), what is \(\text{cov}(X, Y)\)?
Question ID: 0475010044
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -40\) and \(\text{var}(X) = 64\).
- \(E[Y] = 33\) and \(\text{var}(Y) = 81\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = 28.08\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 217\), what is \(\text{cov}(X, Y)\)?
Question ID: 0094164174
Suppose that it is known that, for two random variables \(X\) and \(Y\), we have:
- \(E[X] = -15\) and \(\text{var}(X) = 100\).
- \(E[Y] = 0\) and \(\text{var}(Y) = 81\).
- What is \(E[X + Y]\)?
- If it is known that \(\text{cov}(X, Y) = -72.9\), what is \(\text{var}(X + Y)\)?
- If it is known that \(\text{var}(X + Y) = 145\), what is \(\text{cov}(X, Y)\)?
Question ID: 0040606378
Suppose that \(X_1, \dots, X_{440}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -16\) and \(\text{var}(X_1) = 38\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{440} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{440} X_i\right)\)?
- What is \(E\left[\dfrac{1}{440}\sum_{i=1}^{440} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{440}\sum_{i=1}^{440} X_i\right)\)?
Question ID: 0444966972
Suppose that \(X_1, \dots, X_{163}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -49\) and \(\text{var}(X_1) = 14\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{163} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{163} X_i\right)\)?
- What is \(E\left[\dfrac{1}{163}\sum_{i=1}^{163} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{163}\sum_{i=1}^{163} X_i\right)\)?
Question ID: 0099213069
Suppose that \(X_1, \dots, X_{291}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 42\) and \(\text{var}(X_1) = 23\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{291} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{291} X_i\right)\)?
- What is \(E\left[\dfrac{1}{291}\sum_{i=1}^{291} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{291}\sum_{i=1}^{291} X_i\right)\)?
Question ID: 0740351730
Suppose that \(X_1, \dots, X_{444}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 19\) and \(\text{var}(X_1) = 18\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{444} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{444} X_i\right)\)?
- What is \(E\left[\dfrac{1}{444}\sum_{i=1}^{444} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{444}\sum_{i=1}^{444} X_i\right)\)?
Question ID: 0677280492
Suppose that \(X_1, \dots, X_{25}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -7\) and \(\text{var}(X_1) = 1\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{25} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{25} X_i\right)\)?
- What is \(E\left[\dfrac{1}{25}\sum_{i=1}^{25} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{25}\sum_{i=1}^{25} X_i\right)\)?
Question ID: 0218751765
Suppose that \(X_1, \dots, X_{295}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 27\) and \(\text{var}(X_1) = 23\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{295} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{295} X_i\right)\)?
- What is \(E\left[\dfrac{1}{295}\sum_{i=1}^{295} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{295}\sum_{i=1}^{295} X_i\right)\)?
Question ID: 0532122435
Suppose that \(X_1, \dots, X_{454}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 10\) and \(\text{var}(X_1) = 16\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{454} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{454} X_i\right)\)?
- What is \(E\left[\dfrac{1}{454}\sum_{i=1}^{454} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{454}\sum_{i=1}^{454} X_i\right)\)?
Question ID: 0085164311
Suppose that \(X_1, \dots, X_{319}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 35\) and \(\text{var}(X_1) = 38\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{319} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{319} X_i\right)\)?
- What is \(E\left[\dfrac{1}{319}\sum_{i=1}^{319} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{319}\sum_{i=1}^{319} X_i\right)\)?
Question ID: 0888270280
Suppose that \(X_1, \dots, X_{95}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 45\) and \(\text{var}(X_1) = 20\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{95} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{95} X_i\right)\)?
- What is \(E\left[\dfrac{1}{95}\sum_{i=1}^{95} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{95}\sum_{i=1}^{95} X_i\right)\)?
Question ID: 0486197009
Suppose that \(X_1, \dots, X_{383}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -10\) and \(\text{var}(X_1) = 21\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{383} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{383} X_i\right)\)?
- What is \(E\left[\dfrac{1}{383}\sum_{i=1}^{383} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{383}\sum_{i=1}^{383} X_i\right)\)?
Question ID: 0891387913
Suppose that \(X_1, \dots, X_{94}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -9\) and \(\text{var}(X_1) = 33\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{94} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{94} X_i\right)\)?
- What is \(E\left[\dfrac{1}{94}\sum_{i=1}^{94} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{94}\sum_{i=1}^{94} X_i\right)\)?
Question ID: 0370885104
Suppose that \(X_1, \dots, X_{393}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 11\) and \(\text{var}(X_1) = 43\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{393} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{393} X_i\right)\)?
- What is \(E\left[\dfrac{1}{393}\sum_{i=1}^{393} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{393}\sum_{i=1}^{393} X_i\right)\)?
Question ID: 0057087731
Suppose that \(X_1, \dots, X_{444}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -35\) and \(\text{var}(X_1) = 29\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{444} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{444} X_i\right)\)?
- What is \(E\left[\dfrac{1}{444}\sum_{i=1}^{444} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{444}\sum_{i=1}^{444} X_i\right)\)?
Question ID: 0065385028
Suppose that \(X_1, \dots, X_{299}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 28\) and \(\text{var}(X_1) = 9\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{299} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{299} X_i\right)\)?
- What is \(E\left[\dfrac{1}{299}\sum_{i=1}^{299} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{299}\sum_{i=1}^{299} X_i\right)\)?
Question ID: 0912534035
Suppose that \(X_1, \dots, X_{9}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -12\) and \(\text{var}(X_1) = 13\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{9} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{9} X_i\right)\)?
- What is \(E\left[\dfrac{1}{9}\sum_{i=1}^{9} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{9}\sum_{i=1}^{9} X_i\right)\)?
Question ID: 0684816994
Suppose that \(X_1, \dots, X_{269}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -27\) and \(\text{var}(X_1) = 34\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{269} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{269} X_i\right)\)?
- What is \(E\left[\dfrac{1}{269}\sum_{i=1}^{269} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{269}\sum_{i=1}^{269} X_i\right)\)?
Question ID: 0496676558
Suppose that \(X_1, \dots, X_{33}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 33\) and \(\text{var}(X_1) = 39\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{33} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{33} X_i\right)\)?
- What is \(E\left[\dfrac{1}{33}\sum_{i=1}^{33} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{33}\sum_{i=1}^{33} X_i\right)\)?
Question ID: 0600186674
Suppose that \(X_1, \dots, X_{128}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -32\) and \(\text{var}(X_1) = 27\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{128} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{128} X_i\right)\)?
- What is \(E\left[\dfrac{1}{128}\sum_{i=1}^{128} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{128}\sum_{i=1}^{128} X_i\right)\)?
Question ID: 0482155325
Suppose that \(X_1, \dots, X_{488}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -18\) and \(\text{var}(X_1) = 42\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{488} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{488} X_i\right)\)?
- What is \(E\left[\dfrac{1}{488}\sum_{i=1}^{488} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{488}\sum_{i=1}^{488} X_i\right)\)?
Question ID: 0818316046
Suppose that \(X_1, \dots, X_{396}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -49\) and \(\text{var}(X_1) = 46\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{396} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{396} X_i\right)\)?
- What is \(E\left[\dfrac{1}{396}\sum_{i=1}^{396} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{396}\sum_{i=1}^{396} X_i\right)\)?
Question ID: 0989890323
Suppose that \(X_1, \dots, X_{382}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 14\) and \(\text{var}(X_1) = 17\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{382} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{382} X_i\right)\)?
- What is \(E\left[\dfrac{1}{382}\sum_{i=1}^{382} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{382}\sum_{i=1}^{382} X_i\right)\)?
Question ID: 0062155918
Suppose that \(X_1, \dots, X_{139}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 21\) and \(\text{var}(X_1) = 21\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{139} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{139} X_i\right)\)?
- What is \(E\left[\dfrac{1}{139}\sum_{i=1}^{139} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{139}\sum_{i=1}^{139} X_i\right)\)?
Question ID: 0032094615
Suppose that \(X_1, \dots, X_{416}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -16\) and \(\text{var}(X_1) = 38\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{416} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{416} X_i\right)\)?
- What is \(E\left[\dfrac{1}{416}\sum_{i=1}^{416} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{416}\sum_{i=1}^{416} X_i\right)\)?
Question ID: 0099535838
Suppose that \(X_1, \dots, X_{310}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -17\) and \(\text{var}(X_1) = 31\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{310} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{310} X_i\right)\)?
- What is \(E\left[\dfrac{1}{310}\sum_{i=1}^{310} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{310}\sum_{i=1}^{310} X_i\right)\)?
Question ID: 0328645911
Suppose that \(X_1, \dots, X_{72}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 5\) and \(\text{var}(X_1) = 3\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{72} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{72} X_i\right)\)?
- What is \(E\left[\dfrac{1}{72}\sum_{i=1}^{72} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{72}\sum_{i=1}^{72} X_i\right)\)?
Question ID: 0018858698
Suppose that \(X_1, \dots, X_{357}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -21\) and \(\text{var}(X_1) = 11\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{357} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{357} X_i\right)\)?
- What is \(E\left[\dfrac{1}{357}\sum_{i=1}^{357} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{357}\sum_{i=1}^{357} X_i\right)\)?
Question ID: 0184874695
Suppose that \(X_1, \dots, X_{293}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 24\) and \(\text{var}(X_1) = 2\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{293} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{293} X_i\right)\)?
- What is \(E\left[\dfrac{1}{293}\sum_{i=1}^{293} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{293}\sum_{i=1}^{293} X_i\right)\)?
Question ID: 0968784939
Suppose that \(X_1, \dots, X_{337}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 30\) and \(\text{var}(X_1) = 50\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{337} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{337} X_i\right)\)?
- What is \(E\left[\dfrac{1}{337}\sum_{i=1}^{337} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{337}\sum_{i=1}^{337} X_i\right)\)?
Question ID: 0243976732
Suppose that \(X_1, \dots, X_{484}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 4\) and \(\text{var}(X_1) = 49\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{484} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{484} X_i\right)\)?
- What is \(E\left[\dfrac{1}{484}\sum_{i=1}^{484} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{484}\sum_{i=1}^{484} X_i\right)\)?
Question ID: 0642551931
Suppose that \(X_1, \dots, X_{53}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -38\) and \(\text{var}(X_1) = 15\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{53} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{53} X_i\right)\)?
- What is \(E\left[\dfrac{1}{53}\sum_{i=1}^{53} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{53}\sum_{i=1}^{53} X_i\right)\)?
Question ID: 0515345094
Suppose that \(X_1, \dots, X_{496}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 27\) and \(\text{var}(X_1) = 5\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{496} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{496} X_i\right)\)?
- What is \(E\left[\dfrac{1}{496}\sum_{i=1}^{496} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{496}\sum_{i=1}^{496} X_i\right)\)?
Question ID: 0282355204
Suppose that \(X_1, \dots, X_{393}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -16\) and \(\text{var}(X_1) = 3\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{393} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{393} X_i\right)\)?
- What is \(E\left[\dfrac{1}{393}\sum_{i=1}^{393} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{393}\sum_{i=1}^{393} X_i\right)\)?
Question ID: 0222835260
Suppose that \(X_1, \dots, X_{104}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -21\) and \(\text{var}(X_1) = 34\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{104} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{104} X_i\right)\)?
- What is \(E\left[\dfrac{1}{104}\sum_{i=1}^{104} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{104}\sum_{i=1}^{104} X_i\right)\)?
Question ID: 0095701386
Suppose that \(X_1, \dots, X_{473}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -35\) and \(\text{var}(X_1) = 11\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{473} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{473} X_i\right)\)?
- What is \(E\left[\dfrac{1}{473}\sum_{i=1}^{473} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{473}\sum_{i=1}^{473} X_i\right)\)?
Question ID: 0748337097
Suppose that \(X_1, \dots, X_{394}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 35\) and \(\text{var}(X_1) = 28\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{394} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{394} X_i\right)\)?
- What is \(E\left[\dfrac{1}{394}\sum_{i=1}^{394} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{394}\sum_{i=1}^{394} X_i\right)\)?
Question ID: 0993900956
Suppose that \(X_1, \dots, X_{295}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -22\) and \(\text{var}(X_1) = 6\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{295} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{295} X_i\right)\)?
- What is \(E\left[\dfrac{1}{295}\sum_{i=1}^{295} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{295}\sum_{i=1}^{295} X_i\right)\)?
Question ID: 0114730466
Suppose that \(X_1, \dots, X_{426}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -38\) and \(\text{var}(X_1) = 47\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{426} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{426} X_i\right)\)?
- What is \(E\left[\dfrac{1}{426}\sum_{i=1}^{426} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{426}\sum_{i=1}^{426} X_i\right)\)?
Question ID: 0357219887
Suppose that \(X_1, \dots, X_{381}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -17\) and \(\text{var}(X_1) = 2\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{381} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{381} X_i\right)\)?
- What is \(E\left[\dfrac{1}{381}\sum_{i=1}^{381} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{381}\sum_{i=1}^{381} X_i\right)\)?
Question ID: 0915852932
Suppose that \(X_1, \dots, X_{323}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 1\) and \(\text{var}(X_1) = 4\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{323} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{323} X_i\right)\)?
- What is \(E\left[\dfrac{1}{323}\sum_{i=1}^{323} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{323}\sum_{i=1}^{323} X_i\right)\)?
Question ID: 0356181371
Suppose that \(X_1, \dots, X_{366}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 0\) and \(\text{var}(X_1) = 28\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{366} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{366} X_i\right)\)?
- What is \(E\left[\dfrac{1}{366}\sum_{i=1}^{366} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{366}\sum_{i=1}^{366} X_i\right)\)?
Question ID: 0719764641
Suppose that \(X_1, \dots, X_{257}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 45\) and \(\text{var}(X_1) = 39\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{257} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{257} X_i\right)\)?
- What is \(E\left[\dfrac{1}{257}\sum_{i=1}^{257} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{257}\sum_{i=1}^{257} X_i\right)\)?
Question ID: 0261589045
Suppose that \(X_1, \dots, X_{188}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 15\) and \(\text{var}(X_1) = 20\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{188} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{188} X_i\right)\)?
- What is \(E\left[\dfrac{1}{188}\sum_{i=1}^{188} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{188}\sum_{i=1}^{188} X_i\right)\)?
Question ID: 0975346546
Suppose that \(X_1, \dots, X_{48}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 18\) and \(\text{var}(X_1) = 23\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{48} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{48} X_i\right)\)?
- What is \(E\left[\dfrac{1}{48}\sum_{i=1}^{48} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{48}\sum_{i=1}^{48} X_i\right)\)?
Question ID: 0276066447
Suppose that \(X_1, \dots, X_{183}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -3\) and \(\text{var}(X_1) = 16\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{183} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{183} X_i\right)\)?
- What is \(E\left[\dfrac{1}{183}\sum_{i=1}^{183} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{183}\sum_{i=1}^{183} X_i\right)\)?
Question ID: 0573116479
Suppose that \(X_1, \dots, X_{325}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 43\) and \(\text{var}(X_1) = 13\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{325} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{325} X_i\right)\)?
- What is \(E\left[\dfrac{1}{325}\sum_{i=1}^{325} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{325}\sum_{i=1}^{325} X_i\right)\)?
Question ID: 0732256357
Suppose that \(X_1, \dots, X_{256}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -14\) and \(\text{var}(X_1) = 5\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{256} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{256} X_i\right)\)?
- What is \(E\left[\dfrac{1}{256}\sum_{i=1}^{256} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{256}\sum_{i=1}^{256} X_i\right)\)?
Question ID: 0448269884
Suppose that \(X_1, \dots, X_{202}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -35\) and \(\text{var}(X_1) = 50\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{202} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{202} X_i\right)\)?
- What is \(E\left[\dfrac{1}{202}\sum_{i=1}^{202} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{202}\sum_{i=1}^{202} X_i\right)\)?
Question ID: 0384727920
Suppose that \(X_1, \dots, X_{289}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -1\) and \(\text{var}(X_1) = 44\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{289} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{289} X_i\right)\)?
- What is \(E\left[\dfrac{1}{289}\sum_{i=1}^{289} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{289}\sum_{i=1}^{289} X_i\right)\)?
Question ID: 0027361375
Suppose that \(X_1, \dots, X_{462}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 12\) and \(\text{var}(X_1) = 40\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{462} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{462} X_i\right)\)?
- What is \(E\left[\dfrac{1}{462}\sum_{i=1}^{462} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{462}\sum_{i=1}^{462} X_i\right)\)?
Question ID: 0243526069
Suppose that \(X_1, \dots, X_{474}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -34\) and \(\text{var}(X_1) = 3\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{474} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{474} X_i\right)\)?
- What is \(E\left[\dfrac{1}{474}\sum_{i=1}^{474} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{474}\sum_{i=1}^{474} X_i\right)\)?
Question ID: 0658591234
Suppose that \(X_1, \dots, X_{87}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -38\) and \(\text{var}(X_1) = 6\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{87} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{87} X_i\right)\)?
- What is \(E\left[\dfrac{1}{87}\sum_{i=1}^{87} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{87}\sum_{i=1}^{87} X_i\right)\)?
Question ID: 0004261870
Suppose that \(X_1, \dots, X_{432}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -5\) and \(\text{var}(X_1) = 11\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{432} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{432} X_i\right)\)?
- What is \(E\left[\dfrac{1}{432}\sum_{i=1}^{432} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{432}\sum_{i=1}^{432} X_i\right)\)?
Question ID: 0364842350
Suppose that \(X_1, \dots, X_{351}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -47\) and \(\text{var}(X_1) = 44\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{351} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{351} X_i\right)\)?
- What is \(E\left[\dfrac{1}{351}\sum_{i=1}^{351} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{351}\sum_{i=1}^{351} X_i\right)\)?
Question ID: 0246393127
Suppose that \(X_1, \dots, X_{218}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 45\) and \(\text{var}(X_1) = 3\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{218} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{218} X_i\right)\)?
- What is \(E\left[\dfrac{1}{218}\sum_{i=1}^{218} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{218}\sum_{i=1}^{218} X_i\right)\)?
Question ID: 0536523969
Suppose that \(X_1, \dots, X_{463}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 23\) and \(\text{var}(X_1) = 34\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{463} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{463} X_i\right)\)?
- What is \(E\left[\dfrac{1}{463}\sum_{i=1}^{463} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{463}\sum_{i=1}^{463} X_i\right)\)?
Question ID: 0211647211
Suppose that \(X_1, \dots, X_{190}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -47\) and \(\text{var}(X_1) = 36\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{190} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{190} X_i\right)\)?
- What is \(E\left[\dfrac{1}{190}\sum_{i=1}^{190} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{190}\sum_{i=1}^{190} X_i\right)\)?
Question ID: 0884505406
Suppose that \(X_1, \dots, X_{88}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -36\) and \(\text{var}(X_1) = 8\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{88} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{88} X_i\right)\)?
- What is \(E\left[\dfrac{1}{88}\sum_{i=1}^{88} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{88}\sum_{i=1}^{88} X_i\right)\)?
Question ID: 0583334929
Suppose that \(X_1, \dots, X_{164}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 11\) and \(\text{var}(X_1) = 32\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{164} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{164} X_i\right)\)?
- What is \(E\left[\dfrac{1}{164}\sum_{i=1}^{164} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{164}\sum_{i=1}^{164} X_i\right)\)?
Question ID: 0762892642
Suppose that \(X_1, \dots, X_{326}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -4\) and \(\text{var}(X_1) = 14\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{326} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{326} X_i\right)\)?
- What is \(E\left[\dfrac{1}{326}\sum_{i=1}^{326} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{326}\sum_{i=1}^{326} X_i\right)\)?
Question ID: 0952970900
Suppose that \(X_1, \dots, X_{437}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 17\) and \(\text{var}(X_1) = 34\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{437} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{437} X_i\right)\)?
- What is \(E\left[\dfrac{1}{437}\sum_{i=1}^{437} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{437}\sum_{i=1}^{437} X_i\right)\)?
Question ID: 0609226392
Suppose that \(X_1, \dots, X_{124}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -12\) and \(\text{var}(X_1) = 4\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{124} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{124} X_i\right)\)?
- What is \(E\left[\dfrac{1}{124}\sum_{i=1}^{124} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{124}\sum_{i=1}^{124} X_i\right)\)?
Question ID: 0227154333
Suppose that \(X_1, \dots, X_{240}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -34\) and \(\text{var}(X_1) = 9\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{240} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{240} X_i\right)\)?
- What is \(E\left[\dfrac{1}{240}\sum_{i=1}^{240} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{240}\sum_{i=1}^{240} X_i\right)\)?
Question ID: 0174215942
Suppose that \(X_1, \dots, X_{227}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -25\) and \(\text{var}(X_1) = 1\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{227} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{227} X_i\right)\)?
- What is \(E\left[\dfrac{1}{227}\sum_{i=1}^{227} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{227}\sum_{i=1}^{227} X_i\right)\)?
Question ID: 0874383321
Suppose that \(X_1, \dots, X_{363}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 20\) and \(\text{var}(X_1) = 48\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{363} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{363} X_i\right)\)?
- What is \(E\left[\dfrac{1}{363}\sum_{i=1}^{363} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{363}\sum_{i=1}^{363} X_i\right)\)?
Question ID: 0893337190
Suppose that \(X_1, \dots, X_{227}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -38\) and \(\text{var}(X_1) = 8\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{227} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{227} X_i\right)\)?
- What is \(E\left[\dfrac{1}{227}\sum_{i=1}^{227} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{227}\sum_{i=1}^{227} X_i\right)\)?
Question ID: 0047436438
Suppose that \(X_1, \dots, X_{355}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 16\) and \(\text{var}(X_1) = 46\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{355} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{355} X_i\right)\)?
- What is \(E\left[\dfrac{1}{355}\sum_{i=1}^{355} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{355}\sum_{i=1}^{355} X_i\right)\)?
Question ID: 0741568225
Suppose that \(X_1, \dots, X_{100}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 24\) and \(\text{var}(X_1) = 3\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{100} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{100} X_i\right)\)?
- What is \(E\left[\dfrac{1}{100}\sum_{i=1}^{100} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{100}\sum_{i=1}^{100} X_i\right)\)?
Question ID: 0849940598
Suppose that \(X_1, \dots, X_{256}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -20\) and \(\text{var}(X_1) = 14\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{256} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{256} X_i\right)\)?
- What is \(E\left[\dfrac{1}{256}\sum_{i=1}^{256} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{256}\sum_{i=1}^{256} X_i\right)\)?
Question ID: 0580545432
Suppose that \(X_1, \dots, X_{71}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -38\) and \(\text{var}(X_1) = 20\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{71} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{71} X_i\right)\)?
- What is \(E\left[\dfrac{1}{71}\sum_{i=1}^{71} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{71}\sum_{i=1}^{71} X_i\right)\)?
Question ID: 0844197907
Suppose that \(X_1, \dots, X_{397}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 17\) and \(\text{var}(X_1) = 11\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{397} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{397} X_i\right)\)?
- What is \(E\left[\dfrac{1}{397}\sum_{i=1}^{397} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{397}\sum_{i=1}^{397} X_i\right)\)?
Question ID: 0780100455
Suppose that \(X_1, \dots, X_{240}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 45\) and \(\text{var}(X_1) = 6\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{240} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{240} X_i\right)\)?
- What is \(E\left[\dfrac{1}{240}\sum_{i=1}^{240} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{240}\sum_{i=1}^{240} X_i\right)\)?
Question ID: 0086624573
Suppose that \(X_1, \dots, X_{236}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -13\) and \(\text{var}(X_1) = 1\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{236} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{236} X_i\right)\)?
- What is \(E\left[\dfrac{1}{236}\sum_{i=1}^{236} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{236}\sum_{i=1}^{236} X_i\right)\)?
Question ID: 0545788232
Suppose that \(X_1, \dots, X_{180}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -2\) and \(\text{var}(X_1) = 42\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{180} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{180} X_i\right)\)?
- What is \(E\left[\dfrac{1}{180}\sum_{i=1}^{180} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{180}\sum_{i=1}^{180} X_i\right)\)?
Question ID: 0507262517
Suppose that \(X_1, \dots, X_{407}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -7\) and \(\text{var}(X_1) = 42\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{407} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{407} X_i\right)\)?
- What is \(E\left[\dfrac{1}{407}\sum_{i=1}^{407} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{407}\sum_{i=1}^{407} X_i\right)\)?
Question ID: 0731347615
Suppose that \(X_1, \dots, X_{61}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 45\) and \(\text{var}(X_1) = 30\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{61} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{61} X_i\right)\)?
- What is \(E\left[\dfrac{1}{61}\sum_{i=1}^{61} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{61}\sum_{i=1}^{61} X_i\right)\)?
Question ID: 0602741513
Suppose that \(X_1, \dots, X_{139}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 7\) and \(\text{var}(X_1) = 14\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{139} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{139} X_i\right)\)?
- What is \(E\left[\dfrac{1}{139}\sum_{i=1}^{139} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{139}\sum_{i=1}^{139} X_i\right)\)?
Question ID: 0246292525
Suppose that \(X_1, \dots, X_{64}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -34\) and \(\text{var}(X_1) = 27\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{64} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{64} X_i\right)\)?
- What is \(E\left[\dfrac{1}{64}\sum_{i=1}^{64} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{64}\sum_{i=1}^{64} X_i\right)\)?
Question ID: 0447096094
Suppose that \(X_1, \dots, X_{336}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -9\) and \(\text{var}(X_1) = 20\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{336} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{336} X_i\right)\)?
- What is \(E\left[\dfrac{1}{336}\sum_{i=1}^{336} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{336}\sum_{i=1}^{336} X_i\right)\)?
Question ID: 0536389685
Suppose that \(X_1, \dots, X_{416}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 15\) and \(\text{var}(X_1) = 30\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{416} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{416} X_i\right)\)?
- What is \(E\left[\dfrac{1}{416}\sum_{i=1}^{416} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{416}\sum_{i=1}^{416} X_i\right)\)?
Question ID: 0594743076
Suppose that \(X_1, \dots, X_{196}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -18\) and \(\text{var}(X_1) = 6\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{196} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{196} X_i\right)\)?
- What is \(E\left[\dfrac{1}{196}\sum_{i=1}^{196} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{196}\sum_{i=1}^{196} X_i\right)\)?
Question ID: 0686420178
Suppose that \(X_1, \dots, X_{60}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 43\) and \(\text{var}(X_1) = 31\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{60} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{60} X_i\right)\)?
- What is \(E\left[\dfrac{1}{60}\sum_{i=1}^{60} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{60}\sum_{i=1}^{60} X_i\right)\)?
Question ID: 0092507682
Suppose that \(X_1, \dots, X_{189}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -41\) and \(\text{var}(X_1) = 9\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{189} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{189} X_i\right)\)?
- What is \(E\left[\dfrac{1}{189}\sum_{i=1}^{189} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{189}\sum_{i=1}^{189} X_i\right)\)?
Question ID: 0320423125
Suppose that \(X_1, \dots, X_{290}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 16\) and \(\text{var}(X_1) = 9\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{290} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{290} X_i\right)\)?
- What is \(E\left[\dfrac{1}{290}\sum_{i=1}^{290} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{290}\sum_{i=1}^{290} X_i\right)\)?
Question ID: 0166248587
Suppose that \(X_1, \dots, X_{431}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 8\) and \(\text{var}(X_1) = 30\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{431} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{431} X_i\right)\)?
- What is \(E\left[\dfrac{1}{431}\sum_{i=1}^{431} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{431}\sum_{i=1}^{431} X_i\right)\)?
Question ID: 0438646716
Suppose that \(X_1, \dots, X_{38}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -14\) and \(\text{var}(X_1) = 32\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{38} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{38} X_i\right)\)?
- What is \(E\left[\dfrac{1}{38}\sum_{i=1}^{38} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{38}\sum_{i=1}^{38} X_i\right)\)?
Question ID: 0642022771
Suppose that \(X_1, \dots, X_{333}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -24\) and \(\text{var}(X_1) = 8\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{333} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{333} X_i\right)\)?
- What is \(E\left[\dfrac{1}{333}\sum_{i=1}^{333} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{333}\sum_{i=1}^{333} X_i\right)\)?
Question ID: 0028240772
Suppose that \(X_1, \dots, X_{461}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -12\) and \(\text{var}(X_1) = 2\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{461} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{461} X_i\right)\)?
- What is \(E\left[\dfrac{1}{461}\sum_{i=1}^{461} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{461}\sum_{i=1}^{461} X_i\right)\)?
Question ID: 0805851082
Suppose that \(X_1, \dots, X_{380}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 22\) and \(\text{var}(X_1) = 49\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{380} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{380} X_i\right)\)?
- What is \(E\left[\dfrac{1}{380}\sum_{i=1}^{380} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{380}\sum_{i=1}^{380} X_i\right)\)?
Question ID: 0121675011
Suppose that \(X_1, \dots, X_{331}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 17\) and \(\text{var}(X_1) = 31\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{331} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{331} X_i\right)\)?
- What is \(E\left[\dfrac{1}{331}\sum_{i=1}^{331} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{331}\sum_{i=1}^{331} X_i\right)\)?
Question ID: 0665553409
Suppose that \(X_1, \dots, X_{177}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -33\) and \(\text{var}(X_1) = 40\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{177} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{177} X_i\right)\)?
- What is \(E\left[\dfrac{1}{177}\sum_{i=1}^{177} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{177}\sum_{i=1}^{177} X_i\right)\)?
Question ID: 0096985416
Suppose that \(X_1, \dots, X_{296}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 1\) and \(\text{var}(X_1) = 15\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{296} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{296} X_i\right)\)?
- What is \(E\left[\dfrac{1}{296}\sum_{i=1}^{296} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{296}\sum_{i=1}^{296} X_i\right)\)?
Question ID: 0044130467
Suppose that \(X_1, \dots, X_{179}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -12\) and \(\text{var}(X_1) = 29\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{179} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{179} X_i\right)\)?
- What is \(E\left[\dfrac{1}{179}\sum_{i=1}^{179} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{179}\sum_{i=1}^{179} X_i\right)\)?
Question ID: 0413835307
Suppose that \(X_1, \dots, X_{143}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 24\) and \(\text{var}(X_1) = 1\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{143} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{143} X_i\right)\)?
- What is \(E\left[\dfrac{1}{143}\sum_{i=1}^{143} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{143}\sum_{i=1}^{143} X_i\right)\)?
Question ID: 0900334229
Suppose that \(X_1, \dots, X_{186}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 42\) and \(\text{var}(X_1) = 40\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{186} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{186} X_i\right)\)?
- What is \(E\left[\dfrac{1}{186}\sum_{i=1}^{186} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{186}\sum_{i=1}^{186} X_i\right)\)?
Question ID: 0424132822
Suppose that \(X_1, \dots, X_{130}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 47\) and \(\text{var}(X_1) = 37\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{130} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{130} X_i\right)\)?
- What is \(E\left[\dfrac{1}{130}\sum_{i=1}^{130} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{130}\sum_{i=1}^{130} X_i\right)\)?
Question ID: 0970168281
Suppose that \(X_1, \dots, X_{459}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 33\) and \(\text{var}(X_1) = 49\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{459} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{459} X_i\right)\)?
- What is \(E\left[\dfrac{1}{459}\sum_{i=1}^{459} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{459}\sum_{i=1}^{459} X_i\right)\)?
Question ID: 0438640911
Suppose that \(X_1, \dots, X_{237}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 49\) and \(\text{var}(X_1) = 26\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{237} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{237} X_i\right)\)?
- What is \(E\left[\dfrac{1}{237}\sum_{i=1}^{237} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{237}\sum_{i=1}^{237} X_i\right)\)?
Question ID: 0913943811
Suppose that \(X_1, \dots, X_{14}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = -9\) and \(\text{var}(X_1) = 1\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{14} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{14} X_i\right)\)?
- What is \(E\left[\dfrac{1}{14}\sum_{i=1}^{14} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{14}\sum_{i=1}^{14} X_i\right)\)?
Question ID: 0138309489
Suppose that \(X_1, \dots, X_{492}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 34\) and \(\text{var}(X_1) = 25\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{492} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{492} X_i\right)\)?
- What is \(E\left[\dfrac{1}{492}\sum_{i=1}^{492} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{492}\sum_{i=1}^{492} X_i\right)\)?
Question ID: 0003897127
Suppose that \(X_1, \dots, X_{347}\) are all independent and identically distributed. Moreover, suppose \(E[X_1] = 40\) and \(\text{var}(X_1) = 4\).
For each of the following, enter -1 if insufficient information is given.
- What is \(E\left[\sum_{i=1}^{347} X_i\right]\)?
- What is \(\text{var}\left(\sum_{i=1}^{347} X_i\right)\)?
- What is \(E\left[\dfrac{1}{347}\sum_{i=1}^{347} X_i\right]\)?
- What is \(\text{var}\left(\dfrac{1}{347}\sum_{i=1}^{347} X_i\right)\)?
Question ID: 0839226734
For instance, you might ask “how long do we expect a patient to live, given that they received a particular treatment?” or “how much do we expect this house to sell for, given it has a certain square footage?” or “how many goals do we expect this hockey team to score, given their current lineup?” A large number of questions which we may hope to answer using data can be framed as a question of conditional expectation.↩︎
It is useful to keep in mind that anytime we do anything with a random variable, mathematically, we produce an additional random variable. If we think of a random variable as being some mathematical variable whose value depends on the results of an experiment, then if we take that value and apply a function to it we have a new value whose results also depend on the results of an experiment.↩︎
At least, for now.↩︎
Comparatively speaking!↩︎