55.8k views
1 vote
A contractor is required by a county planning department to submit one, two, three, four, or five forms (depending on the nature of the project) in applying for a building permit. Let Y = the number of forms required of the next applicant. The probability that y forms are required is known to be proportional to y; that is, p(y) = ky for y = 1,..., 5.

(a) What is the value of k?
(b) What is the probability that at most three forms are required?
(c) What is the probability that between two and four forms (inclusive) are required?
(d) Could p(y) = y^2/50 for y = 1,..., 5 be the pdf (pmf) of Y?

User Itsmikem
by
5.7k points

1 Answer

4 votes

Answer:

(a) The value of k is
(1)/(15).

(b) The probability that at most three forms are required is 0.40.

(c) The probability that between two and four forms (inclusive) are required is 0.60.

(d)
P(y)=(y^(2))/(50) ;\ y=1, 2, ...5 is not the pmf of y.

Explanation:

The random variable Y is defined as the number of forms required of the next applicant.

The probability mass function is defined as:


P(y) = \left \{ {{ky};\ for \ y=1,2,...5 \atop {0};\ otherwise} \right

(a)

The sum of all probabilities of an event is 1.

Use this law to compute the value of k.


\sum P(y) = 1\\k+2k+3k+4k+5k=1\\15k=1\\k=(1)/(15)

Thus, the value of k is
(1)/(15).

(b)

Compute the value of P (Y ≤ 3) as follows:


P(Y\leq 3)=P(Y=1)+P(Y=2)+P(Y=3)\\=(1)/(15)+(2)/(15)+ (3)/(15)\\=(1+2+3)/(15)\\ =(6)/(15) \\=0.40

Thus, the probability that at most three forms are required is 0.40.

(c)

Compute the value of P (2 ≤ Y ≤ 4) as follows:


P(2\leq Y\leq 4)=P(Y=2)+P(Y=3)+P(Y=4)\\=(2)/(15)+(3)/(15)+(4)/(15)\\ =(2+3+4)/(15)\\ =(9)/(15) \\=0.60

Thus, the probability that between two and four forms (inclusive) are required is 0.60.

(d)

Now, for
P(y)=(y^(2))/(50) ;\ y=1, 2, ...5 to be the pmf of Y it has to satisfy the conditions:


  1. P(y)=(y^(2))/(50)>0;\ for\ all\ values\ of\ y \\

  2. \sum P(y)=1

Check condition 1:


y=1:\ P(y)=(y^(2))/(50)=(1)/(50)=0.02>0\\y=2:\ P(y)=(y^(2))/(50)=(4)/(50)=0.08>0 \\y=3:\ P(y)=(y^(2))/(50)=(9)/(50)=0.18>0\\y=4:\ P(y)=(y^(2))/(50)=(16)/(50)=0.32>0 \\y=5:\ P(y)=(y^(2))/(50)=(25)/(50)=0.50>0

Condition 1 is fulfilled.

Check condition 2:


\sum P(y)=0.02+0.08+0.18+0.32+0.50=1.1>1

Condition 2 is not satisfied.

Thus,
P(y)=(y^(2))/(50) ;\ y=1, 2, ...5 is not the pmf of y.

User Sakana
by
4.9k points