The probability that exactly 7 of the 9 adult smartphone users use their smartphones in meetings or classes is approximately 21.62%.
Define the situation:
We have a binomial experiment with:
n = 9 trials (selecting 9 adults)
p = 0.65 (probability of an adult using smartphone in meetings/classes)
We want the probability of exactly k = 7 successes (adults using smartphones)
Use the binomial probability formula:
The probability of k successes in n trials with probability of success p is:
P(k successes) = (n choose k) * p^k * (1-p)^(n-k)
where:
(n choose k) is the binomial coefficient, representing the number of ways to choose k successes out of n trials. It can be calculated as n! / (k! * (n-k)!).
Calculate the probability:
P(7 successes) = (9 choose 7) * 0.65^7 * (1-0.65)^(9-7)
= 36 * 0.65^7 * 0.35^2
≈ 0.2162