1. UPS ships millions of packages in a specific 1-ft^3 packing container. Let Y = amount of space (in ft^3 ) occupied in this container. The probability density function (pdf) of Y is given by fY (y) = 90y 8 (1 − y), 0 < y < 1. 0, otherwise.
(a) Graph the pdf of Y . If you want, you can use this R code below: y = seq(0,1,0.01) pdf = 90*y^8*(1-y) plot(y,pdf,type="l",xlab="y",ylab="PDF") abline(h=0) # puts horizontal line at 0 abline(v=1,lty=2) # puts vertical line at 1; "lty" option alters line type
(b) Find the probability that the contents of a randomly selected 1-ft3 packing container will occupy less than 1/2 of the volume of the container; i.e., calculate P(Y < 0.5). Shade in the corresponding region on your pdf in part (a) showing this probability.
(c) Find the mean and variance of Y . Indicate the units of each quantity. Place an “×” on the horizontal axis of your pdf in part (a) indicating where E(Y ) falls.
(d) I calculated the median of this distribution to be 0.8377 ft3 . Write out an equation (involving an integral) that when solved will give this answer. Make sure you say “what is being solved for” in your equation. You don’t have to try to solve the equation.
a)

b)


c)



var(Y) = E(Y^2) - E(Y)^2
= 15/22 -(9/11)^2
= 0.012396
d)

1. UPS ships millions of packages in a specific 1-ft^3 packing container. Let Y = amount...
Let X denote the amount of space occupied by an article placed in a 1-ft3 packing container. The pdf of X is belovw otherwise Adapt the following R code to graph the PDF in R Where the pdf is fx)x( -x) 0< 1 ### R Code a-a ; b b ; ### You must plug in values for a and b. r-seq (0,1,0.0!) # Defines range of X from 0 to 1 pdf = function(x)(a*x^b"(1-x)} # Creates the pdf function...
Will rate!!
Let X denote the amount of space occupied by an article placed in a 1-ft3 packing container. The pdf of X is below. 72x'(1-x) 0 0<x<1 otherwise f(x) = Adapt the following R code to graph the PDF in R. axb(1-x) 0 < x < 1 otherwise where the pdf is f(x) = ### R Code a-a ; b-b , # # # You must plug in values for a and b. r-seq(0, 1,0.01) # Defines range of...
Let X denote the amount of space occupied by an article placed in a 1-ft3 packing container. The pdf of X is below. f(x) = 72x7(1 − x) 0 < x < 1 0 otherwise (a) Graph the pdf. Obtain the cdf of X. F(x) = 0 x < 0 0 ≤ x ≤ 1 1 x > 1 (a) Using the cdf from (a), what is P(0.3 < X ≤ 0.6)? (Round your answer to four...
Let X denote the amount of space occupied by an article placed in a 1-ft packing container. The pdf of X is below. | 42x5(1 - x) 0<x< 1 otherwise (b) What is PIX S 0.6) [i.e., F(0.6)]? (Round your answer to four decimal places.) (c) Using the cdf from (a), what is P(0.3<XS 0.6)? (Round your answer to four decimal places.)
Let X denote the amount of space occupied by an article placed in a 1-ft packing container. The pdf of X is below. 56x6(1 - x) 0 x 1 f(x) = otherwise Obtain the cdf of X. 0 0 > X F(x) 0 s x s 1 1 x > 1 Graph the cdf of X F(x) F(x) 1.0 1.0 0.8 0.8 0.6 0.6 0.4 0.4 0.2 0.2 1.0 0.8 0.6 0.4 0.2 1.0 0.8 0,6 0.4 0.2 F(x F(x)...
Let X denote the amount of space occupied by an article placed in a 1-ft3 packing container. The pdf of X is below. f(x) = 90x8(1 − x) 0 < x < 1 0 otherwise (a) Graph the pdf. Obtain the cdf of X. F(x) = 0 x < 0 0 ≤ x ≤ 1 1 x > 1 Graph the cdf of X. (b) What is P(X ≤ 0.65) [i.e., F(0.65)]? (Round your answer to four decimal places.)...
2. Let X denote the amount of space occupied by an article placed in a 1-ft packing container. The pdf of X is f(x)=90x8 (1 – x) for 0<x< 1 and zero otherwise a) What is the CDF of X b) What is P(X < 0.5) ? c) What is P(0.25 <X < 0.5? And P(0.25 < X <0.5) ? d) Compute E(X)and V(X) e) What is the probability that X is more than one standard deviation from its mean...
I can't find the solution for
(i), I tried the hint but still lost
Let X denote the amount of space occupied by an article placed in a 1-ft3 packing container. The pdf of X is below 90x8(1-x) 0 0<x<1 otherwise rx) = Adapt the following R code to graph the PDF in R. here the pdf is fx)-ax*u-x) 0<x<1 otherwise ### R Code a-a ; b-b ; ### You must plug in values for a and b. r seq(0,1,0,01)...