112k views
2 votes
Working on summer vacation. Suppose in a school it is found that 30% of adults do not work at all while on sum- mer vacation. In a random sample of 8 adults, let x repre sent the number who do not work during summer vacation.

a. For this experiment, define the event that represents a "success
b. Explain why x is (approximately) a binomial random variable.
c. Give the value of p for this binomial experiment.
d. Find P(x-3) e. Find the probability that 2 or fewer of the 8 adults do not work during summer vacation.

User Jasonline
by
5.6k points

1 Answer

0 votes

Answer:

(a) The event that represents success here is the percentage of adults who do not work at all while on summer vacation.

(b) X is a binomial random variable.

(c) The value of p for this binomial experiment is 0.30 or 30%.

(d) P(X = 3) = 0.2541.

(e) The probability that 2 or fewer of the 8 adults do not work during summer vacation is 0.5518.

Explanation:

We are given that in a school it is found that 30% of adults do not work at all while on summer vacation. In a random sample of 8 adults, let X represent the number who do not work during summer vacation.

Let X = the number of adults who do not work during summer vacation

(a) The event that represents success here is the percentage of adults who do not work at all while on summer vacation.

(b) The conditions required for any variable to be considered as a random variable is given by;

  • The experiment consists of identical trials.
  • Each trial must have only two possibilities: success or failure.
  • The trials must be independent of each other.

So, in our question; all these conditions are satisfied which means X is a binomial random variable.

(c) The value of p for this binomial experiment is 0.30 or 30%.

(d) The above situation can be represented through binomial distribution;


P(X = r) = \binom{n}{r}* p^(r) * (1-p)^(n-r); x = 0,1,2,......

where, n = number of trials (samples) taken = 8 adults

r = number of success = exactly three

p = probability of success which in our question is % of adults who

do not work at all while on summer vacation, i.e; p = 0.25

SO, X ~ Binom(n = 8, p = 0.30)

Now, the probability that exactly 3 adults do not work at all while on summer vacation is given by = P(X = 3)

P(X = 3) =
\binom{8}{3}* 0.30^(3) * (1-0.30)^(8-3)

=
56 * 0.30^(3) * 0.70^(5)

= 0.2541

(e) The probability that 2 or fewer of the 8 adults do not work during summer vacation is given by = P(X
\leq 2)

P(X
\leq 2) = P(X = 0) + P(X = 1) + P(X = 2)

=
\binom{8}{0}* 0.30^(0) * (1-0.30)^(8-0)+\binom{8}{1}* 0.30^(1) * (1-0.30)^(8-1)+\binom{8}{2}* 0.30^(2) * (1-0.30)^(8-2)

=
1 * 0.30^(0) * 0.70^(8)+8 * 0.30^(1) * 0.70^(7)+28* 0.30^(2) * 0.70^(6)

= 0.5518

User Valdis
by
5.3k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.