221k views
4 votes
Assume that when adults with smartphones are randomly​ selected, 63​% use them in meetings or classes. If 7 adult smartphone users are randomly​ selected, find the probability that exactly 2 of them use their smartphones in meetings or classes.

User Unicorn
by
5.7k points

1 Answer

6 votes

Answer:

5.78% probability that exactly 2 of them use their smartphones in meetings or classes.

Explanation:

For each adult, there are only two possible outcomes. Either they use their smarthphone in meetings or classes, or they do not. The probability of an adult using their smartphone on meetings or classes is independent of other adults. So we use the binomial probability distribution to solve this question.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.


P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)

In which
C_(n,x) is the number of different combinations of x objects from a set of n elements, given by the following formula.


C_(n,x) = (n!)/(x!(n-x)!)

And p is the probability of X happening.

63% use them in meetings or classes.

This means that
p = 0.63

7 adult smartphone users are randomly selected

This means that
n = 7

Find the probability that exactly 2 of them use their smartphones in meetings or classes.

This is P(X = 2).


P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)


P(X = 2) = C_(7,2).(0.63)^(2).(0.37)^(5) = 0.0578

5.78% probability that exactly 2 of them use their smartphones in meetings or classes.

User Mpemburn
by
6.6k points