Respuesta :
The expected value of the assumed probability density function is 3/4 and the variance is 3/80
How to solve for E(x) and V(x)?
The probability density function is not properly stated.
So, I will provide a general explanation on how to determine E(x) and V(x) of a probability density function
Assume that the probability density function is given as:
[tex]f(x)= \left[\begin{array}{ccc}3x^2 &0 \le x \le 1\\0&Otherwise\end{array}\right[/tex]
The expression E(x) is calculated using:
[tex]E(x) = \int\limits^a_b {x \cdot f(x)} \, dx[/tex]
So, we have:
[tex]E(x) = \int\limits^1_0 {x \cdot 3x^2 \ d(x)[/tex]
Evaluate the product
[tex]E(x) = \int\limits^1_0 { 3x^3 \ d(x)[/tex]
Integrate
[tex]E(x) = \frac34x^4 |\limits^1_0[/tex]
Expand
[tex]E(x) = \frac34(1-0)^4[/tex]
Evaluate
[tex]E(x) = \frac34[/tex]
The variance is then calculated using:
[tex]Var(x) = E(x^2) - (E(x))^2[/tex]
Calculate [tex]E(x^2)[/tex] using:
[tex]E(x^2) = \int\limits^a_b {x^2 \cdot f(x)} \, dx[/tex]
This gives
[tex]E(x^2) = \int\limits^1_0 {x^2 \cdot 3x^2} \, dx[/tex]
Expand
[tex]E(x^2) = \int\limits^1_0 {3x^4} \, dx[/tex]
Integrate
[tex]E(x^2) = \frac{3}{5}x^5|\limits^1_0[/tex]
Expand
[tex]E(x^2) = \frac{3}{5}(1 - 0)^5[/tex]
Evaluate
[tex]E(x^2) = \frac{3}{5}[/tex]
Substitute [tex]E(x^2) = \frac{3}{5}[/tex] and [tex]E(x) = \frac34[/tex] in [tex]Var(x) = E(x^2) - (E(x))^2[/tex]
[tex]Var(x) = \frac 35 - (\frac{3}{4})^2[/tex]
Evaluate the exponent
[tex]Var(x) = \frac 35 - \frac{9}{16}[/tex]
Evaluate the difference
[tex]Var(x) = \frac{3}{80}[/tex]
Hence, the variance of the probability density function is 3/80
Read more about expected value and variance at:
https://brainly.com/question/15858152
#SPJ1