0

Say the random variable $Y = X^2 + 4$.

And $P(X = -2) = 1/10, P(X = -1) = 2/5, P(X = 0) = 1/4, P(X = 1) = 1/5, P(X = 2) = 1/20$

How would you find P(Y = 8)?

Additional question:

Say W is the number shown on a biased six-sided die. We know that P(W=w)=0.2 if w is an even number, and also that the probability the die shows a prime number is 0.5. What are the steps to finding the $P(X=1)$?

callculus42
  • 30,550

1 Answers1

1

Prime numbers up to 6 are $2,3,5$. So $P(X=2)+P(X=3)+P(X=5)=0.5$. And we know that $P(X=2)=0.2$. Thus $P(X=3)+P(X=5)=0.3$.

So we know the following probabilities:

$P(X=2)=P(X=4)=P(X=6)=0.2$ and $P(X=3)+P(X=5)=0.3$

And we also know that the probability that any number is rolled is 1, which means that

$P(X=1)+P(X=2)+P(X=3)+P(X=4)+P(X=5)+P(X=6)=1$.

Finally we can insert the values to calculate $P(X=1)$.

callculus42
  • 30,550